diff options
author | martin <martin> | 2010-03-14 14:19:19 +0000 |
---|---|---|
committer | martin <martin> | 2010-03-14 14:19:19 +0000 |
commit | 7ed04690526bbc70fb2d7bc81f358ae33f26d03e (patch) | |
tree | d842a983d056e53fbe4e950e7ec64aabd722e1d2 /audio/mpg123-sun | |
parent | 78073051626c40ff297d7b86bd3fb92a69a00c4b (diff) | |
download | pkgsrc-7ed04690526bbc70fb2d7bc81f358ae33f26d03e.tar.gz |
Update mpg123 to version 1.10.1.
Thanks to <wiz> for answering lots of stupid questions and general guidance.
Diffstat (limited to 'audio/mpg123-sun')
-rw-r--r-- | audio/mpg123-sun/DESCR | 1 | ||||
-rw-r--r-- | audio/mpg123-sun/Makefile | 13 | ||||
-rw-r--r-- | audio/mpg123-sun/PLIST | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/audio/mpg123-sun/DESCR b/audio/mpg123-sun/DESCR new file mode 100644 index 00000000000..d11f68bb116 --- /dev/null +++ b/audio/mpg123-sun/DESCR @@ -0,0 +1 @@ +sun audio output module for the mpg123 audio player. diff --git a/audio/mpg123-sun/Makefile b/audio/mpg123-sun/Makefile new file mode 100644 index 00000000000..190a4622277 --- /dev/null +++ b/audio/mpg123-sun/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2010/03/14 14:19:20 martin Exp $ +# + +MPG123_MODULE= sun +# this is builtin with ../mpg123 on these architectures +NOT_FOR_PLATFORM+= NetBSD-*-* FreeBSD-*-* OpenBSD-*-* SunOS-*-* +NOT_FOR_PLATFORM+= DragonFly-*-* + +.include "${.CURDIR}/../../audio/mpg123/Makefile.common" + +.include "../../audio/mpg123/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/mpg123-sun/PLIST b/audio/mpg123-sun/PLIST new file mode 100644 index 00000000000..b76feedbafe --- /dev/null +++ b/audio/mpg123-sun/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2010/03/14 14:19:20 martin Exp $ +lib/mpg123/output_sun.la |