SPECS: xfce4-mixer.spec - merged from DEVEL
freetz
freetz at pld-linux.org
Sun Jul 16 22:10:29 CEST 2006
Author: freetz Date: Sun Jul 16 20:10:29 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- merged from DEVEL
---- Files affected:
SPECS:
xfce4-mixer.spec (1.32 -> 1.33)
---- Diffs:
================================================================
Index: SPECS/xfce4-mixer.spec
diff -u SPECS/xfce4-mixer.spec:1.32 SPECS/xfce4-mixer.spec:1.33
--- SPECS/xfce4-mixer.spec:1.32 Thu Apr 20 11:29:11 2006
+++ SPECS/xfce4-mixer.spec Sun Jul 16 22:10:24 2006
@@ -2,25 +2,27 @@
Summary: Volume control plugin for the Xfce panel
Summary(pl): Wtyczka sterująca głośnością dla panelu Xfce
Name: xfce4-mixer
-Version: 4.2.3
+Version: 4.3.90.2
Release: 1
License: BSD
Group: X11/Applications/Sound
-Source0: http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-%{version}/src/%{name}-%{version}.tar.gz
-# Source0-md5: b57fd602b3612fb84a92b124f3468511
+Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
+# Source0-md5: 27bb4b4a6d1ccd598e8402ed7bb280d0
Patch0: %{name}-locale-names.patch
URL: http://www.xfce.org/
-BuildRequires: alsa-lib-devel >= 0.9.0
+BuildRequires: alsa-lib-devel >= 1.0.11
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: gettext-devel
+BuildRequires: intltool >= 0.35.0
BuildRequires: libtool
BuildRequires: libxfce4mcs-devel >= %{version}
BuildRequires: pkgconfig >= 1:0.9.0
-BuildRequires: xfce-mcs-manager-devel >= %{version}
-BuildRequires: xfce4-dev-tools
+BuildRequires: xfce4-dev-tools >= %{version}
BuildRequires: xfce4-panel-devel >= %{version}
-Requires: alsa-lib >= 0.9.0
+BuildRequires: xfce-mcs-manager-devel >= %{version}
+Requires(post,postun): gtk+2 >= 2:2.10.0
+Requires: alsa-lib >= 1.0.11
Requires: xfce4-panel >= %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -41,13 +43,15 @@
%build
%{__libtoolize}
-%{__aclocal} -I %{_datadir}/xfce4/dev-tools/m4macros
+%{__aclocal}
%{__autoheader}
%{__automake}
%{__autoconf}
+LDFLAGS="%{rpmldflags} -Wl,--as-needed"
%configure \
- --disable-static
-
+ --disable-static \
+ --with-sound=alsa
+
%{__make}
%install
@@ -63,6 +67,12 @@
%clean
rm -rf $RPM_BUILD_ROOT
+%post
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+
+%postun
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor
+
%files -f %{name}.lang
%defattr(644,root,root,755)
%doc AUTHORS COPYING README TODO
@@ -70,7 +80,8 @@
%attr(755,root,root) %{_libdir}/xfce4/mcs-plugins/*.so
# why no -avoid-version?
%attr(755,root,root) %{_libdir}/xfce4/modules/lib*.so*
-%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/*.so
+%attr(755,root,root) %{_libdir}/xfce4/panel-plugins/xfce4-mixer-plugin
+%{_datadir}/xfce4/panel-plugins/xfce4-mixer.desktop
%{_iconsdir}/hicolor/*/*/*
%{_desktopdir}/xfce-mixer-settings.desktop
@@ -81,6 +92,18 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.33 2006/07/16 20:10:24 freetz
+- merged from DEVEL
+
+Revision 1.32.2.3 2006/07/16 20:09:55 freetz
+- 4.3.90.2, updated deps, use alsa by default, --as-needed support
+
+Revision 1.32.2.2 2006/05/17 05:15:54 charles
+- BR: intltool
+
+Revision 1.32.2.1 2006/04/27 20:43:07 troll
+- updated to 4.3.90.1
+
Revision 1.32 2006/04/20 09:29:11 ankry
- tab
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfce4-mixer.spec?r1=1.32&r2=1.33&f=u
More information about the pld-cvs-commit
mailing list