[arch-commits] Commit in devede/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 18:07:58 UTC 2016


    Date: Sunday, December 25, 2016 @ 18:07:57
  Author: bpiotrowski
Revision: 202211

archrelease: copy trunk to community-staging-any

Added:
  devede/repos/community-staging-any/
  devede/repos/community-staging-any/PKGBUILD
    (from rev 202210, devede/trunk/PKGBUILD)

----------+
 PKGBUILD |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

Copied: devede/repos/community-staging-any/PKGBUILD (from rev 202210, devede/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-25 18:07:57 UTC (rev 202211)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Javier 'Phrodo_00' Aravena <phrodo.00 at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=devede
+pkgver=4.8.6
+pkgrel=2
+pkgdesc="A program to create VideoDVDs and CDs"
+arch=('any')
+url="http://www.rastersoft.com/programas/devede.html"
+license=('GPL3')
+depends=('mencoder' 'ffmpeg' 'dvdauthor' 'vcdimager'
+	 'cdrkit' 'ttf-dejavu'
+	 'gtk3' 'python-cairo' 'python-gobject' 'python-setuptools')
+optdepends=('mplayer' 'vlc' 'mpv')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rastersoft/devedeng/archive/$pkgver.tar.gz)
+sha256sums=('9c3097e3a5994ea0b664cce841fb79d851de682280bdfb5b077beb4fc962d71f')
+
+package() {
+  cd "$srcdir"/${pkgname}ng-$pkgver
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list