pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst123 Updated gst123 to 0.3.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92534ce1b6ae
branches:  trunk
changeset: 359703:92534ce1b6ae
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 16 14:57:13 2017 +0000

description:
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:

 multimedia/gst123/Makefile |   8 ++++----
 multimedia/gst123/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (38 lines):

diff -r b7c614c3b688 -r 92534ce1b6ae multimedia/gst123/Makefile
--- a/multimedia/gst123/Makefile        Thu Mar 16 14:51:30 2017 +0000
+++ b/multimedia/gst123/Makefile        Thu Mar 16 14:57:13 2017 +0000
@@ -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_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 -r b7c614c3b688 -r 92534ce1b6ae multimedia/gst123/distinfo
--- a/multimedia/gst123/distinfo        Thu Mar 16 14:51:30 2017 +0000
+++ b/multimedia/gst123/distinfo        Thu Mar 16 14:57:13 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index