Package: muine
Version: 0.8.5-1
Severity: wishlist
Tags: patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

On a newly installed system, muine refused to start for me (similar to 
bug #351981). I could figure out no way to configure gstreamer0.8 with 
any program currently in Debian (gstreamer-properties is configuring 
0.10 for me).

The attached patch compiles muine against gstreamer0.10, and the 
resulting packages seem to work fine for me. There appears to be no need 
for any gstreamer-gconf package.

Thanks,
mike

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFE1nDyrbXc6n5AevkRAhelAJ4yF/MmzkmnTE1pHjQFVtD48+ivaACePeD5
S8e6pil9J5F4ixSMSHaQtlU=
=xnCb
-----END PGP SIGNATURE-----
diff -u muine-0.8.5/debian/changelog muine-0.8.5.mlc/debian/changelog
--- muine-0.8.5/debian/changelog        2006-08-06 18:40:32.132172504 -0400
+++ muine-0.8.5.mlc/debian/changelog    2006-08-06 18:22:17.451775607 -0400
@@ -1,3 +1,9 @@
+muine (0.8.5-1.mlc) unstable; urgency=low
+
+  * Use gstreamer 0.10
+
+ -- mike castleman <[EMAIL PROTECTED]>  Sun, 06 Aug 2006 18:22:07 -0400
+
 muine (0.8.5-1) unstable; urgency=low
 
   * New upstream release
diff -u muine-0.8.5/debian/control muine-0.8.5.mlc/debian/control
--- muine-0.8.5/debian/control  2006-08-06 18:40:32.128172342 -0400
+++ muine-0.8.5.mlc/debian/control      2006-08-06 18:23:21.370367950 -0400
@@ -2,12 +2,12 @@
 Section: gnome
 Priority: optional
 Maintainer: Dave Beckett <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), mono-mcs (>= 1.1.6) | c-sharp-compiler, 
mono-gac, libgtk-cil (>= 1.0), libgconf-cil (>= 1.0), libgnome-cil (>= 1.0), 
libglade-cil (>= 1.0), libgtk2.0-dev (>= 2.4.0), libgdbm-dev (>= 1.8.0), 
libogg-dev (>= 1.0), libvorbis-dev (>= 1.0), libid3tag0-dev (>= 0.15.1b-3), 
libflac-dev (>= 1.1.2-1), autotools-dev, cdbs, libmono-dev (>= 1.1.6), 
libgconf2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgnome2-dev (>= 
2.4.0), libgstreamer0.8-dev (>= 0.8.0), libgstreamer-gconf0.8-dev (>= 0.8.0), 
intltool, libgtk2.0-cil (>= 1.9.2), libgnome2.0-cil (>= 1.9.2), libglade2.0-cil 
(>= 1.9.2), libgconf2.0-cil (>= 1.9.2), libdbus-1-cil (>= 0.61-3), 
gnome-icon-theme (>= 2.8.0), cli-common-dev (>= 0.4.0), monodoc-base
+Build-Depends: debhelper (>= 5), mono-mcs (>= 1.1.6) | c-sharp-compiler, 
mono-gac, libgtk-cil (>= 1.0), libgconf-cil (>= 1.0), libgnome-cil (>= 1.0), 
libglade-cil (>= 1.0), libgtk2.0-dev (>= 2.4.0), libgdbm-dev (>= 1.8.0), 
libogg-dev (>= 1.0), libvorbis-dev (>= 1.0), libid3tag0-dev (>= 0.15.1b-3), 
libflac-dev (>= 1.1.2-1), autotools-dev, cdbs, libmono-dev (>= 1.1.6), 
libgconf2-dev (>= 2.4.0), libgnomevfs2-dev (>= 2.4.0), libgnome2-dev (>= 
2.4.0), libgstreamer0.10-dev (>= 0.10.0), intltool, libgtk2.0-cil (>= 1.9.2), 
libgnome2.0-cil (>= 1.9.2), libglade2.0-cil (>= 1.9.2), libgconf2.0-cil (>= 
1.9.2), libdbus-1-cil (>= 0.61-3), gnome-icon-theme (>= 2.8.0), cli-common-dev 
(>= 0.4.0), monodoc-base
 Standards-Version: 3.7.2.0
 
 Package: muine
 Architecture: any
-Depends: ${shlibs:Depends}, gstreamer0.8-gnomevfs (>= 0.8.0), ${misc:Depends}, 
${cli:Depends}
+Depends: ${shlibs:Depends}, gstreamer0.10-gnomevfs (>= 0.10.0), 
${misc:Depends}, ${cli:Depends}
 Description: Simple playlist based music player
  Muine is an innovative music player. It has a simple interface designed to 
  allow the user to easily construct playlists from albums and/or single songs.
diff -u muine-0.8.5/debian/rules muine-0.8.5.mlc/debian/rules
--- muine-0.8.5/debian/rules    2006-08-06 18:40:32.128172342 -0400
+++ muine-0.8.5.mlc/debian/rules        2006-08-06 18:23:31.390774347 -0400
@@ -8,7 +8,7 @@
 include /usr/share/cdbs/1/class/gnome.mk
 
 DEB_INSTALL_MANPAGES_muine := debian/muine.1
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-gstreamer=0.8
+#DEB_CONFIGURE_EXTRA_FLAGS := --enable-gstreamer=0.8
 DEB_DH_MAKESHLIBS_ARGS := -Xlibmuine -Xlibinotify
 #DEB_MAKE_ENVVARS := 
 

Reply via email to