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

Antonio Rojas arojas at archlinux.org
Tue Dec 10 16:28:23 UTC 2019


    Date: Tuesday, December 10, 2019 @ 16:28:22
  Author: arojas
Revision: 370621

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-10 16:27:59 UTC (rev 370620)
+++ PKGBUILD	2019-12-10 16:28:22 UTC (rev 370621)
@@ -1,25 +0,0 @@
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xine-ui
-pkgver=0.99.10
-pkgrel=2
-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
-}

Copied: xine-ui/repos/extra-x86_64/PKGBUILD (from rev 370620, xine-ui/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-10 16:28:22 UTC (rev 370621)
@@ -0,0 +1,24 @@
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xine-ui
+pkgver=0.99.12
+pkgrel=1
+pkgdesc="A free video player for Unix"
+arch=('x86_64')
+license=('GPL')
+url="https://www.xine-project.org"
+depends=('xine-lib' 'curl' 'libxft' 'libxxf86vm' 'lirc' 'xdg-utils')
+source=(https://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('ee4fc8bad73f67527a035b67ce97c542bd6d6db6')
+
+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