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

commit dd83454ae47d502ed42483903919d097a69c3c5d
Author: crazy <[EMAIL PROTECTED]>
Date:   Sun Feb 10 22:01:56 2008 +0100

muine-0.8.8-1-i686
* Version bump
* removed flac patch , in upstream already
* added dbus support
* added missing scriptlet option

diff --git a/source/gnome-extra/muine/FrugalBuild 
b/source/gnome-extra/muine/FrugalBuild
index e987501..3506506 100644
--- a/source/gnome-extra/muine/FrugalBuild
+++ b/source/gnome-extra/muine/FrugalBuild
@@ -3,22 +3,22 @@
# Contributor: detto <[EMAIL PROTECTED]>

pkgname=muine
-pkgver=0.8.7
+pkgver=0.8.8
pkgrel=1
pkgdesc="Small music player written in C# featuring easy song/album adding to 
playlist."
url="http://muine-player.org";
archs=('i686')
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')
+        'gst-plugins-good-flac' 'gst-plugins-base-gnomevfs' 
'gst-plugins-bad-faad2' 'libid3tag' 'dbus')
makedepends=('perl-xml' 'intltool')
-source=($url/releases/$pkgname-$pkgver.tar.gz muine-0.8.7-flac-1.1.3.patch)
+source=($url/releases/$pkgname-$pkgver.tar.gz)
up2date="lynx -dump $url/releases | Flasttar"
-sha1sums=('e1667d5a0fd4a79504307fb9261bb8b2a4dda87b'\
-         '4f108a7b40cd6c00afdcc83d811029cafb12f5dd')
+sha1sums=('42ae6c1bce257268be808ad27adcab4110f2bef8')
_F_gnome_desktop=y
_F_gnome_iconcache=y
_F_gnome_schemas=('/etc/gconf/schemas/muine.schemas')
+options=('scriptlet')
Finclude mono gnome-scriptlet

build () {
diff --git a/source/gnome-extra/muine/muine-0.8.7-flac-1.1.3.patch 
b/source/gnome-extra/muine/muine-0.8.7-flac-1.1.3.patch
deleted file mode 100644
index 4e0e850..0000000
--- a/source/gnome-extra/muine/muine-0.8.7-flac-1.1.3.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- muine-0.8.7/libmuine/metadata.c.flac       2007-01-19 23:14:07.000000000 
+0100
-+++ muine-0.8.7/libmuine/metadata.c    2007-01-22 13:52:05.000000000 +0100
-@@ -41,6 +41,12 @@
- #include "metadata.h"
- #include "macros.h"
-
-+#if !defined(FLAC_API_VERSION_CURRENT) || FLAC_API_VERSION_CURRENT < 8
-+#define LEGACY_FLAC
-+#else
-+#undef LEGACY_FLAC
-+#endif
-+
- struct _Metadata {
-       char *title;
-
-@@ -829,22 +835,40 @@
-
-       flac_decoder = FLAC__stream_decoder_new ();
-
-+#if defined(LEGACY_FLAC)
-       FLAC__stream_decoder_set_read_callback (flac_decoder, 
FLAC_read_callback);
-       FLAC__stream_decoder_set_write_callback (flac_decoder, 
FLAC_write_callback);
-       FLAC__stream_decoder_set_metadata_callback (flac_decoder, 
FLAC_metadata_callback);
-       FLAC__stream_decoder_set_error_callback (flac_decoder, 
FLAC_error_callback);
-+#endif
-
-       callback_data = g_new0 (CallbackData, 1);
-       callback_data->handle = handle;
-       callback_data->comment = comment;
-+#if defined(LEGACY_FLAC)
-       FLAC__stream_decoder_set_client_data (flac_decoder, callback_data);
-+#endif
-
-       /* by default, only the STREAMINFO block is parsed and passed to
-        * the metadata callback.  Here we instruct the decoder to also
-        * pass us the VORBISCOMMENT block if there is one. */
-       FLAC__stream_decoder_set_metadata_respond (flac_decoder, 
FLAC__METADATA_TYPE_VORBIS_COMMENT);
-
-+#if defined(LEGACY_FLAC)
-       FLAC__stream_decoder_init (flac_decoder);
-+#else
-+      FLAC__stream_decoder_init_stream (flac_decoder,
-+                                       FLAC_read_callback,
-+                                       NULL,
-+                                       NULL,
-+                                       NULL,
-+                                       NULL,
-+                                       FLAC_write_callback,
-+                                       FLAC_metadata_callback,
-+                                       FLAC_error_callback,
-+                                       callback_data
-+                                       );
-+#endif
-
-       /* this runs the decoding process, calling the callbacks as appropriate 
*/
-       if (FLAC__stream_decoder_process_until_end_of_metadata (flac_decoder) 
== 0) {
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to