[arch-commits] Commit in xine-ui/trunk (PKGBUILD xine-ui-readline.patch)

2014-08-22 Thread Eric Bélanger
Date: Friday, August 22, 2014 @ 18:19:16
  Author: eric
Revision: 220561

upgpkg: xine-ui 0.99.9-1

Upstream update, Remove old patch

Modified:
  xine-ui/trunk/PKGBUILD
Deleted:
  xine-ui/trunk/xine-ui-readline.patch

+
 PKGBUILD   |   12 +++-
 xine-ui-readline.patch |   11 ---
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-22 16:00:23 UTC (rev 220560)
+++ PKGBUILD2014-08-22 16:19:16 UTC (rev 220561)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xine-ui
-pkgver=0.99.8
+pkgver=0.99.9
 pkgrel=1
 pkgdesc=A free video player for Unix
 arch=('i686' 'x86_64')
@@ -12,15 +12,9 @@
  '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')
+source=(http://downloads.sourceforge.net/xine/${pkgname}-${pkgver}.tar.xz)
+sha1sums=('d4f4c17e93d984faa14e363db1320bf9cea7ebaf')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i ${srcdir}/xine-ui-readline.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man \

Deleted: xine-ui-readline.patch
===
--- xine-ui-readline.patch  2014-08-22 16:00:23 UTC (rev 220560)
+++ xine-ui-readline.patch  2014-08-22 16:19:16 UTC (rev 220561)
@@ -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);
-   



[arch-commits] Commit in xine-ui/trunk (PKGBUILD xine-ui-readline.patch)

2014-03-19 Thread Eric Bélanger
Date: Wednesday, March 19, 2014 @ 22:25:00
  Author: eric
Revision: 208229

upgpkg: xine-ui 0.99.8-1

Upstream update, Add libxxf86vm depends, Add build patch

Added:
  xine-ui/trunk/xine-ui-readline.patch
Modified:
  xine-ui/trunk/PKGBUILD

+
 PKGBUILD   |   18 --
 xine-ui-readline.patch |   11 +++
 2 files changed, 23 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-19 20:36:58 UTC (rev 208228)
+++ PKGBUILD2014-03-19 21:25:00 UTC (rev 208229)
@@ -2,19 +2,25 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=xine-ui
-pkgver=0.99.7
-pkgrel=2
+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' 'libpng' 'libxft' 'xdg-utils' 'shared-mime-info' 
- 'hicolor-icon-theme' 'desktop-file-utils' 'lirc-utils')
+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=('ca82e09cf8245d038813bc4dbd8384ba79cbf197')
+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 \

Added: xine-ui-readline.patch
===
--- xine-ui-readline.patch  (rev 0)
+++ xine-ui-readline.patch  2014-03-19 21:25:00 UTC (rev 208229)
@@ -0,0 +1,11 @@
+--- 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);
+