summaryrefslogtreecommitdiff
path: root/audio/mpg123-pulse
diff options
context:
space:
mode:
authoradam <adam>2014-05-20 19:59:09 +0000
committeradam <adam>2014-05-20 19:59:09 +0000
commit74bbcef14e998a9a07e71a256cd62d28ecdc39bd (patch)
tree2f3f8b5f0cf3a14346229a2e98c0c70aedc2030f /audio/mpg123-pulse
parent06835d7cd72579990fe2cf85e7a6f6e40762476c (diff)
downloadpkgsrc-74bbcef14e998a9a07e71a256cd62d28ecdc39bd.tar.gz
Changes 1.19.0:
- Support float and 32/24 bit integer output also with fixed-point decoders (conversion from 16 bit precision). - A-Law output encoding is actually implemented now (Michael introduced the encoding back in the old days without ever implementing theconversion table, apparently). - Added --with-cpu=arm_fpu as decoder choice for runtime switch between plain fpu code and NEON. - Fix ARM builds to work properly on debian systems without special CFLAGS (NEON decoder, specifically). - Make scripts/benchmark-cpu.pl check the return value instead of delivering crazy timings for crashed mpg123. - Trigger track initialization in mpg123_info() to avoid use of uninitialized variables (watch out for MPG123_NEED_MORE return value!). - Fix integer code to 32 bit numbers where it would waste 64 bit on modern systems. - Add non-executable stack marking also to ARM assembly.
Diffstat (limited to 'audio/mpg123-pulse')
-rw-r--r--audio/mpg123-pulse/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/mpg123-pulse/Makefile b/audio/mpg123-pulse/Makefile
index aa60a40beb6..463567ecb8f 100644
--- a/audio/mpg123-pulse/Makefile
+++ b/audio/mpg123-pulse/Makefile
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2014/04/20 02:27:50 ryoon Exp $
-
+# $NetBSD: Makefile,v 1.13 2014/05/20 19:59:10 adam Exp $
MPG123_MODULE= pulse
-PKGREVISION= 11
-
-.include "${.CURDIR}/../../audio/mpg123/Makefile.common"
+.include "../../audio/mpg123/Makefile.common"
-.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../audio/mpg123/buildlink3.mk"
+.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"