[Frugalware-darcs] frugalware-current: amarok-1.4.5-2-i686

crazy crazy at frugalware.org
Fri Feb 16 00:48:23 CET 2007


Darcsweb-Url: http://darcs.frugalware.org/darcsweb/darcsweb.cgi?r=frugalware-current;a=darcs_commitdiff;h=20070215234644-f6986-655422587d27fccd933abc31a949b561a3e1d275.gz;

[amarok-1.4.5-2-i686
crazy <crazy at frugalware.org>**20070215234644
 * [SEC] relbump
 * closes #1711
] {
addfile ./source/kde-extra/amarok/magnatunealbumdownloader.cpp.patch
hunk ./source/kde-extra/amarok/FrugalBuild 7
-pkgrel=1
+pkgrel=2
hunk ./source/kde-extra/amarok/FrugalBuild 13
+rodepends=('unzip')
hunk ./source/kde-extra/amarok/FrugalBuild 19
-source=(ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2)
+source=(ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.bz2 \
+	magnatunealbumdownloader.cpp.patch)
hunk ./source/kde-extra/amarok/FrugalBuild 23
-sha1sums=('882dec8d30c10f609a1f5e21d2e91342e78304c5')
+sha1sums=('882dec8d30c10f609a1f5e21d2e91342e78304c5'\
+          'ad7734da2b5fe68e2d1cd51ff12ec5928b5d7c8a')
hunk ./source/kde-extra/amarok/magnatunealbumdownloader.cpp.patch 1
+diff -Naur amarok-1.4.5/amarok/src/magnatunebrowser/magnatunealbumdownloader.cpp amarok-1.4.5-p/amarok/src/magnatunebrowser/magnatunealbumdownloader.cpp
+--- amarok-1.4.5/amarok/src/magnatunebrowser/magnatunealbumdownloader.cpp	2007-02-01 19:14:17.000000000 +0100
++++ amarok-1.4.5-p/amarok/src/magnatunebrowser/magnatunealbumdownloader.cpp	2007-02-16 00:09:28.000000000 +0100
+@@ -89,7 +89,7 @@
+ 
+     //ok, now we have the .zip file downloaded. All we need is to unpack it to the desired location and add it to the collection.
+ 
+-    QString unzipString = "unzip \""+m_tempDir.name() + m_currentAlbumFileName + "\" -d \"" + m_currentAlbumUnpackLocation + "\" &";
++    QString unzipString = "unzip " + KProcess::quote( m_tempDir.name() + m_currentAlbumFileName ) + " -d " + KProcess::quote( m_currentAlbumUnpackLocation ) + " &";
+ 
+     debug() << "unpacking: " << unzipString << endl;
+ 
}


More information about the Frugalware-darcs mailing list