diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-02-13 11:02:42 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-02-13 11:02:42 +0000 |
commit | 50db120ec7a204513b6d1c82a0624f685a69ae36 (patch) | |
tree | e7aef978f07857ccf1250ea00c8721d1fb38b68e /multimedia/gst123 | |
parent | 5dfe6892da2cf93f327e75c530c286a2919bf7ea (diff) | |
download | pkgsrc-50db120ec7a204513b6d1c82a0624f685a69ae36.tar.gz |
Import gst123-0.1.4 as multimedia/gst123
The program gst123 is designed to be a more flexible command line
player in the spirit of ogg123 and mpg123, based on gstreamer. It
plays all file formats gstreamer understands, so if you have a
music collection which contains different file formats, like flac,
ogg and mp3, you can use gst123 to play all your music and video
files.
It is implemented in C++ and licensed under the GNU LGPL version 2.
Diffstat (limited to 'multimedia/gst123')
-rw-r--r-- | multimedia/gst123/DESCR | 8 | ||||
-rw-r--r-- | multimedia/gst123/Makefile | 27 | ||||
-rw-r--r-- | multimedia/gst123/PLIST | 3 | ||||
-rw-r--r-- | multimedia/gst123/distinfo | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/multimedia/gst123/DESCR b/multimedia/gst123/DESCR new file mode 100644 index 00000000000..5a5a3a1abb9 --- /dev/null +++ b/multimedia/gst123/DESCR @@ -0,0 +1,8 @@ +The program gst123 is designed to be a more flexible command line +player in the spirit of ogg123 and mpg123, based on gstreamer. It +plays all file formats gstreamer understands, so if you have a +music collection which contains different file formats, like flac, +ogg and mp3, you can use gst123 to play all your music and video +files. + +It is implemented in C++ and licensed under the GNU LGPL version 2. diff --git a/multimedia/gst123/Makefile b/multimedia/gst123/Makefile new file mode 100644 index 00000000000..f692d548da1 --- /dev/null +++ b/multimedia/gst123/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/02/13 11:02:42 ryoon Exp $ +# + +DISTNAME= gst123-0.1.4 +CATEGORIES= audio multimedia +MASTER_SITES= http://space.twc.de/~stefan/gst123/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://space.twc.de/~stefan/gst123.php +COMMENT= The gst123 is designed to be a more flexible command line player +LICENSE= gnu-gpl-v2 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + +USE_TOOLS+= pkg-config gmake + +USE_NCURSES= yes + +.include "../../multimedia/gstreamer0.10/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst123/PLIST b/multimedia/gst123/PLIST new file mode 100644 index 00000000000..9eabbbee03b --- /dev/null +++ b/multimedia/gst123/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/13 11:02:42 ryoon Exp $ +bin/gst123 +man/man1/gst123.1 diff --git a/multimedia/gst123/distinfo b/multimedia/gst123/distinfo new file mode 100644 index 00000000000..cbeacfbe2d5 --- /dev/null +++ b/multimedia/gst123/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/02/13 11:02:42 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 |