diff --git a/srcpkgs/gst123/patches/ncursesw.patch b/srcpkgs/gst123/patches/ncursesw.patch new file mode 100644 index 00000000000..e65f5f4b2a4 --- /dev/null +++ b/srcpkgs/gst123/patches/ncursesw.patch @@ -0,0 +1,11 @@ +--- 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 46a2ff4d09f..8ded76b378f 100644 --- a/srcpkgs/gst123/template +++ b/srcpkgs/gst123/template @@ -1,9 +1,9 @@ # Template file for 'gst123' pkgname=gst123 -version=0.3.3 -revision=2 +version=0.3.4 +revision=1 build_style=gnu-configure -hostmakedepends="pkg-config" +hostmakedepends="automake pkg-config" makedepends="ncurses-devel gtk+-devel libxml2-devel gst-plugins-base-devel gst-plugins-good" depends="gst-plugins-good" short_desc="GStreamer based CLI player" @@ -11,4 +11,8 @@ 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=45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9 +checksum=cbf0741ff63d5bc335ef3ef9278d1c6edd800193ffbdd0e56ad7c902d6643d02 + +pre_configure() { + autoreconf -fi +}