diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-04-16 23:51:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-04-16 23:51:13 +0000 |
commit | 46a358a5f5dfcb9ee822b462730f9b9a80120104 (patch) | |
tree | 0ad5df0c027af417e3a0540f29db00a977406b34 /multimedia/gst123 | |
parent | e01259ec5a4b3cd0a4e18e82f8b2581bfbfd8248 (diff) | |
download | pkgsrc-46a358a5f5dfcb9ee822b462730f9b9a80120104.tar.gz |
Update to 0.2.0
Changelog:
Overview of changes in gst123-0.2.0:
* Made --shuffle, --repeat and --random behave identical to ogg123 options.
* Allow colon in filenames. [Siddhesh Poyarekar]
* Support "none" audio driver which disables audio output.
* Added --full-version option which prints versions of the
libraries used by gst123.
* Support --enable-debug configure option.
* Minor fixes.
Diffstat (limited to 'multimedia/gst123')
-rw-r--r-- | multimedia/gst123/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gst123/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile index 3ba06160ffa..f7d5021bbbe 100644 --- a/multimedia/gst123/Makefile +++ b/multimedia/gst123/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2011/02/13 11:05:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.3 2011/04/16 23:51:13 ryoon Exp $ # -DISTNAME= gst123-0.1.4 +DISTNAME= gst123-0.2.0 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 cbeacfbe2d5..cdce7129829 100644 --- a/multimedia/gst123/distinfo +++ b/multimedia/gst123/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/02/13 11:02:42 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2011/04/16 23:51:13 ryoon Exp $ -SHA1 (gst123-0.1.4.tar.bz2) = d395c3f9438c107267be90bb7ed3bb275b226867 -RMD160 (gst123-0.1.4.tar.bz2) = ff460f5dea6a6fd0f47b964599d37ce1b30e5f32 -Size (gst123-0.1.4.tar.bz2) = 105211 bytes +SHA1 (gst123-0.2.0.tar.bz2) = 7518a36c457260e17a33a662ea43eef6e9bf3d86 +RMD160 (gst123-0.2.0.tar.bz2) = d1eb6f6af94f4bb23560c0a040ab7c304b46bb69 +Size (gst123-0.2.0.tar.bz2) = 106768 bytes |