[Midnightbsd-cvs] mports [25067] trunk/audio/libsamplerate: update to 0.1.9
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 16 11:27:09 EST 2019
Revision: 25067
http://svnweb.midnightbsd.org/mports/?rev=25067
Author: laffer1
Date: 2019-02-16 11:27:08 -0500 (Sat, 16 Feb 2019)
Log Message:
-----------
update to 0.1.9
Modified Paths:
--------------
trunk/audio/libsamplerate/Makefile
trunk/audio/libsamplerate/distinfo
trunk/audio/libsamplerate/files/patch-src_samplerate.h
Added Paths:
-----------
trunk/audio/libsamplerate/files/patch-examples_audio__out.c
Modified: trunk/audio/libsamplerate/Makefile
===================================================================
--- trunk/audio/libsamplerate/Makefile 2019-02-16 16:23:12 UTC (rev 25066)
+++ trunk/audio/libsamplerate/Makefile 2019-02-16 16:27:08 UTC (rev 25067)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= libsamplerate
-PORTVERSION= 0.1.8
-PORTREVISION= 1
+PORTVERSION= 0.1.9
CATEGORIES= audio
MASTER_SITES= http://www.mega-nerd.com/SRC/
@@ -11,8 +10,9 @@
LICENSE= gpl2
-USES= libtool pathfix pkgconfig
+USES= cpe libtool pathfix pkgconfig
USE_LDCONFIG= yes
+CPE_VENDOR= ${CPE_PRODUCT}_project
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
@@ -30,15 +30,15 @@
.endif
.if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
-BUILD_DEPENDS += ${LOCALBASE}/lib/libfftw3.so:${PORTSDIR}/math/fftw3
+BUILD_DEPENDS += ${LOCALBASE}/lib/libfftw3.so:math/fftw3
.else
CONFIGURE_ARGS+= --disable-fftw
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
-LIB_DEPENDS+= libsndfile.so:${PORTSDIR}/audio/libsndfile
+LIB_DEPENDS+= libsndfile.so:audio/libsndfile
.elif defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
-BUILD_DEPENDS += libsndfile>=0:${PORTSDIR}/audio/libsndfile
+BUILD_DEPENDS += libsndfile>=0:audio/libsndfile
.else
CONFIGURE_ARGS+= --disable-sndfile
.endif
Modified: trunk/audio/libsamplerate/distinfo
===================================================================
--- trunk/audio/libsamplerate/distinfo 2019-02-16 16:23:12 UTC (rev 25066)
+++ trunk/audio/libsamplerate/distinfo 2019-02-16 16:27:08 UTC (rev 25067)
@@ -1,2 +1,3 @@
-SHA256 (libsamplerate-0.1.8.tar.gz) = 93b54bdf46d5e6d2354b7034395fe329c222a966790de34520702bb9642f1c06
-SIZE (libsamplerate-0.1.8.tar.gz) = 4303330
+TIMESTAMP = 1545778261
+SHA256 (libsamplerate-0.1.9.tar.gz) = 0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1
+SIZE (libsamplerate-0.1.9.tar.gz) = 4336641
Added: trunk/audio/libsamplerate/files/patch-examples_audio__out.c
===================================================================
--- trunk/audio/libsamplerate/files/patch-examples_audio__out.c (rev 0)
+++ trunk/audio/libsamplerate/files/patch-examples_audio__out.c 2019-02-16 16:27:08 UTC (rev 25067)
@@ -0,0 +1,14 @@
+--- examples/audio_out.c.orig 2016-09-13 10:20:20 UTC
++++ examples/audio_out.c
+@@ -33,9 +33,9 @@
+ #define MAKE_MAGIC(a,b,c,d,e,f,g,h) \
+ ((a) + ((b) << 1) + ((c) << 2) + ((d) << 3) + ((e) << 4) + ((f) << 5) + ((g) << 6) + ((h) << 7))
+
+-typedef struct AUDIO_OUT_s
++struct AUDIO_OUT_s
+ { int magic ;
+-} AUDIO_OUT ;
++};
+
+
+ /*------------------------------------------------------------------------------
Property changes on: trunk/audio/libsamplerate/files/patch-examples_audio__out.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/audio/libsamplerate/files/patch-src_samplerate.h
===================================================================
--- trunk/audio/libsamplerate/files/patch-src_samplerate.h 2019-02-16 16:23:12 UTC (rev 25066)
+++ trunk/audio/libsamplerate/files/patch-src_samplerate.h 2019-02-16 16:27:08 UTC (rev 25067)
@@ -1,6 +1,6 @@
---- src/samplerate.h.orig 2013-11-23 23:36:11.000000000 +0100
-+++ src/samplerate.h 2013-11-23 23:36:25.000000000 +0100
-@@ -174,7 +174,7 @@
+--- src/samplerate.h.orig 2016-09-13 10:13:14 UTC
++++ src/samplerate.h
+@@ -160,7 +160,7 @@ enum
SRC_SINC_MEDIUM_QUALITY = 1,
SRC_SINC_FASTEST = 2,
SRC_ZERO_ORDER_HOLD = 3,
More information about the Midnightbsd-cvs
mailing list