[SCM] rtmidi/master.experimental: Refresh 0001-buildsystem.patch

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Thu Aug 2 11:40:44 UTC 2012


The following commit has been merged in the master.experimental branch:
commit 3b86748f46576e5397ccfebc948de2191d5c1a65
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Aug 2 13:40:29 2012 +0200

    Refresh 0001-buildsystem.patch

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
index e266217..1af71a7 100644
--- a/debian/patches/0001-buildsystem.patch
+++ b/debian/patches/0001-buildsystem.patch
@@ -1,10 +1,10 @@
 ---
- Makefile.in  |   12 +++++-------
+ Makefile.in  |   14 ++++++--------
  RtMidi.cpp   |    4 ++--
  RtMidi.h     |   14 ++++++++++++--
  configure.ac |   15 +++++++++++----
  rtmidi.pc.in |   14 ++++++++++++++
- 5 files changed, 44 insertions(+), 15 deletions(-)
+ 5 files changed, 45 insertions(+), 16 deletions(-)
 
 --- /dev/null
 +++ rtmidi/rtmidi.pc.in
@@ -88,7 +88,8 @@
  
 -STATIC = librtmidi.a
  SHARED = @sharedlib@
- RELEASE = 2.0.0
+-RELEASE = 2.0.0
++RELEASE = 2.0.1
  MAJOR = 1
 -LIBRARIES = $(STATIC) $(SHARED)
 +LIBRARIES = $(SHARED)
@@ -111,7 +112,7 @@
 -	$(AR) ruv $(STATIC) $(OBJECTS)
 -	ranlib $(STATIC)
  	$(CC) -fPIC @libflags@ $(OBJECTS) @LIBS@
--	$(LN) -s @sharedname@ $(SHARED)
+-	$(LN) -sf @sharedname@ $(SHARED)
 +	$(LN) -s @sharedname at .$(RELEASE) $(SHARED)
 +	$(LN) -s @sharedname at .$(RELEASE) $(SHARED).$(MAJOR)
  
@@ -122,7 +123,7 @@
 @@ -1,5 +1,6 @@
  # Process this file with autoconf to produce a configure script.
  AC_INIT(RtMidi, 2.0, gary at music.mcgill.ca, rtmidi)
-+AC_SUBST(VERSION, [2.0.0])
++AC_SUBST(VERSION, [2.0.1])
  AC_CONFIG_AUX_DIR(config)
  AC_CONFIG_SRCDIR(RtMidi.cpp)
  AC_CONFIG_FILES(rtmidi-config Makefile tests/Makefile)

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list