|
@@ -5,7 +5,7 @@ Name: phonon-backend-gstreamer
|
|
Summary: Gstreamer phonon backend
|
|
Summary: Gstreamer phonon backend
|
|
Summary(ja): Phonon の gstreamer バックエンド
|
|
Summary(ja): Phonon の gstreamer バックエンド
|
|
Version: 4.8.2
|
|
Version: 4.8.2
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -34,6 +34,10 @@ BuildRequires: mesa-libGL-devel
|
|
BuildRequires: phonon-devel >= %{phonon_version}
|
|
BuildRequires: phonon-devel >= %{phonon_version}
|
|
BuildRequires: qt4-devel >= 4.6.0
|
|
BuildRequires: qt4-devel >= 4.6.0
|
|
|
|
|
|
|
|
+# vine patch
|
|
|
|
+
|
|
|
|
+Patch1000: phonon-backend-gstreamer-4.8.2-cmake.patch
|
|
|
|
+
|
|
Provides: phonon-backend = %{phonon_version}
|
|
Provides: phonon-backend = %{phonon_version}
|
|
|
|
|
|
Obsoletes: phonon-backend-gst < 4.2.0-4
|
|
Obsoletes: phonon-backend-gst < 4.2.0-4
|
|
@@ -61,11 +65,11 @@ Phonon の gstreamer バックエンドです.
|
|
#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
|
|
|
|
|
|
|
|
+%patch1000 -p1 -b .gstreamer
|
|
|
|
+
|
|
%build
|
|
%build
|
|
mkdir -p %{_target_platform}
|
|
mkdir -p %{_target_platform}
|
|
pushd %{_target_platform}
|
|
pushd %{_target_platform}
|
|
-export CFLAGS="-I%{_libdir}/gstreamer-1.0/include"
|
|
|
|
-export CXXFLAGS="-I%{_libdir}/gstreamer-1.0/include"
|
|
|
|
%cmake \
|
|
%cmake \
|
|
-DUSE_INSTALL_PLUGIN:BOOL=ON \
|
|
-DUSE_INSTALL_PLUGIN:BOOL=ON \
|
|
..
|
|
..
|
|
@@ -106,6 +110,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.8.2-3
|
|
|
|
+- added Patch1000.
|
|
|
|
+
|
|
* Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.8.2-2
|
|
* Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.8.2-2
|
|
- rebuilt with new toolchain.
|
|
- rebuilt with new toolchain.
|
|
|
|
|