[SCM] paulstretch/master: Also link with vorbis

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Nov 11 12:36:11 UTC 2014


The following commit has been merged in the master branch:
commit 3ac452e505a5c3a1603ed5a82b181f291490e16c
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Nov 11 13:20:42 2014 +0100

    Also link with vorbis
    
    Closes: #768729

diff --git a/debian/rules b/debian/rules
index 999bb1b..1b2cd7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_install:
 	  `fltk-config --cflags` `fltk-config --ldflags` \
 	  -DHAVE_JACK -DENABLE_RESAMPLING \
 	  `pkg-config --cflags --libs jack samplerate` \
-	  `pkg-config --cflags --libs fftw3f vorbisenc vorbisfile mad mxml audiofile` \
+	  `pkg-config --cflags --libs fftw3f vorbisenc vorbisfile vorbis mad mxml audiofile` \
 	  -lportaudio -lpthread -lz
 	mkdir -p $(DESTDIR)/usr/bin/ 
 	cp -a paulstretch $(DESTDIR)/usr/bin/

-- 
paulstretch packaging



More information about the pkg-multimedia-commits mailing list