Author: paszczus Date: Wed Jul 23 12:39:58 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - updated to 1.86 (alpha 2) - not build
---- Files affected: SPECS: amarok.spec (1.123.2.15 -> 1.123.2.16) ---- Diffs: ================================================================ Index: SPECS/amarok.spec diff -u SPECS/amarok.spec:1.123.2.15 SPECS/amarok.spec:1.123.2.16 --- SPECS/amarok.spec:1.123.2.15 Tue May 27 20:31:03 2008 +++ SPECS/amarok.spec Wed Jul 23 14:39:53 2008 @@ -29,13 +29,16 @@ Summary: A KDE audio player Summary(pl.UTF-8): Odtwarzacz audio dla KDE Name: amarok -Version: 1.80 +Version: 1.86 Release: 1 License: GPL Group: X11/Applications/Multimedia Source0: ftp://ftp.kde.org/pub/kde/unstable/amarok/%{version}/src/%{name}-%{version}.tar.bz2 -# Source0-md5: ed37b7f92454a5163d6e4060602a6805 +# Source0-md5: acf43672687a5f261ce36d668338a4c1 URL: http://amarok.kde.org/ +BuildRequires: QtScript-devel +BuildRequires: QtUiTools-devel +BuildRequires: QtWebKit-devel BuildRequires: SDL-devel BuildRequires: alsa-lib-devel BuildRequires: autoconf @@ -45,7 +48,6 @@ %{?with_gstreamer:BuildRequires: gstreamer-devel >= 0.10.0} BuildRequires: kde4-kdebase-devel BuildRequires: kde4-kdemultimedia-devel -BuildRequires: kde4-kdesupport-taglib-devel %{?with_mp3players:BuildRequires: libgpod-devel >= 0.4.2} %{?with_mp3players:BuildRequires: libifp-devel >= 1.0.0.2} BuildRequires: libltdl-devel @@ -63,6 +65,7 @@ BuildRequires: ruby-devel >= 1.8 %{!?with_included_sqlite:BuildRequires: sqlite3-devel >= 3.3} BuildRequires: strigi-devel >= 0.5.5 +BuildRequires: taglib-devel %{?with_xine:BuildRequires: xine-lib-devel >= 1.1.1} Requires(post): /sbin/ldconfig Requires: %{name}-plugin = %{version}-%{release} @@ -214,8 +217,11 @@ install -d build cd build %cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - ../ + -DCMAKE_INSTALL_PREFIX=%{_prefix} \ +%if "%{_lib}" == "lib64" + -DLIB_SUFFIX=64 \ +%endif + ../ %{__make} @@ -327,6 +333,7 @@ %{_desktopdir}/kde4/amarok.desktop %{_iconsdir}/*/*/apps/amarok.* +%if %{with xine} %files xine %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/kde4/libamarok_xine-engine.so @@ -362,6 +369,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.123.2.16 2008/07/23 12:39:53 paszczus +- updated to 1.86 (alpha 2) +- not build + Revision 1.123.2.15 2008/05/27 18:31:03 shadzik - proper version number (1.80 not 1.8.0) - changes due to version change ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/amarok.spec?r1=1.123.2.15&r2=1.123.2.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
