]> git.pld-linux.org Git - packages/gtkpod.git/blobdiff - gtkpod.spec
fix shebang
[packages/gtkpod.git] / gtkpod.spec
index 8e8d0def62dbcbe95d7e819e53307253bd2ffd43..516356d77b0795392d609e5f22d250eb1a530817 100644 (file)
@@ -3,12 +3,12 @@
 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.4
-Release:       1
+Version:       2.1.5
+Release:       2
 License:       GPL/LGPL
 Group:         X11/Applications/Multimedia
 Source0:       http://downloads.sourceforge.net/gtkpod/%{name}-%{version}.tar.gz
-# Source0-md5: 66c12ccb529c0f7de9a48a7f0d277c80
+# Source0-md5: f011d6bc403f06d8bb13829c1c3d25fe
 Patch0:                desktop.patch
 Patch1:                %{name}-linguas.patch
 Patch2:                automake-1.13.patch
@@ -21,17 +21,18 @@ 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: gettext-tools >= 0.11.0
 BuildRequires: glib2-devel >= 1:2.32
-BuildRequires: gstreamer0.10-plugins-base-devel >= 0.10.25
+BuildRequires: gstreamer-plugins-base-devel >= 1.0
 BuildRequires: gtk+3-devel >= 3.0.11
 BuildRequires: gtk-webkit3-devel >= 1.3
 BuildRequires: intltool >= 0.33
+BuildRequires: iso-codes
 BuildRequires: libanjuta-devel >= 1:3.0.0
-BuildRequires: libdiscid-devel
+BuildRequires: libdiscid-devel >= 0.2.2
 BuildRequires: libgpod-devel >= 0.7.0
 BuildRequires: libid3tag-devel >= 0.15
-BuildRequires: libmusicbrainz4-devel
+BuildRequires: libmusicbrainz5-devel >= 5.0.1
 BuildRequires: libtool
 BuildRequires: libvorbis-devel >= 1.3.1
 BuildRequires: libxml2-devel >= 2.7.7
@@ -43,6 +44,9 @@ BuildRequires:        sed >= 4.0
 Requires(post,postun): gtk-update-icon-cache
 Requires(post,postun): hicolor-icon-theme
 Requires(post,postun): /sbin/ldconfig
+Requires:      gstreamer-audio-formats > 1.0
+Requires:      gstreamer-flac > 1.0
+Requires:      gstreamer-vorbis > 1.0
 # M4A -> MP3 conversion support
 Requires:      mount
 Suggests:      faad2
@@ -66,6 +70,7 @@ urządzeń Apple iPod. Pozwala wgrywać pliki i listy utworów do iPoda.
 %patch2 -p1
 %{__sed} -i -e 's!/usr/bin/awk!/bin/awk!g' scripts/ldif2vcf.sh
 %{__sed} -i -e '/^dist_profiles_DATA/s:=.*:=:' plugins/sjcd/data/Makefile.am
+%{__sed} -i -e '1s,/usr/bin/python$,%{__python},' ./scripts/sync-palm-jppy.py
 mv -f po/cs{_CZ,}.po
 
 %build
@@ -75,6 +80,7 @@ mv -f po/cs{_CZ,}.po
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+export CFLAGS="%{rpmcflags} -fcommon"
 %configure \
        FAAD=yes \
        --disable-static \
This page took 0.088425 seconds and 4 git commands to generate.