Author: kiesiu Date: Tue Feb 28 21:26:17 2012 GMT Module: packages Tag: HEAD ---- Log message: - updated to 2.1.1 - cleaned and added a lot of BRs
---- Files affected: packages/gtkpod: gtkpod.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: packages/gtkpod/gtkpod.spec diff -u packages/gtkpod/gtkpod.spec:1.38 packages/gtkpod/gtkpod.spec:1.39 --- packages/gtkpod/gtkpod.spec:1.38 Thu Aug 18 00:29:56 2011 +++ packages/gtkpod/gtkpod.spec Tue Feb 28 22:26:12 2012 @@ -4,26 +4,33 @@ Summary: Graphical song management program for Apple's iPod Summary(pl.UTF-8): Graficzny menadżer utworów muzycznych dla urządzeń Apple iPod Name: gtkpod -Version: 2.1.0 -Release: 4 +Version: 2.1.1 +Release: 1 License: GPL/LGPL Group: X11/Applications/Multimedia Source0: http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz -# Source0-md5: 8e01f7cf2db1a421140eab561aee26d7 +# Source0-md5: 36fd0324fd1d1da00fcddacef1b09983 Patch0: desktop.patch Patch1: itmf_tags.patch URL: http://www.gtkpod.org/ +BuildRequires: autoconf >= 2.65 +BuildRequires: automake >= 1:1.9 +BuildRequires: clutter-gtk-devel >= 1.0 +BuildRequires: curl-devel >= 7.10.0 +BuildRequires: flac-devel >= 1.2.1 BuildRequires: flex BuildRequires: gdl-devel >= 3.0.0 BuildRequires: gettext-devel >= 0.11.0 BuildRequires: glib2-devel >= 1:2.28.5 +BuildRequires: gstreamer-plugins-base-devel >= 0.10.25 BuildRequires: gtk+3-devel >= 3.0.11 -BuildRequires: intltool +BuildRequires: gtk-webkit3-devel >= 1.3 +BuildRequires: intltool >= 0.33 BuildRequires: libanjuta-devel >= 1:3.0 -BuildRequires: libglade2-devel >= 1:2.4.0 -BuildRequires: libgnomecanvas-devel -BuildRequires: libgpod-devel >= 0.4.0 +BuildRequires: libgpod-devel >= 0.7.0 BuildRequires: libid3tag-devel >= 0.15 +BuildRequires: libtool +BuildRequires: libvorbis-devel >= 1.3.1 BuildRequires: libxml2-devel >= 2.7.7 BuildRequires: mp4v2-devel BuildRequires: perl-XML-Parser @@ -64,7 +71,8 @@ %{__automake} %configure \ FAAD=yes \ - --disable-static + --disable-static \ + --disable-silent-rules %{__make} %install @@ -102,7 +110,7 @@ %files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README TODOandBUGS.txt +%doc AUTHORS ChangeLog NEWS README TODO TROUBLESHOOTING %attr(755,root,root) %{_bindir}/%{name} %attr(755,root,root) %{_libdir}/libgtkpod.so.*.*.* %ghost %{_libdir}/libgtkpod.so.1 @@ -125,6 +133,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2012/02/28 21:26:12 kiesiu +- updated to 2.1.1 +- cleaned and added a lot of BRs + Revision 1.38 2011/08/17 22:29:56 glen - use mp4v2 implementation instead of mpeg4ip, fix itmf_tags.h detection ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtkpod/gtkpod.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
