[arch-commits] Commit in xine-ui/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Feb 14 23:18:31 UTC 2018


    Date: Wednesday, February 14, 2018 @ 23:18:30
  Author: arojas
Revision: 317067

archrelease: copy trunk to extra-x86_64

Added:
  xine-ui/repos/extra-x86_64/PKGBUILD
    (from rev 317066, xine-ui/trunk/PKGBUILD)
Deleted:
  xine-ui/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 23:17:53 UTC (rev 317066)
+++ PKGBUILD	2018-02-14 23:18:30 UTC (rev 317067)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xine-ui
-pkgver=0.99.9
-pkgrel=3
-pkgdesc="A free video player for Unix"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.xine-project.org"
-depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc' 'xdg-utils'
-         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-options=('!strip')
-source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
-sha1sums=('d4f4c17e93d984faa14e363db1320bf9cea7ebaf')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man \
-    --with-x --enable-lirc --without-aalib --enable-debug
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install
-}

Copied: xine-ui/repos/extra-x86_64/PKGBUILD (from rev 317066, xine-ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-14 23:18:30 UTC (rev 317067)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xine-ui
+pkgver=0.99.10
+pkgrel=1
+pkgdesc="A free video player for Unix"
+arch=('x86_64')
+license=('GPL')
+url="http://www.xine-project.org"
+depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc' 'xdg-utils')
+options=('!strip')
+source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('4d61653d9bd88ba446c7c0772d03fc68ddfac46b')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+    --with-x --enable-lirc --without-aalib --enable-debug
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" desktopdir=/usr/share/applications install
+}



More information about the arch-commits mailing list