[Pkg-voip-commits] r5820 - in /speex/trunk/debian: changelog rules

ron at alioth.debian.org ron at alioth.debian.org
Tue Jun 3 19:12:04 UTC 2008


Author: ron
Date: Tue Jun  3 19:12:03 2008
New Revision: 5820

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5820
Log:
Update for the 1.2~beta4-2 release

Modified:
    speex/trunk/debian/changelog
    speex/trunk/debian/rules

Modified: speex/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/speex/trunk/debian/changelog?rev=5820&op=diff
==============================================================================
--- speex/trunk/debian/changelog (original)
+++ speex/trunk/debian/changelog Tue Jun  3 19:12:03 2008
@@ -1,3 +1,16 @@
+speex (1.2~beta4-2) unstable; urgency=low
+
+  * Move the extra sse libs to /usr/lib/sse2.  That is a bit more elitist than
+    we need to be, but the linker already looks there without adding yet another
+    path permutation, and in practice most people who really care about how long
+    this is going to take won't find that sets the bar too high for them at all.
+
+    Actually, it's apparently ldconfig rather than the linker that is missing
+    this path, but this will still do for now while people figure out if or when
+    that should be fixed too.
+
+ -- Ron Lee <ron at debian.org>  Wed, 04 Jun 2008 03:48:19 +0930
+
 speex (1.2~beta4-1) unstable; urgency=low
 
   * Upstream snapshot release.

Modified: speex/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/speex/trunk/debian/rules?rev=5820&op=diff
==============================================================================
--- speex/trunk/debian/rules (original)
+++ speex/trunk/debian/rules Tue Jun  3 19:12:03 2008
@@ -82,9 +82,9 @@
 install-arch-stamp:
 	dh_testdir
 	cd $(objdir) && $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	if [ -d "$(objdir_sse)" ]; then								 \
-	    dh_install -plibspeex1    $(objdir_sse)/libspeex/.libs/libspeex.so.*    usr/lib/sse; \
-	    dh_install -plibspeexdsp1 $(objdir_sse)/libspeex/.libs/libspeexdsp.so.* usr/lib/sse; \
+	if [ -d "$(objdir_sse)" ]; then								  \
+	    dh_install -plibspeex1    $(objdir_sse)/libspeex/.libs/libspeex.so.*    usr/lib/sse2; \
+	    dh_install -plibspeexdsp1 $(objdir_sse)/libspeex/.libs/libspeexdsp.so.* usr/lib/sse2; \
 	fi
 	touch $@
 




More information about the Pkg-voip-commits mailing list