rpms/bmpx/F-9 .cvsignore, 1.2, 1.3 bmpx.spec, 1.8, 1.9 sources, 1.2, 1.3 bmpx-constcastfix.patch, 1.1, NONE bmpx-gcc43.patch, 1.1, NONE

Alexander Kahl (akahl) fedora-extras-commits at redhat.com
Fri Jun 6 21:46:33 UTC 2008


Author: akahl

Update of /cvs/pkgs/rpms/bmpx/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1598

Modified Files:
	.cvsignore bmpx.spec sources 
Removed Files:
	bmpx-constcastfix.patch bmpx-gcc43.patch 
Log Message:
* 0.40.14
* removed superseded patches



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Nov 2007 08:48:04 -0000	1.2
+++ .cvsignore	6 Jun 2008 21:45:52 -0000	1.3
@@ -1 +1 @@
-bmpx-0.40.13.tar.bz2
+bmpx-0.40.14.tar.bz2


Index: bmpx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/F-9/bmpx.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- bmpx.spec	2 Mar 2008 10:20:30 -0000	1.8
+++ bmpx.spec	6 Jun 2008 21:45:52 -0000	1.9
@@ -1,20 +1,18 @@
 Summary:	Beep Media Player eXperimental
 Name:		bmpx
-Version:	0.40.13
-Release:	11%{?dist}
+Version:	0.40.14
+Release:	3%{?dist}
 
 License:	GPLv2
 Group:		Applications/Multimedia
 URL:		http://bmpx.backtrace.info/
 Source:		http://files.beep-media-player.org/releases/0.40/%{name}-%{version}.tar.bz2
-Patch0:		bmpx-constcastfix.patch
-Patch1:		bmpx-libsoup24.patch
-Patch2:		bmpx-gcc43.patch
+Patch0:		bmpx-libsoup24.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gcc-c++
 BuildRequires:	boost-devel
-BuildRequires:	libsoup-devel >= 2.3
+BuildRequires:	libsoup-devel
 BuildRequires:	sqlite-devel
 BuildRequires:	glibmm24-devel
 BuildRequires:	gtkmm24-devel
@@ -28,7 +26,8 @@
 # http://bugs.backtrace.info/view.php?id=501
 # BuildRequires:	hal-devel
 BuildRequires:	taglib-devel
-BuildRequires:	libsidplay-devel
+# Has some mysterious problems on ppc right now..
+# BuildRequires:	libsidplay-devel
 BuildRequires:	startup-notification-devel
 BuildRequires:	libofa-devel
 BuildRequires:	cdparanoia-devel
@@ -37,24 +36,26 @@
 BuildRequires:	gettext
 BuildRequires:	desktop-file-utils
 BuildRequires:	libxslt
+BuildRequires:  dbus-devel
+BuildRequires:  dbus-glib-devel
+BuildRequires:  libSM-devel
 
 %description
 BMPx is an audio player that features support for specifications like XDS DnD,
 XSPF and DBus. BMPx is highly interoperable and integrates well with other
 applications and a variety of desktop environments.
 
-### Removed until Firefox 3.0 reaches stable
+
 # %define extension_id \{bc3572da-daf9-435d-a8a6-33cc20fe4533\}
-# %define firefox_version 3.0.0.0
 # %package extension
-# Summary:	BMPx extension for Firefox to register as lastfm link handler
-# Group:		Applications/Multimedia
+# Summary:	BMPx extension for Mozilla browsers to register as lastfm handler
+# Group:	Applications/Multimedia
 # Requires:	%{name} = %{version}-%{release}
-# Requires:	firefox = %{firefox_version}
+# Requires:	mozilla-filesystem
 
 # %description extension
-# This extension enables firefox to send lastfm links to BMPx, starting immediate
-# playback.
+# This extension enables Mozilla-based browsers to send lastfm links to BMPx,
+# starting immediate playback.
 
 
 %package devel
