[SCM] rtaudio/master: Refresh patches.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 3 19:25:30 UTC 2014


The following commit has been merged in the master branch:
commit d49898812f10d36b93dfd9d39d11ce1887ac3724
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 3 19:12:23 2014 +0100

    Refresh patches.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index 796ec19..25b3cb4 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -12,13 +12,13 @@ Forwarded: no
 
 --- rtaudio.orig/Makefile.in
 +++ rtaudio/Makefile.in
-@@ -6,27 +6,24 @@ LN = /bin/ln
- 
+@@ -7,29 +7,26 @@ LN = /bin/ln
  OBJECTS	= RtAudio.o @objects@
  
--STATIC = librtaudio.a
+ LIBNAME = librtaudio
+-STATIC = $(LIBNAME).a
  SHARED = @sharedlib@
- RELEASE = 4.0.12
+ RELEASE = 4.1.1
  MAJOR = 4
 -LIBRARIES = $(STATIC) $(SHARED)
 +LIBRARIES = $(SHARED)
@@ -31,6 +31,8 @@ Forwarded: no
 -CFLAGS   = @CXXFLAGS@ -Iinclude -fPIC
 +CFLAGS   += @CXXFLAGS@ -Iinclude -fPIC
  
+ PREFIX   = @prefix@
+ 
  all : $(LIBRARIES)
  
 -tests:

-- 
RtAudio packaging



More information about the pkg-multimedia-commits mailing list