Import yauap-0.2.4 as wip/yauap.

Yauap is a simple commandline audio player based on the GStreamer multimedia
framework. There is also a DBus interface that allows yauap to act as a backend
for the Amarok audio player
This commit is contained in:
Kamel Ibn Aziz Derouiche 2009-07-16 18:08:04 +00:00 committed by Thomas Klausner
parent 4d47cc68ce
commit 0bc1d8d182
4 changed files with 47 additions and 0 deletions

3
yauap/DESCR Normal file
View file

@ -0,0 +1,3 @@
Yauap is a simple commandline audio player based on the GStreamer multimedia
framework. There is also a DBus interface that allows yauap to act as a backend
for the Amarok audio player

36
yauap/Makefile Normal file
View file

@ -0,0 +1,36 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/07/16 18:08:04 jihbed Exp $
#
DISTNAME= yauap-0.2.4
CATEGORIES= audio
MASTER_SITES= http://mirrors.linhub.com/savannah/yauap/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://www.nongnu.org/yauap/index.html
COMMENT= Yauap is a simple commandline audio player
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= pkg-config gmake
USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin share/doc
do-build:
cd ${WRKSRC} && ${GMAKE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yauap \
${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${PREFIX}/share/doc/yauap
.include "../../devel/glib2/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../multimedia/gst-plugins0.10-good/buildlink3.mk"
.include "../../sysutils/dbus/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

3
yauap/PLIST Normal file
View file

@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/16 18:08:04 jihbed Exp $
bin/yauap
share/doc/yauap

5
yauap/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2009/07/16 18:08:04 jihbed Exp $
SHA1 (yauap-0.2.4.tar.gz) = a8d12d1b2f6b55e2794d2de15313e1b84a59d9fd
RMD160 (yauap-0.2.4.tar.gz) = cb5acb30bfd12049b4482d6e6aee57fac9a27875
Size (yauap-0.2.4.tar.gz) = 29134 bytes