]> git.pld-linux.org Git - packages/libsndfile.git/commitdiff
- simpler octave solution
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 28 Apr 2011 10:07:43 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsndfile.spec -> 1.76
    octave32.patch -> 1.2

libsndfile.spec
octave32.patch

index 0737fe3e40ba677d84e300c000b9687d142b9121..13a539ff141efdaf4d332757567f60095ed60e4b 100644 (file)
@@ -11,7 +11,7 @@ Summary:      C library for reading and writing files containing sampled sound
 Summary(pl.UTF-8):     Biblioteka obsługi plików dźwiękowych
 Name:          libsndfile
 Version:       1.0.24
-Release:       1
+Release:       1.1
 License:       LGPL v2.1+
 Group:         Libraries
 Source0:       http://www.mega-nerd.com/libsndfile/files/%{name}-%{version}.tar.gz
index 19081bd71caf16165c6736434aef4b8cbd64a910..be42506f4b76e60f067aaebb466a72a18c5753b6 100644 (file)
@@ -1,15 +1,11 @@
 --- libsndfile-1.0.20/M4/octave.m4.orig        2009-10-25 15:51:00.461732576 +0100
 +++ libsndfile-1.0.20/M4/octave.m4     2009-10-25 15:51:32.459533439 +0100
-@@ -125,6 +125,12 @@
-                               OCTAVE_BUILD=yes
-                               ;;
-+                      3.2.*)
-+                              OCTAVE_DEST_ODIR=`$OCTAVE_CONFIG --oct-site-dir | sed 's%^/usr%${prefix}%'`
-+                              OCTAVE_DEST_MDIR=`$OCTAVE_CONFIG --m-site-dir | sed 's%^/usr%${prefix}%'`
-+
-+                              OCTAVE_BUILD=yes
-+                              ;;
-                       *)
-                               AC_MSG_WARN([Octave version $MKOCTFILE_VERSION is not supported.])
+@@ -119,7 +119,7 @@
+                       2.*)
+                               AC_MSG_WARN([Octave version 2.X is not supported.])
                                ;;
+-                      3.0.*)
++                      3.*)
+                               OCTAVE_DEST_ODIR=`$OCTAVE_CONFIG --oct-site-dir | sed 's%^/usr%${prefix}%'`
+                               OCTAVE_DEST_MDIR=`$OCTAVE_CONFIG --m-site-dir | sed 's%^/usr%${prefix}%'`
This page took 0.220685 seconds and 4 git commands to generate.