[arch-commits] Commit in xine-ui/repos (10 files)

Eric Bélanger eric at archlinux.org
Fri Aug 22 16:21:39 UTC 2014


    Date: Friday, August 22, 2014 @ 18:21:39
  Author: eric
Revision: 220562

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xine-ui/repos/extra-i686/PKGBUILD
    (from rev 220561, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/extra-i686/xine-ui.install
    (from rev 220561, xine-ui/trunk/xine-ui.install)
  xine-ui/repos/extra-x86_64/PKGBUILD
    (from rev 220561, xine-ui/trunk/PKGBUILD)
  xine-ui/repos/extra-x86_64/xine-ui.install
    (from rev 220561, xine-ui/trunk/xine-ui.install)
Deleted:
  xine-ui/repos/extra-i686/PKGBUILD
  xine-ui/repos/extra-i686/xine-ui-readline.patch
  xine-ui/repos/extra-i686/xine-ui.install
  xine-ui/repos/extra-x86_64/PKGBUILD
  xine-ui/repos/extra-x86_64/xine-ui-readline.patch
  xine-ui/repos/extra-x86_64/xine-ui.install

-------------------------------------+
 /PKGBUILD                           |   56 ++++++++++++++++++++++++++++++++++
 /xine-ui.install                    |   26 +++++++++++++++
 extra-i686/PKGBUILD                 |   34 --------------------
 extra-i686/xine-ui-readline.patch   |   11 ------
 extra-i686/xine-ui.install          |   13 -------
 extra-x86_64/PKGBUILD               |   34 --------------------
 extra-x86_64/xine-ui-readline.patch |   11 ------
 extra-x86_64/xine-ui.install        |   13 -------
 8 files changed, 82 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-08-22 16:19:16 UTC (rev 220561)
+++ extra-i686/PKGBUILD	2014-08-22 16:21:39 UTC (rev 220562)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xine-ui
-pkgver=0.99.8
-pkgrel=1
-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-utils' 'xdg-utils'
-         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-options=('!strip')
-install=xine-ui.install
-source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz xine-ui-readline.patch)
-sha1sums=('ffe8e6507a95f92f1e29aa4e3751f4b505e8da1a'
-          'e325c322a365a57ddbd62256a540202d092d4d1e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/xine-ui-readline.patch"
-}
-
-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-i686/PKGBUILD (from rev 220561, xine-ui/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-08-22 16:21:39 UTC (rev 220562)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xine-ui
+pkgver=0.99.9
+pkgrel=1
+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-utils' 'xdg-utils'
+         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+options=('!strip')
+install=xine-ui.install
+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
+}

Deleted: extra-i686/xine-ui-readline.patch
===================================================================
--- extra-i686/xine-ui-readline.patch	2014-08-22 16:19:16 UTC (rev 220561)
+++ extra-i686/xine-ui-readline.patch	2014-08-22 16:21:39 UTC (rev 220562)
@@ -1,11 +0,0 @@
---- xine-ui-0.99.8.orig/src/xitk/network.c
-+++ xine-ui-0.99.8/src/xitk/network.c
-@@ -1255,7 +1255,7 @@ int main(int argc, char **argv) {
-   rl_readline_name = PROGNAME;
-   rl_set_prompt(session.prompt);
-   rl_initialize();
--  rl_attempted_completion_function = (CPPFunction *)completion_function;
-+  rl_attempted_completion_function = completion_function;
-   
-   signal(SIGPIPE, SIG_IGN);
-   

Deleted: extra-i686/xine-ui.install
===================================================================
--- extra-i686/xine-ui.install	2014-08-22 16:19:16 UTC (rev 220561)
+++ extra-i686/xine-ui.install	2014-08-22 16:21:39 UTC (rev 220562)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: xine-ui/repos/extra-i686/xine-ui.install (from rev 220561, xine-ui/trunk/xine-ui.install)
===================================================================
--- extra-i686/xine-ui.install	                        (rev 0)
+++ extra-i686/xine-ui.install	2014-08-22 16:21:39 UTC (rev 220562)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-08-22 16:19:16 UTC (rev 220561)
+++ extra-x86_64/PKGBUILD	2014-08-22 16:21:39 UTC (rev 220562)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=xine-ui
-pkgver=0.99.8
-pkgrel=1
-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-utils' 'xdg-utils'
-         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
-options=('!strip')
-install=xine-ui.install
-source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz xine-ui-readline.patch)
-sha1sums=('ffe8e6507a95f92f1e29aa4e3751f4b505e8da1a'
-          'e325c322a365a57ddbd62256a540202d092d4d1e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/xine-ui-readline.patch"
-}
-
-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 220561, xine-ui/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-08-22 16:21:39 UTC (rev 220562)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=xine-ui
+pkgver=0.99.9
+pkgrel=1
+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-utils' 'xdg-utils'
+         'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils')
+options=('!strip')
+install=xine-ui.install
+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
+}

Deleted: extra-x86_64/xine-ui-readline.patch
===================================================================
--- extra-x86_64/xine-ui-readline.patch	2014-08-22 16:19:16 UTC (rev 220561)
+++ extra-x86_64/xine-ui-readline.patch	2014-08-22 16:21:39 UTC (rev 220562)
@@ -1,11 +0,0 @@
---- xine-ui-0.99.8.orig/src/xitk/network.c
-+++ xine-ui-0.99.8/src/xitk/network.c
-@@ -1255,7 +1255,7 @@ int main(int argc, char **argv) {
-   rl_readline_name = PROGNAME;
-   rl_set_prompt(session.prompt);
-   rl_initialize();
--  rl_attempted_completion_function = (CPPFunction *)completion_function;
-+  rl_attempted_completion_function = completion_function;
-   
-   signal(SIGPIPE, SIG_IGN);
-   

Deleted: extra-x86_64/xine-ui.install
===================================================================
--- extra-x86_64/xine-ui.install	2014-08-22 16:19:16 UTC (rev 220561)
+++ extra-x86_64/xine-ui.install	2014-08-22 16:21:39 UTC (rev 220562)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-  update-mime-database usr/share/mime &> /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: xine-ui/repos/extra-x86_64/xine-ui.install (from rev 220561, xine-ui/trunk/xine-ui.install)
===================================================================
--- extra-x86_64/xine-ui.install	                        (rev 0)
+++ extra-x86_64/xine-ui.install	2014-08-22 16:21:39 UTC (rev 220562)
@@ -0,0 +1,13 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list