summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorwiz <wiz>2017-03-16 14:57:13 +0000
committerwiz <wiz>2017-03-16 14:57:13 +0000
commit4611694e144889c2f1d85f78c453cef1a97c14ed (patch)
tree42cb3acfaf2bc3f985753ea8a2438754ac517229 /multimedia
parent94539ac3afb3630c6affc356e4092a4074a4ce29 (diff)
downloadpkgsrc-4611694e144889c2f1d85f78c453cef1a97c14ed.tar.gz
Updated gst123 to 0.3.4.
Overview of changes in gst123-0.3.4: * Option parsing bug for "-@, --list" fixed. * Avoid annoying redundant tag updates. * Support video subtitles [Ahmed El-Mahmoudy]. * Use A/a keys to set video opacity [Ahmed El-Mahmoudy]. * Work around kwin window manager policy "focus stealing prevention". * Fix image filetype detection bug. * Fix Issue 14: Use sync bus handler to set window xid. * Fix Issue 13: In some cases playing videos leads to g_criticals(). * Added "-f, --fullscreen" option to start playback in fullscreen mode. * Added "--volume" option to set initial playback volume. * Ignore symlinks when crawling directories. * Various bugfixes.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gst123/Makefile8
-rw-r--r--multimedia/gst123/distinfo10
2 files changed, 9 insertions, 9 deletions
diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile
index fb4f965c7a9..e5906cb0936 100644
--- a/multimedia/gst123/Makefile
+++ b/multimedia/gst123/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2017/02/12 06:25:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2017/03/16 14:57:13 wiz Exp $
-DISTNAME= gst123-0.3.3
-PKGREVISION= 9
+DISTNAME= gst123-0.3.4
CATEGORIES= multimedia
MASTER_SITES= http://space.twc.de/~stefan/gst123/
EXTRACT_SUFX= .tar.bz2
@@ -17,7 +16,8 @@ USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config gmake
USE_NCURSES= yes
-CONFIGURE_ARGS+= NCURSES5_CONFIG=${BUILDLINK_PREFIX.ncurses}/bin/ncurses6-config
+CONFIGURE_ARGS+= NCURSES_CFLAGS=-I${BUILDLINK_PREFIX.ncurses}/include
+CONFIGURE_ARGS+= NCURSES_LIBS="-L${BUILDLINK_PREFIX.ncurses}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.ncurses}/lib -l${BUILDLINK_LIBNAME.ncurses}"
LDFLAGS.SunOS+= -lsocket -lnsl
diff --git a/multimedia/gst123/distinfo b/multimedia/gst123/distinfo
index 1a8f8824b49..31138b39a37 100644
--- a/multimedia/gst123/distinfo
+++ b/multimedia/gst123/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2015/11/03 23:54:26 agc Exp $
+$NetBSD: distinfo,v 1.9 2017/03/16 14:57:13 wiz Exp $
-SHA1 (gst123-0.3.3.tar.bz2) = a5e3804e51a6930bab1e7b5aa85f7340920c7441
-RMD160 (gst123-0.3.3.tar.bz2) = 941bef7f52ca7ef534b9716df258e1005a135f9f
-SHA512 (gst123-0.3.3.tar.bz2) = 8c6b23ee66ef983874268a41c00aa431df5daeb9daf995663c9b9ab72b7df16a0e55c949b5602b50de324b58cd75b7bb734cdbeae0ad56d2059d9d1100630c47
-Size (gst123-0.3.3.tar.bz2) = 113344 bytes
+SHA1 (gst123-0.3.4.tar.bz2) = 6096e8478691cf10354bf6bbd5551056bc48467c
+RMD160 (gst123-0.3.4.tar.bz2) = c17b44438a64e541d8feb226ca60d7be1c0c6abf
+SHA512 (gst123-0.3.4.tar.bz2) = 7a5afddd4337b9d843949f49231b64bbc0390b97c40caa3cdac1fe0fd2a7e8a0ce01a77817735770b7a524459daa7e61e79e25c2e3e33769fd29e535d39d866f
+Size (gst123-0.3.4.tar.bz2) = 123399 bytes