Date: Friday, December 19, 2014 @ 20:57:04
  Author: arojas
Revision: 124121

Add clipgrab (84 votes)

Added:
  clipgrab/
  clipgrab/trunk/
  clipgrab/trunk/PKGBUILD
  clipgrab/trunk/clipgrab.desktop

------------------+
 PKGBUILD         |   31 +++++++++++++++++++++++++++++++
 clipgrab.desktop |   13 +++++++++++++
 2 files changed, 44 insertions(+)

Added: clipgrab/trunk/PKGBUILD
===================================================================
--- clipgrab/trunk/PKGBUILD                             (rev 0)
+++ clipgrab/trunk/PKGBUILD     2014-12-19 19:57:04 UTC (rev 124121)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Stefan Husmann <stefan-husm...@t-online.de>
+# Contributor: thacrazze <thacrazze|googlemail|com>
+
+pkgname=clipgrab
+pkgver=3.4.8
+pkgrel=1
+pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, 
MyVideo, ...'
+arch=('i686' 'x86_64')
+url='http://clipgrab.de/en'
+license=('GPL3')
+depends=('qtwebkit')
+optdepends=('ffmpeg: for the conversion functionality')
+source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
+        $pkgname.desktop)
+md5sums=('f15acc189a2bbf43fd0ed3a47e1d9ee0'
+         '9a141791f6952917c441050c3dac81ce')
+
+build() {
+  cd $pkgname
+
+  qmake-qt4 clipgrab.pro
+  make
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+}

Added: clipgrab/trunk/clipgrab.desktop
===================================================================
--- clipgrab/trunk/clipgrab.desktop                             (rev 0)
+++ clipgrab/trunk/clipgrab.desktop     2014-12-19 19:57:04 UTC (rev 124121)
@@ -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;

Reply via email to