diff options
author | ryoon <ryoon> | 2013-06-16 12:21:56 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2013-06-16 12:21:56 +0000 |
commit | b3d7e1986f5a34fefc4851330a87eb983c3c2711 (patch) | |
tree | a793c03511c5ee5d5d54e7bb8941b23f2ad70f51 /multimedia | |
parent | 93004d62190e5b6319d99c81653f9fe008d59244 (diff) | |
download | pkgsrc-b3d7e1986f5a34fefc4851330a87eb983c3c2711.tar.gz |
Update to 0.3.3
Changelog:
Overview of changes is gst123-0.3.3:
* Fix Issue 10: Local files not properly escaped when converted to URLs
* Added "-k, --skip=<n>" option: skip first 'n' seconds [Tobias Bengfort]
Overview of changes in gst123-0.3.2:
* Support building with gstreamer 1.0 or gstreamer 0.10 (Issue 11).
* Added "-a pulse" PulseAudio output support.
* Fix time display updates (broken by introduction of quiet mode).
* Properly quit player if none of the files in the playlist can be played.
* Cleanup code to avoid compiler warnings.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gst123/Makefile | 5 | ||||
-rw-r--r-- | multimedia/gst123/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile index dda67348b52..b5a33834898 100644 --- a/multimedia/gst123/Makefile +++ b/multimedia/gst123/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2013/06/06 12:54:51 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/06/16 12:21:56 ryoon Exp $ # -DISTNAME= gst123-0.3.1 -PKGREVISION= 8 +DISTNAME= gst123-0.3.3 CATEGORIES= multimedia MASTER_SITES= http://space.twc.de/~stefan/gst123/ EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/gst123/distinfo b/multimedia/gst123/distinfo index 4fd464e8b48..5db10bfdcd5 100644 --- a/multimedia/gst123/distinfo +++ b/multimedia/gst123/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/07/03 19:17:05 ryoon Exp $ +$NetBSD: distinfo,v 1.7 2013/06/16 12:21:56 ryoon Exp $ -SHA1 (gst123-0.3.1.tar.bz2) = 7b14ed8e16d6c61d5dfce610a9dafe0c26a923e4 -RMD160 (gst123-0.3.1.tar.bz2) = 022a5725806ef4b991f8941cc27f5534bf425d5a -Size (gst123-0.3.1.tar.bz2) = 110925 bytes +SHA1 (gst123-0.3.3.tar.bz2) = a5e3804e51a6930bab1e7b5aa85f7340920c7441 +RMD160 (gst123-0.3.3.tar.bz2) = 941bef7f52ca7ef534b9716df258e1005a135f9f +Size (gst123-0.3.3.tar.bz2) = 113344 bytes |