[Frugalware-darcs] frugalware-current: amarok-1.2.4-3-i686

VMiklos mamajom at axelero.hu
Sun Jul 24 01:00:18 CEST 2005


Sun Jul 24 00:25:06 CEST 2005  VMiklos <mamajom at axelero.hu>
  * amarok-1.2.4-3-i686
  rebuilt with gcc-4.0.1
diff -rN -u old-frugalware-current/extra/source/kde/amarok/FrugalBuild new-frugalware-current/extra/source/kde/amarok/FrugalBuild
--- old-frugalware-current/extra/source/kde/amarok/FrugalBuild	2005-07-24 00:57:34.000000000 +0200
+++ new-frugalware-current/extra/source/kde/amarok/FrugalBuild	2005-07-24 00:30:28.000000000 +0200
@@ -1,10 +1,10 @@
-# Last Modified: Wed, 06 Jul 2005 13:52:34 +0200
+# Last Modified: Sun, 24 Jul 2005 00:24:36 +0200
 # Compiling Time: ~1,1 hours on factory.frugalware.org
 # Maintainer: VMiklos <mamajom at axelero.hu>
 
 pkgname=amarok
 pkgver=1.2.4
-pkgrel=2
+pkgrel=3
 pkgdesc="amaroK is a music player for Linux and Unix with an intuitive interface"
 url="http://amarok.kde.org/"
 depends=('kdemultimedia>=3.4.0' 'libxml2' 'gstreamer' 'libtool' 'xmms' 'popt')
@@ -12,8 +12,8 @@
 groups=('kde-extra')
 archs=('i686' 'x86_64')
 up2date='lynx -dump "http://sourceforge.net/project/showfiles.php?group_id=84099" | grep "amarok-\([0-9.]\+\).tar.bz2" | head -n 1 | sed "s/.*amarok-\([0-9.]\+\).tar.bz2.*/\1/"'
-source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('9a3bb2c043d1db169c6a370aff439e0f')
+source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 $pkgname-$pkgver-gcc4.patch)
+md5sums=('9a3bb2c043d1db169c6a370aff439e0f' 'd4d6c1f5ee46b39eb4b1600fb81646f0')
 
 # optimalization ok
 
diff -rN -u old-frugalware-current/extra/source/kde/amarok/amarok-1.2.4-gcc4.patch new-frugalware-current/extra/source/kde/amarok/amarok-1.2.4-gcc4.patch
--- old-frugalware-current/extra/source/kde/amarok/amarok-1.2.4-gcc4.patch	1970-01-01 01:00:00.000000000 +0100
+++ new-frugalware-current/extra/source/kde/amarok/amarok-1.2.4-gcc4.patch	2005-07-24 00:30:28.000000000 +0200
@@ -0,0 +1,51 @@
+diff -Naur amarok-1.2.4/amarok/src/collectionbrowser.h amarok-1.2.4-gcc4/amarok/src/collectionbrowser.h
+--- amarok-1.2.4/amarok/src/collectionbrowser.h	2005-05-19 19:00:19.000000000 +0200
++++ amarok-1.2.4-gcc4/amarok/src/collectionbrowser.h	2005-06-22 19:23:09.634976456 +0200
+@@ -28,6 +28,8 @@
+ class KPopupMenu;
+ class KProgress;
+ 
++class CollectionView;
++
+ class CollectionBrowser: public QVBox
+ {
+     Q_OBJECT
+diff -Naur amarok-1.2.4/amarok/src/mediabrowser.h amarok-1.2.4-gcc4/amarok/src/mediabrowser.h
+--- amarok-1.2.4/amarok/src/mediabrowser.h	2005-05-19 19:00:19.000000000 +0200
++++ amarok-1.2.4-gcc4/amarok/src/mediabrowser.h	2005-06-22 19:28:19.371889288 +0200
+@@ -22,6 +22,8 @@
+ class QPalette;
+ class QPushButton;
+ 
++class MediaDeviceView;
++class MediaDevice;
+ 
+ class MediaItem : public KListViewItem
+ {
+diff -Naur amarok-1.2.4/amarok/src/playlistbrowser.h amarok-1.2.4-gcc4/amarok/src/playlistbrowser.h
+--- amarok-1.2.4/amarok/src/playlistbrowser.h	2005-05-19 19:00:19.000000000 +0200
++++ amarok-1.2.4-gcc4/amarok/src/playlistbrowser.h	2005-06-22 19:25:39.398208984 +0200
+@@ -22,6 +22,12 @@
+ class QSplitter;
+ class QTimer;
+ 
++class PlaylistBrowserItem;
++class PlaylistBrowserView;
++class SmartPlaylistView;
++class TrackItemInfo;
++class PlaylistTrackItem;
++
+ class PlaylistBrowser : public QVBox
+ {
+ Q_OBJECT
+diff -Naur amarok-1.2.4/amarok/src/smartplaylisteditor.h amarok-1.2.4-gcc4/amarok/src/smartplaylisteditor.h
+--- amarok-1.2.4/amarok/src/smartplaylisteditor.h	2005-05-19 19:00:19.000000000 +0200
++++ amarok-1.2.4-gcc4/amarok/src/smartplaylisteditor.h	2005-06-22 19:30:09.097208504 +0200
+@@ -18,6 +18,7 @@
+ class QToolButton;
+ class QVGroupBox;
+ 
++class CriteriaEditor;
+ 
+ class SmartPlaylistEditor : public KDialogBase
+ {



More information about the Frugalware-darcs mailing list