Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=7828f854f3f8555d8b359e29112e4009b1c0c8a2

commit 7828f854f3f8555d8b359e29112e4009b1c0c8a2
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Tue Jan 20 21:30:21 2009 +0100

muine-0.8.10-1-i686
*version bump
*change m8r
*now gnome hosted

diff --git a/source/gnome-extra/muine/FrugalBuild 
b/source/gnome-extra/muine/FrugalBuild
index ebe8fc3..b936894 100644
--- a/source/gnome-extra/muine/FrugalBuild
+++ b/source/gnome-extra/muine/FrugalBuild
@@ -1,26 +1,24 @@
# Compiling Time: 0.16 SBU
-# Maintainer: AlexExtreme <a...@alex-smith.me.uk>
+# Maintainer: bouleetbil <bouleet...@frogdev.info>
# Contributor: detto <dett...@freenet.de>

pkgname=muine
-pkgver=0.8.8
-pkgrel=2
+pkgver=0.8.10
+pkgrel=1
pkgdesc="Small music player written in C# featuring easy song/album adding to 
playlist."
-url="http://muine-player.org";
archs=('i686' 'x86_64')
groups=('gnome-extra')
depends=('gnome-sharp' 'gstreamer' 'gst-plugins-base-vorbis' 
'gst-plugins-ugly-mad'\
-        'gst-plugins-good-flac' 'gst-plugins-base-gnomevfs' 
'gst-plugins-bad-faad2' 'libid3tag' 'dbus')
+       'gst-plugins-good-flac' 'gst-plugins-base-gnomevfs' 
'gst-plugins-bad-faad2' 'libid3tag' 'dbus'\
+       'ndesk-dbus-glib')
makedepends=('perl-xml-parser' 'intltool')
-source=($url/releases/$pkgname-$pkgver.tar.gz bug-518828.patch)
-up2date="lynx -dump $url/releases | Flasttar"
-sha1sums=('42ae6c1bce257268be808ad27adcab4110f2bef8' \
-          '160ad523841f27ab98b84138c29e30459bc5a6e5')
+sha1sums=('0c1b8420cd89a8fcae86982e205255d469e9dd29')
_F_gnome_desktop=y
_F_gnome_iconcache=y
_F_gnome_schemas=('/etc/gconf/schemas/muine.schemas')
options=('scriptlet')
-Finclude mono gnome-scriptlet
+Finclude mono gnome-scriptlet gnome
+url="http://muine-player.org";

build () {
Fmonoexport
diff --git a/source/gnome-extra/muine/bug-518828.patch 
b/source/gnome-extra/muine/bug-518828.patch
deleted file mode 100644
index ce568fd..0000000
--- a/source/gnome-extra/muine/bug-518828.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- trunk/src/PlaylistWindow.cs        2007/08/08 21:45:46     1150
-+++ 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;
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to