From 0424b5fc47f106db6498c4cda3476e1d49fe0f82 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Oct 2011 23:14:53 +0000 Subject: Thu Oct 27 23:14:53 UTC 2011 --- community-testing/clipgrab/PKGBUILD | 28 ++++++++++++++++++++++++++++ community-testing/clipgrab/clipgrab.desktop | 13 +++++++++++++ community-testing/clipgrab/clipgrab.png | Bin 0 -> 571 bytes 3 files changed, 41 insertions(+) create mode 100644 community-testing/clipgrab/PKGBUILD create mode 100644 community-testing/clipgrab/clipgrab.desktop create mode 100644 community-testing/clipgrab/clipgrab.png (limited to 'community-testing/clipgrab') diff --git a/community-testing/clipgrab/PKGBUILD b/community-testing/clipgrab/PKGBUILD new file mode 100644 index 000000000..df3c57383 --- /dev/null +++ b/community-testing/clipgrab/PKGBUILD @@ -0,0 +1,28 @@ +# Contributor: thacrazze +# Maintainer: Stefan Husmann +pkgname=clipgrab +pkgver=3.1.0.2 +pkgrel=2 +pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...' +arch=('i686' 'x86_64') +url='http://clipgrab.de/' +license=('GPL') +depends=('qt' 'qtwebkit') +optdepends=('ffmpeg: for some encodings') +source=(http://clipgrab.de/download/${pkgname}-${pkgver}.tar.bz2 ${pkgname}.png ${pkgname}.desktop) +md5sums=('1250e1fb29cd88b7ce1a37d937de0146' + 'ef030502ae0922e632742f47283313f4' + '9a141791f6952917c441050c3dac81ce') + +build() { + cd $srcdir/$pkgname-$pkgver + qmake && make +} +package() { + cd $srcdir/$pkgname-$pkgver + install -Dm755 ${pkgname} $pkgdir/usr/bin/${pkgname} + install -Dm644 $srcdir/${pkgname}.png \ + $pkgdir/usr/share/pixmaps/${pkgname}.png + install -Dm644 $srcdir/${pkgname}.desktop \ + ${pkgdir}/usr/share/applications/${pkgname}.desktop +} diff --git a/community-testing/clipgrab/clipgrab.desktop b/community-testing/clipgrab/clipgrab.desktop new file mode 100644 index 000000000..dad31cfdd --- /dev/null +++ b/community-testing/clipgrab/clipgrab.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=ClipGrab +GenericName=Video Downloader +GenericName[de]=Video-Downloader +Comment=Download videos and convert it +Comment[de]=Videos herunterladen und konvertieren +Icon=/usr/share/pixmaps/clipgrab.png +Exec=clipgrab +TryExec=clipgrab +Terminal=false +Categories=Qt;AudioVideo;Audio;Video; diff --git a/community-testing/clipgrab/clipgrab.png b/community-testing/clipgrab/clipgrab.png new file mode 100644 index 000000000..2573fed20 Binary files /dev/null and b/community-testing/clipgrab/clipgrab.png differ -- cgit v1.2.3-54-g00ecf