Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ec92c6503849301bce1e73c82a6436a706ed5b3b
commit ec92c6503849301bce1e73c82a6436a706ed5b3b Author: crazy <[EMAIL PROTECTED]> Date: Mon Apr 7 13:13:39 2008 +0200 bmpx-0.40.14-1-i686 * Version bump diff --git a/source/xmultimedia-extra/bmpx/FrugalBuild b/source/xmultimedia-extra/bmpx/FrugalBuild index 79a9fed..424721a 100644 --- a/source/xmultimedia-extra/bmpx/FrugalBuild +++ b/source/xmultimedia-extra/bmpx/FrugalBuild @@ -2,9 +2,9 @@ # Maintainer: crazy <[EMAIL PROTECTED]> pkgname=bmpx -pkgver=0.40.13 +pkgver=0.40.14 basever=0.40 -pkgrel=3 +pkgrel=1 pkgdesc="A media player that features support for specifications like XDS DnD, XSPF and DBus." url="http://bmpx.backtrace.info/" depends=('libsidplay' 'gamin' 'alsa-lib' 'dbus>=1.0.0-2' 'dbus-glib' 'libglademm>=2.6.3-2' 'hal>=0.5.8.1' \ @@ -22,12 +22,9 @@ groups=('xmultimedia-extra') archs=('i686' 'x86_64') up2date="Flasttar $url" source=(http://files.backtrace.info/releases/$basever/$pkgname-$pkgver.tar.bz2 \ - 01-fw_builduser.patch compile-fix.patch gcc43.patch gcc43-2.patch) -sha1sums=('3327baa8f13f8411a15ebafd0112b9ba8623c0ef' \ - 'a8aabe4db10959e488ffdc38881c88a7cd72855e' \ - '92c7eea5204f4f3ac55f52e682cf6f1033ce858b' \ - '20f7c1901be6de02bd3cb0850027dcf5bb05a163' \ - 'd24713529471efafca900474d4fa30717985a4e0') + 01-fw_builduser.patch) +sha1sums=('3284843c45cab302f414663a5cb31eb4373d07c7' \ + 'a8aabe4db10959e488ffdc38881c88a7cd72855e') subpkgs=("$pkgname-lastfm-firefox-plugin") subdescs=("Firefox LastFM plugin for $pkgname") diff --git a/source/xmultimedia-extra/bmpx/compile-fix.patch b/source/xmultimedia-extra/bmpx/compile-fix.patch deleted file mode 100644 index 931d512..0000000 --- a/source/xmultimedia-extra/bmpx/compile-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur bmpx-0.40.13/src/sanity.cc bmpx-0.40.13-p/src/sanity.cc ---- bmpx-0.40.13/src/sanity.cc 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13-p/src/sanity.cc 2007-12-10 01:32:37.000000000 +0100 -@@ -69,7 +69,7 @@ - } - - C_FUNCTION --gchar * -+const gchar * - sanity_check_gtk (void) - { - return gtk_check_version (GTK_REQUIRED_MAJOR_VER, diff --git a/source/xmultimedia-extra/bmpx/gcc43-2.patch b/source/xmultimedia-extra/bmpx/gcc43-2.patch deleted file mode 100644 index edba324..0000000 --- a/source/xmultimedia-extra/bmpx/gcc43-2.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -Naur bmpx-0.40.13/libhal++/util.cc bmpx-0.40.13-p/libhal++/util.cc ---- bmpx-0.40.13/libhal++/util.cc 2007-10-18 19:17:21.000000000 +0200 -+++ bmpx-0.40.13-p/libhal++/util.cc 2008-04-06 15:27:06.000000000 +0200 -@@ -1,6 +1,6 @@ - #include <string> - #include <cstring> -- -+#include <cstdlib> - #include "types.hh" - - namespace Hal -diff -Naur bmpx-0.40.13/src/hal.hh bmpx-0.40.13-p/src/hal.hh ---- bmpx-0.40.13/src/hal.hh 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13-p/src/hal.hh 2008-04-06 16:09:35.000000000 +0200 -@@ -30,6 +30,7 @@ - #endif //HAVE_CONFIG_H - - #include <string> -+#include <ctime> - #include <map> - #include <vector> - -@@ -169,7 +170,7 @@ - - void device_condition (std::string const& udi, - std::string const& cond_name, -- std::string const& cond_name ); -+ std::string const& cond_name2 ); - void device_added (std::string const& udi ); - void device_removed (std::string const& udi ); - void device_property (std::string const& udi, diff --git a/source/xmultimedia-extra/bmpx/gcc43.patch b/source/xmultimedia-extra/bmpx/gcc43.patch deleted file mode 100644 index 63e1661..0000000 --- a/source/xmultimedia-extra/bmpx/gcc43.patch +++ /dev/null @@ -1,225 +0,0 @@ -diff -up bmpx-0.40.13/src/xds.cc.gcc43 bmpx-0.40.13/src/xds.cc ---- bmpx-0.40.13/src/xds.cc.gcc43 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13/src/xds.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -22,6 +22,7 @@ - // permission is above and beyond the permissions granted by the GPL license - // BMPx is covered by. - -+#include <cstring> - #include <gtkmm.h> - #include "xds.hh" - #define MAX_URI_LEN 4096 -diff -up bmpx-0.40.13/src/podcast.cc.gcc43 bmpx-0.40.13/src/podcast.cc ---- bmpx-0.40.13/src/podcast.cc.gcc43 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13/src/podcast.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -41,6 +41,7 @@ - #include <glibmm/markup.h> - #include <iostream> - #include <fstream> -+#include <cstring> - - #include "paths.hh" - #include "util.hh" -diff -up bmpx-0.40.13/src/parser/libxml2-sax-base.cc.gcc43 bmpx-0.40.13/src/parser/libxml2-sax-base.cc ---- bmpx-0.40.13/src/parser/libxml2-sax-base.cc.gcc43 2007-10-18 19:17:06.000000000 +0200 -+++ bmpx-0.40.13/src/parser/libxml2-sax-base.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -26,6 +26,7 @@ - # include <config.h> - #endif //HAVE_CONFIG_H - -+#include <cstring> - #include <libxml/parser.h> - #include <glibmm.h> - -diff -up bmpx-0.40.13/src/streams-shoutcast.cc.gcc43 bmpx-0.40.13/src/streams-shoutcast.cc ---- bmpx-0.40.13/src/streams-shoutcast.cc.gcc43 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13/src/streams-shoutcast.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -27,6 +27,7 @@ - - #include <iostream> - #include <sstream> -+#include <cstring> - - #include <glibmm.h> - #include <glibmm/markup.h> -diff -up bmpx-0.40.13/src/ui-part-cdda.cc.gcc43 bmpx-0.40.13/src/ui-part-cdda.cc ---- bmpx-0.40.13/src/ui-part-cdda.cc.gcc43 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13/src/ui-part-cdda.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -35,6 +35,7 @@ - #include <iostream> - #include <sstream> - #include <string> -+#include <cstring> - - #include <boost/algorithm/string.hpp> - #include <boost/format.hpp> -diff -up bmpx-0.40.13/src/minisoup.cc.gcc43 bmpx-0.40.13/src/minisoup.cc ---- bmpx-0.40.13/src/minisoup.cc.gcc43 2008-03-01 22:18:55.000000000 +0100 -+++ bmpx-0.40.13/src/minisoup.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -26,6 +26,7 @@ - # include <config.h> - #endif //HAVE_CONFIG_H - -+#include <cstring> - #include <glib/gstdio.h> - #include <glibmm/i18n.h> - #include <boost/format.hpp> -diff -up bmpx-0.40.13/src/database.cc.gcc43 bmpx-0.40.13/src/database.cc ---- bmpx-0.40.13/src/database.cc.gcc43 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13/src/database.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -28,6 +28,7 @@ - - #include <iostream> - #include <string> -+#include <cstring> - - #include <glibmm.h> - #include <glib/gstdio.h> -diff -up bmpx-0.40.13/src/video-widget.cc.gcc43 bmpx-0.40.13/src/video-widget.cc ---- bmpx-0.40.13/src/video-widget.cc.gcc43 2008-03-01 22:25:26.000000000 +0100 -+++ bmpx-0.40.13/src/video-widget.cc 2008-03-01 22:25:31.000000000 +0100 -@@ -22,6 +22,8 @@ - // permission is above and beyond the permissions granted by the GPL license - // BMPx is covered by. - -+#include <cstring> -+ - #include <gtkmm.h> - #include "video-widget.hh" - #include "audio/play.hh" -diff -up bmpx-0.40.13/src/uri.cc.gcc43 bmpx-0.40.13/src/uri.cc ---- bmpx-0.40.13/src/uri.cc.gcc43 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13/src/uri.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -39,6 +39,7 @@ - #include <boost/algorithm/string.hpp> - #include <glibmm.h> - #include <iostream> -+#include <cstring> - - #include "debug.hh" - #include "uri.hh" -diff -up bmpx-0.40.13/src/vfs.hh.gcc43 bmpx-0.40.13/src/vfs.hh ---- bmpx-0.40.13/src/vfs.hh.gcc43 2007-10-18 19:17:08.000000000 +0200 -+++ bmpx-0.40.13/src/vfs.hh 2008-03-01 22:18:55.000000000 +0100 -@@ -26,6 +26,7 @@ - - #include <iostream> - #include <sstream> -+#include <cstring> - #include <glibmm.h> - #include <boost/shared_ptr.hpp> - -diff -up bmpx-0.40.13/plugins/vfs/container/libcontainer_m3u.cc.gcc43 bmpx-0.40.13/plugins/vfs/container/libcontainer_m3u.cc ---- bmpx-0.40.13/plugins/vfs/container/libcontainer_m3u.cc.gcc43 2007-10-18 19:17:14.000000000 +0200 -+++ bmpx-0.40.13/plugins/vfs/container/libcontainer_m3u.cc 2008-03-01 22:18:55.000000000 +0100 -@@ -21,6 +21,8 @@ - // permission is above and beyond the permissions granted by the GPL license - // BMPx is covered by. - -+#include <cstring> -+ - #include <glibmm.h> - #include <glibmm/i18n.h> - -diff -up bmpx-0.40.13/json/json_writer.cpp.gcc43 bmpx-0.40.13/json/json_writer.cpp ---- bmpx-0.40.13/json/json_writer.cpp.gcc43 2007-10-18 19:17:09.000000000 +0200 -+++ bmpx-0.40.13/json/json_writer.cpp 2008-03-01 22:18:55.000000000 +0100 -@@ -3,6 +3,7 @@ - #include <assert.h> - #include <stdio.h> - #include <iostream> -+#include <cstring> - - #if _MSC_VER >= 1400 // VC++ 8.0 - #pragma warning( disable : 4996 ) // disable warning about strdup being deprecated. -diff -up bmpx-0.40.13/json/json_value.cpp.gcc43 bmpx-0.40.13/json/json_value.cpp ---- bmpx-0.40.13/json/json_value.cpp.gcc43 2007-10-18 19:17:09.000000000 +0200 -+++ bmpx-0.40.13/json/json_value.cpp 2008-03-01 22:18:55.000000000 +0100 -@@ -3,6 +3,7 @@ - #include <json/writer.h> - #include <utility> - #include <stdexcept> -+#include <cstring> - #include "assert.h" - #ifdef JSON_USE_CPPTL - # include <cpptl/conststring.h> -diff -up bmpx-0.40.13/json/json_reader.cpp.gcc43 bmpx-0.40.13/json/json_reader.cpp ---- bmpx-0.40.13/json/json_reader.cpp.gcc43 2007-10-18 19:17:09.000000000 +0200 -+++ bmpx-0.40.13/json/json_reader.cpp 2008-03-01 22:18:55.000000000 +0100 -@@ -5,6 +5,7 @@ - #include <assert.h> - #include <iostream> - #include <stdexcept> -+#include <cstring> - - #if _MSC_VER >= 1400 // VC++ 8.0 - #pragma warning( disable : 4996 ) // disable warning about strdup being deprecated. -diff -up bmpx-0.40.13/jnetlib/httpget.cpp.gcc43 bmpx-0.40.13/jnetlib/httpget.cpp ---- bmpx-0.40.13/jnetlib/httpget.cpp.gcc43 2007-10-18 19:17:06.000000000 +0200 -+++ bmpx-0.40.13/jnetlib/httpget.cpp 2008-03-01 22:18:55.000000000 +0100 -@@ -20,6 +20,7 @@ - #include <iostream> - #include <fstream> - #include <vector> -+#include <cstring> - - const char* - JNL_HTTPGet::get_data () -diff -up bmpx-0.40.13/jnetlib/httpserv.h.gcc43 bmpx-0.40.13/jnetlib/httpserv.h ---- bmpx-0.40.13/jnetlib/httpserv.h.gcc43 2007-10-18 19:17:06.000000000 +0200 -+++ bmpx-0.40.13/jnetlib/httpserv.h 2008-03-01 22:18:55.000000000 +0100 -@@ -12,6 +12,7 @@ - #ifndef _HTTPSERV_H_ - #define _HTTPSERV_H_ - -+#include <cstring> - #include "connection.h" - - class JNL_HTTPServ -diff -up bmpx-0.40.13/jnetlib/listen.cpp.gcc43 bmpx-0.40.13/jnetlib/listen.cpp ---- bmpx-0.40.13/jnetlib/listen.cpp.gcc43 2008-03-01 22:23:45.000000000 +0100 -+++ bmpx-0.40.13/jnetlib/listen.cpp 2008-03-01 22:24:13.000000000 +0100 -@@ -6,6 +6,8 @@ - ** License: see jnetlib.h - */ - -+#include <cstring> -+ - #include "netinc.h" - #include "util.h" - #include "listen.h" -diff -up bmpx-0.40.13/jnetlib/httpget.h.gcc43 bmpx-0.40.13/jnetlib/httpget.h ---- bmpx-0.40.13/jnetlib/httpget.h.gcc43 2007-10-18 19:17:06.000000000 +0200 -+++ bmpx-0.40.13/jnetlib/httpget.h 2008-03-01 22:18:55.000000000 +0100 -@@ -46,6 +46,7 @@ - - #include <map> - #include <string> -+#include <cstring> - #include <glib.h> - #include <glibmm.h> - -diff -up bmpx-0.40.13/jnetlib/asyncdns.cpp.gcc43 bmpx-0.40.13/jnetlib/asyncdns.cpp ---- bmpx-0.40.13/jnetlib/asyncdns.cpp.gcc43 2008-03-01 22:23:22.000000000 +0100 -+++ bmpx-0.40.13/jnetlib/asyncdns.cpp 2008-03-01 22:23:29.000000000 +0100 -@@ -6,6 +6,8 @@ - ** License: see jnetlib.h - */ - -+#include <cstring> -+ - #include "netinc.h" - #include "util.h" - #include "asyncdns.h" -diff -up bmpx-0.40.13/jnetlib/connection.cpp.gcc43 bmpx-0.40.13/jnetlib/connection.cpp ---- bmpx-0.40.13/jnetlib/connection.cpp.gcc43 2007-10-18 19:17:06.000000000 +0200 -+++ bmpx-0.40.13/jnetlib/connection.cpp 2008-03-01 22:18:55.000000000 +0100 -@@ -13,7 +13,7 @@ - #include "connection.h" - - #include <glib.h> -- -+#include <cstring> - - JNL_Connection::JNL_Connection(JNL_AsyncDNS *dns, int sendbufsize, int recvbufsize) - { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
