[SCM] rtaudio/master: Refresh patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed May 8 06:30:43 UTC 2013


The following commit has been merged in the master branch:
commit 71eaf29c4f1e14d9a471ffe28eba37e0cdbdb1f1
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed May 8 08:28:28 2013 +0200

    Refresh patches.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index bf42b64..796ec19 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -7,18 +7,18 @@ Description: Improvements to the buildsystem.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: no
 ---
- Makefile.in |   10 ++++------
- 1 file changed, 4 insertions(+), 6 deletions(-)
+ Makefile.in |    9 +++------
+ 1 file changed, 3 insertions(+), 6 deletions(-)
 
 --- rtaudio.orig/Makefile.in
 +++ rtaudio/Makefile.in
-@@ -6,29 +6,27 @@ LN = /bin/ln
+@@ -6,27 +6,24 @@ LN = /bin/ln
  
  OBJECTS	= RtAudio.o @objects@
  
 -STATIC = librtaudio.a
  SHARED = @sharedlib@
- RELEASE = 4.0.11
+ RELEASE = 4.0.12
  MAJOR = 4
 -LIBRARIES = $(STATIC) $(SHARED)
 +LIBRARIES = $(SHARED)
@@ -41,8 +41,5 @@ Forwarded: no
 -	$(AR) ruv $(STATIC) $(OBJECTS)
 -	ranlib $(STATIC)
  	$(CC) -fPIC @libflags@ $(OBJECTS) @LIBS@
- 	$(LN) -s @sharedname@ $(SHARED)
-+	$(LN) -s @sharedname@ $(SHARED).$(MAJOR)
- 
- #	$(CC) -shared $(OBJECTS) -o $(SHARED) @LIBS@
- 
+ 	$(LN) -sf @sharedname@ $(SHARED)
+ 	$(LN) -sf @sharedname@ $(SHARED).$(MAJOR)

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list