|
@@ -1,11 +1,11 @@
|
|
-%global phonon_version %(pkg-config --modversion phonon 2>/dev/null || echo 4.4.4)
|
|
|
|
-%global _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.7.1)
|
|
|
|
|
|
+%global phonon_version %(pkg-config --modversion phonon 2>/dev/null || echo 4.5.0)
|
|
|
|
+%global _qt4_version %(pkg-config --modversion --silence-errors Qt 2>/dev/null || echo 4.7.2)
|
|
|
|
|
|
Name: phonon-backend-gstreamer
|
|
Name: phonon-backend-gstreamer
|
|
Summary: Gstreamer phonon backend
|
|
Summary: Gstreamer phonon backend
|
|
Summary(ja): Phonon の gstreamer バックエンド
|
|
Summary(ja): Phonon の gstreamer バックエンド
|
|
-Version: 4.4.4
|
|
|
|
-Release: 2%{?_dist_release}
|
|
|
|
|
|
+Version: 4.5.1
|
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
@@ -14,7 +14,6 @@ URL: http://phonon.kde.org/
|
|
Source0: ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/src/phonon-backend-gstreamer-%{version}.tar.bz2
|
|
Source0: ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/src/phonon-backend-gstreamer-%{version}.tar.bz2
|
|
|
|
|
|
## Mandriva/upstreamable patches
|
|
## Mandriva/upstreamable patches
|
|
-Patch52: phonon-4.3.50-gstreamer-fix-seekable-query-failed.patch
|
|
|
|
|
|
|
|
## Ubuntu/upstreamable patches
|
|
## Ubuntu/upstreamable patches
|
|
Patch60: phonon-4.4.3-flac_mimetype.patch
|
|
Patch60: phonon-4.4.3-flac_mimetype.patch
|
|
@@ -27,7 +26,7 @@ BuildRequires: automoc4
|
|
BuildRequires: cmake
|
|
BuildRequires: cmake
|
|
BuildRequires: gstreamer-devel
|
|
BuildRequires: gstreamer-devel
|
|
BuildRequires: gstreamer-plugins-base-devel
|
|
BuildRequires: gstreamer-plugins-base-devel
|
|
-BuildRequires: phonon-devel >= 4.4.4
|
|
|
|
|
|
+BuildRequires: phonon-devel >= 4.5.0
|
|
|
|
|
|
Provides: phonon-backend = %{phonon_version}
|
|
Provides: phonon-backend = %{phonon_version}
|
|
|
|
|
|
@@ -53,7 +52,7 @@ Phonon の gstreamer バックエンドです.
|
|
%prep
|
|
%prep
|
|
%setup -q -n phonon-backend-gstreamer-%{version}
|
|
%setup -q -n phonon-backend-gstreamer-%{version}
|
|
|
|
|
|
-%patch52 -p1 -b .gstreamer-fix-seekable-query-failed
|
|
|
|
|
|
+#patch52 -p1 -b .gstreamer-fix-seekable-query-failed
|
|
%patch60 -p1 -b .flac_mimetype
|
|
%patch60 -p1 -b .flac_mimetype
|
|
|
|
|
|
|
|
|
|
@@ -100,6 +99,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Jun 5 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Sun Jan 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.4-2
|
|
* Sun Jan 30 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.4-2
|
|
- Initial build for VineSeed
|
|
- Initial build for VineSeed
|
|
|
|
|