@@ -74,16 +75,15 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .constcastfix
-%patch1 -p1 -b .libsoup24
-%patch2 -p1 -b .gcc43
+%patch0 -p1 -b .libsoup24
 
 %build
 %configure \
 	--disable-hal \
 	--enable-mp4v2 \
-	--enable-sid \
 	--enable-modplug
+#	--enable-sid \
+
 
 %{__make} %{?_smp_mflags}
 
@@ -103,18 +103,17 @@
 
 # handle documentation properly
 %{__mv} ${RPM_BUILD_ROOT}%{_docdir}/%{name} ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version}
-%{__cp} -p AUTHORS ChangeLog COPYING README ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version} 
+%{__cp} -p AUTHORS COPYING README ${RPM_BUILD_ROOT}%{_docdir}/%{name}-%{version} 
 
 # aggressive .la file removal
 find ${RPM_BUILD_ROOT}%{_libdir}/%{name}/plugins \
 	-name \*.la \
 	-exec %{__rm} -f '{}' \;
 
-### Removed until Firefox 3.0 reaches stable
-# # firefox extension
+# Mozilla extension
 # %{__install} -p -m644 xpi/bmp.xpi ${RPM_BUILD_ROOT}%{_libdir}/%{name}
-# %{__mkdir_p} ${RPM_BUILD_ROOT}%{_libdir}/firefox-%{firefox_version}/extensions
-# %{__unzip} -q xpi/bmp.xpi -d ${RPM_BUILD_ROOT}%{_libdir}/firefox-%{firefox_version}/extensions/%{extension_id}
+# %{__mkdir_p} ${RPM_BUILD_ROOT}%{_libdir}/mozilla/extensions
+# %{__unzip} -q xpi/bmp.xpi -d ${RPM_BUILD_ROOT}%{_libdir}/mozilla/extensions/%{extension_id}
 
 # header file forgotten by make install
 %{__install} -p -m644 src/minisoup.hh ${RPM_BUILD_ROOT}%{_includedir}/bmp-2.0/bmp/types
@@ -151,7 +150,6 @@
 %{_bindir}/bmp-play-files-2.0
 %{_bindir}/bmp-play-uris-2.0
 %{_libdir}/%{name}
-###Removed until Firefox 3.0 reaches stable
 # %exclude %{_libdir}/%{name}/bmp.xpi
 %{_libexecdir}/beep-media-player-2-bin
 %{_libexecdir}/beep-media-player-2-sentinel
@@ -165,10 +163,9 @@
 %{_docdir}/%{name}-%{version}
 %{_mandir}/man1/beep-media-player-2.1*
 
-###Removed until Firefox 3.0 reaches stable
 # %files extension
 # %{_libdir}/%{name}/bmp.xpi
-# %{_libdir}/firefox-%{firefox_version}/extensions/%{extension_id}
+# %{_libdir}/mozilla/extensions/%{extension_id}
 
 %files devel
 %defattr(-,root,root,-)
@@ -177,6 +174,18 @@
 
 
 %changelog
+* Fri Jun  6 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.14-3
+- disabled sid support for now, problems on ppc
+
+* Sun May 18 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.14-2
+- added explicit dbus-devel and dbus-glib-devel dependencies
+- added explicit libSM-devel dependency
+
+* Tue May 18 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.14-1
+- update to 0.40.14
+- removed patches for now-fixed issues
+- removed empty ChangeLog
+
 * Sun Mar  2 2008 Alexander Kahl <akahl at iconmobile.com> - 0.40.13-11
 - updated homepage url
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bmpx/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	23 Nov 2007 08:48:04 -0000	1.2
+++ sources	6 Jun 2008 21:45:52 -0000	1.3
@@ -1 +1 @@
-11da3d4c63e77dc15a53d0c6c25ddadb  bmpx-0.40.13.tar.bz2
+c741e05a82a82b14b6775d44a7c93c15  bmpx-0.40.14.tar.bz2


--- bmpx-constcastfix.patch DELETED ---


--- bmpx-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list