pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/gst123 Import gst123-0.1.4 as multimedia/gs...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba0d7e720087
branches: trunk
changeset: 585367:ba0d7e720087
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Feb 13 11:02:42 2011 +0000
description:
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:
multimedia/gst123/DESCR | 8 ++++++++
multimedia/gst123/Makefile | 27 +++++++++++++++++++++++++++
multimedia/gst123/PLIST | 3 +++
multimedia/gst123/distinfo | 5 +++++
4 files changed, 43 insertions(+), 0 deletions(-)
diffs (59 lines):
diff -r 8978a67d654f -r ba0d7e720087 multimedia/gst123/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst123/DESCR Sun Feb 13 11:02:42 2011 +0000
@@ -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 -r 8978a67d654f -r ba0d7e720087 multimedia/gst123/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst123/Makefile Sun Feb 13 11:02:42 2011 +0000
@@ -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@localhost
+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 -r 8978a67d654f -r ba0d7e720087 multimedia/gst123/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst123/PLIST Sun Feb 13 11:02:42 2011 +0000
@@ -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 -r 8978a67d654f -r ba0d7e720087 multimedia/gst123/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/gst123/distinfo Sun Feb 13 11:02:42 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index