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 =================================================================== --- PKGBUILD 2014-08-22 16:00:23 UTC (rev 220560) +++ PKGBUILD 2014-08-22 16:19:16 UTC (rev 220561) @@ -2,7 +2,7 @@ # Maintainer: Eric Bélanger <[email protected]> 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); -
