summaryrefslogtreecommitdiff
path: root/multimedia/gst123/Makefile
diff options
context:
space:
mode:
authorryoon <ryoon>2011-02-13 11:02:42 +0000
committerryoon <ryoon>2011-02-13 11:02:42 +0000
commit28a887ea5b6fca0167d433cb00aa934d894c4a6f (patch)
treee7aef978f07857ccf1250ea00c8721d1fb38b68e /multimedia/gst123/Makefile
parent64d7145a379af56b87d18ce5c3d6f6850cb88703 (diff)
downloadpkgsrc-28a887ea5b6fca0167d433cb00aa934d894c4a6f.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/Makefile')
-rw-r--r--multimedia/gst123/Makefile27
1 files changed, 27 insertions, 0 deletions
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"