rev 4993 - in people/ana/packages/amarok/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Nov 26 02:31:11 UTC 2006


Author: ana
Date: 2006-11-26 03:31:11 +0100 (Sun, 26 Nov 2006)
New Revision: 4993

Added:
   people/ana/packages/amarok/debian/patches/sparc-asm.patch
Modified:
   people/ana/packages/amarok/debian/changelog
   people/ana/packages/amarok/debian/patches/series
Log:
Changes for amarok 1.4.4-0.2.
Fix to build in sparc.


Modified: people/ana/packages/amarok/debian/changelog
===================================================================
--- people/ana/packages/amarok/debian/changelog	2006-11-26 02:06:56 UTC (rev 4992)
+++ people/ana/packages/amarok/debian/changelog	2006-11-26 02:31:11 UTC (rev 4993)
@@ -1,3 +1,10 @@
+amarok (1.4.4-0.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Applied patch to fix build on sparc. Thanks to Jurij Smakov for the patch.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Sat,  4 Nov 2006 10:19:37 +0100
+
 amarok (1.4.4-0.1) unstable; urgency=low
 
   * Non-maintainer upload with permission from the maintainer.
@@ -5,7 +12,7 @@
   * Dropped patch 143_provided_upstream_playlist_encoding.diff,
     merged by upstream.
   * Moved architecture-dependent files from /usr/share to 
-    /user/lib. Thanks to Ted Percival. (Closes: #392392)
+    /usr/lib. Thanks to Ted Percival. (Closes: #392392)
   * Updated debian/compat to 5.
 
  -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Tue, 31 Oct 2006 21:59:59 +0100

Modified: people/ana/packages/amarok/debian/patches/series
===================================================================
--- people/ana/packages/amarok/debian/patches/series	2006-11-26 02:06:56 UTC (rev 4992)
+++ people/ana/packages/amarok/debian/patches/series	2006-11-26 02:31:11 UTC (rev 4993)
@@ -4,3 +4,4 @@
 gmo_files_at_build_time.patch -p0
 disable-final.diff -p0
 revert-fix-for-bug-116127.diff -p0
+sparc-asm.patch -p0

Added: people/ana/packages/amarok/debian/patches/sparc-asm.patch
===================================================================
--- people/ana/packages/amarok/debian/patches/sparc-asm.patch	2006-11-26 02:06:56 UTC (rev 4992)
+++ people/ana/packages/amarok/debian/patches/sparc-asm.patch	2006-11-26 02:31:11 UTC (rev 4993)
@@ -0,0 +1,11 @@
+--- amarok/src/mediadevice/daap/mongrel/http11/Makefile.am.orig	2006-11-02 23:22:08.000000000 -0800
++++ amarok/src/mediadevice/daap/mongrel/http11/Makefile.am	2006-11-02 23:22:22.000000000 -0800
+@@ -4,7 +4,7 @@
+ 
+ amarokrubylib_DATA = http11.rb
+ 
+-INCLUDES = -I$(ruby_includes) -Dinline=__inline__
++INCLUDES = -I$(ruby_includes) -Dinline=__inline__ -Dasm=__asm__
+ 
+ libhttp11_la_LDFLAGS = \
+ 	-shared \




More information about the pkg-kde-commits mailing list