pkgsrc/multimedia/gst123/Makefile
ryoon 54e21f3521 Update to 0.3.0
* Fix LICENSE, the license is gnu-lgpl-v3 not gnu-gpl-v3

Changelog:
Overview of changes in gst123-0.3.0:

* Support visualization plugins during audio playback (Issue 3).
* Fix compilation for GNU/Hurd (Issue 7).
2012-04-08 19:40:36 +00:00

27 lines
715 B
Makefile

# $NetBSD: Makefile,v 1.10 2012/04/08 19:40:36 ryoon Exp $
#
DISTNAME= gst123-0.3.0
CATEGORIES= 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-lgpl-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"