]> git.pld-linux.org Git - packages/gtkpod.git/commitdiff
- updated to 2.1.1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Tue, 28 Feb 2012 21:26:12 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cleaned and added a lot of BRs

Changed files:
    gtkpod.spec -> 1.39

gtkpod.spec

index d10e52590e344d912c68c402abb7fbe7c82ef23f..aeab5a7ba5cb4a2a912adcf63bec19108e5be3e2 100644 (file)
@@ -3,26 +3,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
@@ -63,7 +70,8 @@ urządzeń Apple iPod. Pozwala wgrywać pliki i listy utworów do iPoda.
 %{__automake}
 %configure \
        FAAD=yes \
-       --disable-static
+       --disable-static \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -101,7 +109,7 @@ fi
 
 %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
This page took 0.361785 seconds and 4 git commands to generate.