diff options
author | martin <martin@pkgsrc.org> | 2010-03-14 14:47:36 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2010-03-14 14:47:36 +0000 |
commit | 799c1b896ca7fd60a422d1269ea48ca8e2968400 (patch) | |
tree | 65d296d074692bfe71cee862e09091bcf44b2559 /audio | |
parent | 5f697177b3aff19f05b6581bee448c2f3d836b2e (diff) | |
download | pkgsrc-799c1b896ca7fd60a422d1269ea48ca8e2968400.tar.gz |
Adapt to new mpg123 world order
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpg123-nas/DESCR | 7 | ||||
-rw-r--r-- | audio/mpg123-nas/Makefile | 18 | ||||
-rw-r--r-- | audio/mpg123-nas/PLIST | 5 |
3 files changed, 7 insertions, 23 deletions
diff --git a/audio/mpg123-nas/DESCR b/audio/mpg123-nas/DESCR index 7a9eb80829d..c09abd415bc 100644 --- a/audio/mpg123-nas/DESCR +++ b/audio/mpg123-nas/DESCR @@ -1,6 +1 @@ -mpg123 reads one or more files (or standard input if ``-'' is -specified) or URLs and plays them to the NAS device (default) or -outputs them to a specified file or to stdout. - -File(s) and/or URL contents are assumed to be MPEG-1.0/2.0 audio -layer 1, 2, or 3 bit streams. +NAS (Network Audio System) output module for the mpg123 audio player. diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile index cb90d70b286..c22cfdf2322 100644 --- a/audio/mpg123-nas/Makefile +++ b/audio/mpg123-nas/Makefile @@ -1,25 +1,15 @@ -# $NetBSD: Makefile,v 1.22 2010/02/01 01:16:24 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2010/03/14 14:47:36 martin Exp $ -PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION} -PKGREVISION= 10 -COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output -MAINTAINER= pkgsrc-users@NetBSD.org - -PKG_DESTDIR_SUPPORT= user-destdir - -TARGET_SUFFIX= -nas - -CONFLICTS+= mpg123-[0-9]* +MPG123_MODULE= nas NOT_FOR_COMPILER= sunpro ONLY_FOR_PLATFORM= DragonFly-*-* FreeBSD-*-* Linux-*-* NetBSD-*-* \ SunOS-*-* -PKG_OPTIONS_VAR=PKG_OPTIONS.mpg123-nas - -.include "../../audio/mpg123/Makefile.common" +.include "${.CURDIR}/../../audio/mpg123/Makefile.common" .include "../../audio/nas/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" +.include "../../audio/mpg123/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/mpg123-nas/PLIST b/audio/mpg123-nas/PLIST index 76569af1a05..820a539faea 100644 --- a/audio/mpg123-nas/PLIST +++ b/audio/mpg123-nas/PLIST @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/25 06:28:00 rh Exp $ -bin/mpg123 -man/man1/mpg123.1 +@comment $NetBSD: PLIST,v 1.2 2010/03/14 14:47:36 martin Exp $ +lib/mpg123/output_nas.la |