]> git.pld-linux.org Git - packages/darkice.git/commitdiff
- updated to work with 0.13.1
authormisi3k <misi3k@pld-linux.org>
Mon, 26 May 2003 20:42:05 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    darkice-ac25x.patch -> 1.2
    darkice-am_fixes.patch -> 1.2

darkice-ac25x.patch
darkice-am_fixes.patch

index 8c34c62989b1c36ddd670a7a5dbc75b6e3e0cce1..a536b3121a4424a178ac3db0159ef89cdd55b454 100644 (file)
@@ -1,6 +1,6 @@
---- darkice-0.10/configure.in~ Tue Jul 23 06:23:29 2002
-+++ darkice-0.10/configure.in  Tue Jul 23 06:23:29 2002
-@@ -28,8 +28,6 @@
+--- darkice-0.13.1/configure.in.orig   Mon May 26 22:22:44 2003
++++ darkice-0.13.1/configure.in        Mon May 26 22:23:32 2003
+@@ -37,8 +37,6 @@
  dnl-----------------------------------------------------------------------------
  dnl link the lame library if requested
  dnl-----------------------------------------------------------------------------
@@ -9,7 +9,7 @@
  
  AC_ARG_WITH( lame,
  [  --with-lame             use lame for encoding mp3 streams [yes] ],
-@@ -57,14 +55,12 @@
+@@ -66,14 +64,12 @@
  else
      AC_MSG_RESULT( [building without lame] )
  fi
  AC_ARG_WITH( vorbis,
  [  --with-vorbis           use Ogg Vorbis for encoding vorbis streams [yes] ],
      USE_VORBIS=${withval}, USE_VORBIS="yes" )
-@@ -106,7 +102,9 @@
- if test "x${LAME_LDFLAGS}" = "x" -a "x${VORBIS_LDFLAGS}" = "x" ; then
-     AC_MSG_ERROR( [neither lame nor Ogg Vorbis configured])
+@@ -110,6 +106,10 @@
+     AC_MSG_RESULT( [building without Ogg Vorbis] )
  fi
 +AC_SUBST(VORBIS_INCFLAGS)
 +AC_SUBST(VORBIS_LDFLAGS)
++
++
  
--AC_OUTPUT(Makefile src/Makefile man/Makefile)
-+AC_OUTPUT([Makefile src/Makefile man/Makefile])
+ dnl-----------------------------------------------------------------------------
+ dnl make sure at least one of lame and vorbis present
index 5a72fce7eb74a61c31e611315b01687280aed680..6211958f7e585a476cc8938850d252235de5d17a 100644 (file)
@@ -1,14 +1,8 @@
---- darkice-0.10/src/Makefile.am~      Mon Jul 22 16:04:58 2002
-+++ darkice-0.10/src/Makefile.am       Mon Jul 22 16:04:58 2002
-@@ -1,8 +1,7 @@
+--- darkice-0.13.1/src/Makefile.am.orig        Wed Feb 12 16:15:17 2003
++++ darkice-0.13.1/src/Makefile.am     Mon May 26 22:21:31 2003
+@@ -1,5 +1,4 @@
  bin_PROGRAMS = darkice
--CXXFLAGS = -g -pedantic -Wall
--#CXXFLAGS = -O2 -pedantic -Wall
--INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
--LDADD = @LAME_LDFLAGS@ @VORBIS_LDFLAGS@
-+
-+INCLUDES = $(LAME_INCFLAGS) $(VORBIS_INCFLAGS)
-+LDADD = $(LAME_LDFLAGS) $(VORBIS_LDFLAGS)
+-CXXFLAGS = -O2 -pedantic -Wall @PTHREAD_CFLAGS@
+ INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
+ LDADD = @PTHREAD_LIBS@ @LAME_LDFLAGS@ @VORBIS_LDFLAGS@
  
- darkice_SOURCES =   AudioEncoder.h\
-                     AudioSource.h\
This page took 0.078337 seconds and 4 git commands to generate.