Author: baggins Date: Wed Nov 24 11:30:26 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel 2 - fix audacious client linking
---- Files affected: packages/xfce4-playercontrol-plugin: xfce4-playercontrol-plugin.spec (1.1 -> 1.2) , xfce4-playercontrol-plugin-audclient.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin.spec diff -u packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin.spec:1.1 packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin.spec:1.2 --- packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin.spec:1.1 Thu Nov 11 19:05:18 2010 +++ packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin.spec Wed Nov 24 12:30:21 2010 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Wtyczka do kontroli odtwarzacza XMMS, BMP lub Audacious Name: xfce4-playercontrol-plugin Version: 0.3.0 -Release: 1 +Release: 2 License: BSD-like (see COPYING) Group: X11/Applications Source0: http://www.bilimfeneri.gen.tr/ilgar/%{name}-%{version}.tar.bz2 # Source0-md5: 307c896467e204706cf04942151f2fcc +Patch0: %{name}-audclient.patch URL: http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin BuildRequires: audacious-devel BuildRequires: pkgconfig @@ -54,8 +55,10 @@ %prep %setup -q +%patch0 -p1 %build +%{__autoconf} %configure \ --disable-static \ --enable-xmms \ @@ -100,6 +103,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/11/24 11:30:21 baggins +- rel 2 +- fix audacious client linking + Revision 1.1 2010/11/11 18:05:18 baggins - initial revison, xfce4-xmms-plugin replacement ================================================================ Index: packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin-audclient.patch diff -u /dev/null packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin-audclient.patch:1.1 --- /dev/null Wed Nov 24 12:30:26 2010 +++ packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin-audclient.patch Wed Nov 24 12:30:21 2010 @@ -0,0 +1,40 @@ +--- xfce4-playercontrol-plugin-0.3.0/configure.in~ 2009-01-02 16:24:42.000000000 +0100 ++++ xfce4-playercontrol-plugin-0.3.0/configure.in 2010-11-24 12:27:44.819460718 +0100 +@@ -86,7 +86,7 @@ + + AM_CONDITIONAL(BUILD_AUDACIOUS, test x$want_audacious = xyes -o x$want_audacious = xlegacy) + if test x$want_audacious = xyes; then +- PKG_CHECK_MODULES([AUDACIOUS], [audacious >= 1.4.0 dbus-glib-1 glib-2.0 gobject-2.0]) ++ PKG_CHECK_MODULES([AUDACIOUS], [audacious >= 1.4.0 audclient >= 1.4.0 dbus-glib-1 glib-2.0 gobject-2.0]) + #CFLAGS="$CFLAGS $Audacious_CFLAGS" + #LIBS="$LIBS $Audacious_LIBS" + #save_CPPFLAGS="$CPPFLAGS" +@@ -97,7 +97,7 @@ + AC_DEFINE(AUDACIOUS, 1, [Define for Audacious support]) + player_selected=yes + else if test x$want_audacious = xlegacy; then +- PKG_CHECK_MODULES([AUDACIOUS], [audacious < 1.4.0 glib-2.0]) ++ PKG_CHECK_MODULES([AUDACIOUS], [audacious < 1.4.0 audclient >= 1.4.0 glib-2.0]) + #CFLAGS="$CFLAGS $Audacious_CFLAGS" + #LIBS="$LIBS $Audacious_LIBS" + #save_CPPFLAGS="$CPPFLAGS" +--- xfce4-playercontrol-plugin-0.3.0/configure.in.in~ 2009-01-02 16:24:42.000000000 +0100 ++++ xfce4-playercontrol-plugin-0.3.0/configure.in.in 2010-11-24 12:28:07.218460708 +0100 +@@ -86,7 +86,7 @@ + + AM_CONDITIONAL(BUILD_AUDACIOUS, test x$want_audacious = xyes -o x$want_audacious = xlegacy) + if test x$want_audacious = xyes; then +- PKG_CHECK_MODULES([AUDACIOUS], [audacious >= 1.4.0 dbus-glib-1 glib-2.0 gobject-2.0]) ++ PKG_CHECK_MODULES([AUDACIOUS], [audacious >= 1.4.0 audclient >= 1.4.0 dbus-glib-1 glib-2.0 gobject-2.0]) + #CFLAGS="$CFLAGS $Audacious_CFLAGS" + #LIBS="$LIBS $Audacious_LIBS" + #save_CPPFLAGS="$CPPFLAGS" +@@ -97,7 +97,7 @@ + AC_DEFINE(AUDACIOUS, 1, [Define for Audacious support]) + player_selected=yes + else if test x$want_audacious = xlegacy; then +- PKG_CHECK_MODULES([AUDACIOUS], [audacious < 1.4.0 glib-2.0]) ++ PKG_CHECK_MODULES([AUDACIOUS], [audacious < 1.4.0 audclient >= 1.4.0 glib-2.0]) + #CFLAGS="$CFLAGS $Audacious_CFLAGS" + #LIBS="$LIBS $Audacious_LIBS" + #save_CPPFLAGS="$CPPFLAGS" ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xfce4-playercontrol-plugin/xfce4-playercontrol-plugin.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
