gst123: update to 0.3.4.

This commit is contained in:
Michael Gehring 2016-05-21 09:22:48 +02:00
parent 1052f623d1
commit 5cc66358a5
2 changed files with 19 additions and 4 deletions

View file

@ -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)
])

View file

@ -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 <xtraeme@voidlinux.eu>"
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
}