Browse Source

phonon-backend-gstreamer-4.8.2-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10457 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 7 years ago
parent
commit
6e86aabbed
1 changed files with 9 additions and 2 deletions
  1. 9 2
      p/phonon-backend-gstreamer/phonon-backend-gstreamer-vl.spec

+ 9 - 2
p/phonon-backend-gstreamer/phonon-backend-gstreamer-vl.spec

@@ -5,12 +5,15 @@ Name:    phonon-backend-gstreamer
 Summary: Gstreamer phonon backend 
 Summary(ja): Phonon の gstreamer バックエンド
 Version: 4.8.2
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 License: LGPLv2+
 Group:   System Environment/Libraries
 URL:     http://phonon.kde.org/
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 Source0: ftp://ftp.kde.org/pub/kde/stable/phonon/phonon-backend-gstreamer/%{version}/src/phonon-backend-gstreamer-%{version}.tar.xz
 
 ## Mandriva/upstreamable patches
@@ -58,10 +61,11 @@ Phonon の gstreamer バックエンドです.
 #patch52 -p1 -b .gstreamer-fix-seekable-query-failed
 %patch60 -p1 -b .flac_mimetype
 
-
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
+export CFLAGS="-I%{_libdir}/gstreamer-1.0/include"
+export CXXFLAGS="-I%{_libdir}/gstreamer-1.0/include"
 %cmake \
     -DUSE_INSTALL_PLUGIN:BOOL=ON \
     ..
@@ -102,6 +106,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null ||:
 
 
 %changelog
+* Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.8.2-2
+- rebuilt with new toolchain.
+
 * Sat Jan 24 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.8.2-1
 - new upstream release