On 1/22/2013 7:32 AM, Jan Stary wrote:
On Jan 22 11:22:50, [email protected] wrote:
I see that libsamplerate and libsndfile are currently unmaintained.
If nobody else wants to, I am willing to MAINTAIN them.
Forgot REVISION, as remainded by sthen@.
Index: libsamplerate/Makefile
===================================================================
RCS file: /cvs/ports/audio/libsamplerate/Makefile,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile
--- libsamplerate/Makefile 15 Nov 2010 00:22:47 -0000 1.15
+++ libsamplerate/Makefile 22 Jan 2013 12:28:54 -0000
@@ -3,11 +3,12 @@
COMMENT= audio sample rate conversion library
DISTNAME= libsamplerate-0.1.7
-REVISION= 0
+REVISION= 1
SHARED_LIBS= samplerate 2.0 # .1.3
CATEGORIES= audio
HOMEPAGE= http://mega-nerd.com/SRC/
+MAINTAINER= Jan Stary <[email protected]>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
Index: libsndfile/Makefile
===================================================================
RCS file: /cvs/ports/audio/libsndfile/Makefile,v
retrieving revision 1.22
diff -u -p -r1.22 Makefile
--- libsndfile/Makefile 13 Jul 2011 22:24:05 -0000 1.22
+++ libsndfile/Makefile 22 Jan 2013 12:28:54 -0000
@@ -5,7 +5,9 @@ COMMENT= library to handle various audio
DISTNAME= libsndfile-1.0.25
CATEGORIES= audio
HOMEPAGE= http://www.mega-nerd.com/libsndfile/
+MAINTAINER= Jan Stary <[email protected]>
SHARED_LIBS += sndfile 3.3 # .1.25
+REVISION= 0
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
I can add this to my large libsndfile diff, since it touches both
libsndfile and libsamplerate. Otherwise they'll both have to be bumped
twice, which seems like a waste.
~Brian