[arch-commits] Commit in muine/trunk (PKGBUILD disambiguate_volumebutton.diff)

Eric Belanger eric at archlinux.org
Sun Aug 17 18:23:15 UTC 2008


    Date: Sunday, August 17, 2008 @ 14:23:15
  Author: eric
Revision: 9451

upgpkg: muine 0.8.8-2
    fixed build problem, rebuild against faad2 2.6.1 (close FS#11234)

Added:
  muine/trunk/disambiguate_volumebutton.diff
Modified:
  muine/trunk/PKGBUILD

--------------------------------+
 PKGBUILD                       |    9 +++++----
 disambiguate_volumebutton.diff |   20 ++++++++++++++++++++
 2 files changed, 25 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-17 18:15:20 UTC (rev 9450)
+++ PKGBUILD	2008-08-17 18:23:15 UTC (rev 9451)
@@ -4,17 +4,17 @@
 
 pkgname=muine
 pkgver=0.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A music player written in C#"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.muine-player.org/"
-depends=('gnome-sharp' 'gstreamer0.10-good-plugins' 'gstreamer0.10-base-plugins' 'desktop-file-utils' 'libgnomeui>=2.22.1')
+depends=('gnome-sharp' 'gstreamer0.10-good-plugins' 'gstreamer0.10-base-plugins' 'desktop-file-utils' 'libgnomeui>=2.22.1' 'libid3tag' 'faad2>=2.6.1')
 makedepends=('perlxml' 'pkgconfig')
 options=('!libtool' '!emptydirs')
 install=muine.install
-source=(http://muine-player.org/releases/muine-${pkgver}.tar.gz)
-md5sums=('0bf318424d35241525df701e107dd6b1')
+source=(http://muine-player.org/releases/muine-${pkgver}.tar.gz disambiguate_volumebutton.diff)
+md5sums=('0bf318424d35241525df701e107dd6b1' 'd25d08ac961f451cd955745067be634c')
 
 build() {
 
@@ -22,6 +22,7 @@
   mkdir -p "${MONO_SHARED_DIR}"
  
   cd ${startdir}/src/${pkgname}-${pkgver}
+  patch -p1 < ../disambiguate_volumebutton.diff || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-static --enable-gstreamer || return 1
   make || return 1

Added: disambiguate_volumebutton.diff
===================================================================
--- disambiguate_volumebutton.diff	                        (rev 0)
+++ disambiguate_volumebutton.diff	2008-08-17 18:23:15 UTC (rev 9451)
@@ -0,0 +1,20 @@
+--- trunk/src/PlaylistWindow.cs	2008/02/26 21:35:12	1176
++++ trunk/src/PlaylistWindow.cs	2008/02/26 21:37:01	1177
+@@ -176,7 +176,7 @@
+ 		[Glade.Widget] private Button       add_song_button   ;
+ 		[Glade.Widget] private Button       add_album_button  ;		
+ 
+-		private VolumeButton volume_button;
++		private Bacon.VolumeButton volume_button;
+ 
+ 		// Widgets :: Player
+ 		[Glade.Widget] private Label song_label;
+@@ -869,7 +869,7 @@
+ 			add_album_button  .Clicked += OnAddAlbumButtonClicked;
+ 
+ 			// Volume
+-			volume_button = new VolumeButton ();
++			volume_button = new Bacon.VolumeButton ();
+ 			volume_button_container.Add (volume_button);
+ 			volume_button.Visible = true;
+ 			volume_button.VolumeChanged += OnVolumeChanged;




More information about the arch-commits mailing list