From 0a4635368d7b2e446c7fef8c19c058c4e8ef7e06 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 29 Nov 2017 12:54:06 -0200 Subject: [PATCH] gst123: update to 0.3.5. Closes #9631. Signed-off-by: Enno Boland --- srcpkgs/gst123/patches/fix-configure_ac.patch | 11 +++++++++++ srcpkgs/gst123/patches/ncursesw.patch | 11 ----------- srcpkgs/gst123/template | 6 +++--- 3 files changed, 14 insertions(+), 14 deletions(-) create mode 100644 srcpkgs/gst123/patches/fix-configure_ac.patch delete mode 100644 srcpkgs/gst123/patches/ncursesw.patch diff --git a/srcpkgs/gst123/patches/fix-configure_ac.patch b/srcpkgs/gst123/patches/fix-configure_ac.patch new file mode 100644 index 00000000000..1c61735226c --- /dev/null +++ b/srcpkgs/gst123/patches/fix-configure_ac.patch @@ -0,0 +1,11 @@ +--- configure.ac ++++ configure.ac +@@ -102,7 +102,7 @@ dnl We need libncurses + dnl + AC_DEFUN([AC_NCURSES_REQUIREMENTS], + [ +- PKG_CHECK_MODULES(NCURSES, [ncurses >= 5], ncurses_has_pkgconfig=1, ncurses_has_pkgconfig=0) ++ PKG_CHECK_MODULES(NCURSES, [ncursesw >= 5], ncurses_has_pkgconfig=1, ncurses_has_pkgconfig=0) + if test x$ncurses_has_pkgconfig = x0; then + AC_PATH_PROG(NCURSES_CONFIG,ncurses6-config,false) + if test "$NCURSES_CONFIG" = false; then diff --git a/srcpkgs/gst123/patches/ncursesw.patch b/srcpkgs/gst123/patches/ncursesw.patch deleted file mode 100644 index e65f5f4b2a4..00000000000 --- a/srcpkgs/gst123/patches/ncursesw.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.ac.orig 2016-05-21 09:20:40.535531706 +0200 -+++ configure.ac 2016-05-21 09:20:49.596532173 +0200 -@@ -102,7 +102,7 @@ - dnl - AC_DEFUN([AC_NCURSES_REQUIREMENTS], - [ -- PKG_CHECK_MODULES(NCURSES, [ncurses >= 5]) -+ PKG_CHECK_MODULES(NCURSES, [ncursesw >= 5]) - AC_SUBST(NCURSES_CFLAGS) - AC_SUBST(NCURSES_LIBS) - ]) diff --git a/srcpkgs/gst123/template b/srcpkgs/gst123/template index 630d79abca0..3c198aa1b07 100644 --- a/srcpkgs/gst123/template +++ b/srcpkgs/gst123/template @@ -1,7 +1,7 @@ # Template file for 'gst123' pkgname=gst123 -version=0.3.4 -revision=2 +version=0.3.5 +revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="ncurses-devel gtk+-devel libxml2-devel gst-plugins-base1-devel gst-plugins-good1" @@ -11,7 +11,7 @@ maintainer="Juan RP " homepage="http://space.twc.de/~stefan/gst123.php/" license="LGPL-2.1" distfiles="http://space.twc.de/~stefan/gst123/gst123-$version.tar.bz2" -checksum=cbf0741ff63d5bc335ef3ef9278d1c6edd800193ffbdd0e56ad7c902d6643d02 +checksum=c7b4729773f66cc679e94df76bcc6a95a2222192730f906e527e72624f084a7d pre_configure() { autoreconf -fi