Browse Source

add patch (fix stdafx.h)

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9370 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 9 years ago
parent
commit
701777d931

+ 5 - 2
nonfree/self-build-gstreamer-plugins-bad/gstreamer-plugins-bad-vl.spec

@@ -7,7 +7,7 @@
 Summary: GStreamer streaming media framework "bad" plug-ins
 Name: gstreamer-plugins-bad
 Version: 0.10.23
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 # The freeze and nfs plugins are LGPLv2 (only)
 License: LGPLv2+
 Group: Applications/Multimedia
@@ -107,7 +107,7 @@ enough quality.
 
 %prep
 %setup -q -n gst-plugins-bad-%{version}
-
+sed -i "s|#include <stdafx.h>|#include <libmodplug/stdafx.h>|" ext/modplug/gstmodplug.cc ext/modplug/gstmodplug.cc
 
 %build
 %configure \
@@ -258,6 +258,9 @@ enough quality.
 
 
 %changelog
+* Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.23-2
+- fix spec file
+
 * Wed Mar 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.23-1
 - update to 0.10.23
 

+ 4 - 1
nonfree/self-build-gstreamer-plugins-bad/self-build-gstreamer-plugins-bad-vl.spec

@@ -4,7 +4,7 @@
 %define gst_minver   0.10.33
 %define gstpb_minver 0.10.33
 %define _gst_ver     0.10.23
-%define release	1%{?_dist_release}
+%define release	2%{?_dist_release}
 
 %define sourceurl	http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{_gst_ver}.tar.xz
 
@@ -167,6 +167,9 @@ gstreamer-plugins-bad は GStreamer ストリーミングメディア
 %{_datadir}/%{name}
 
 %changelog
+* Sun Feb 22 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.23-2
+- fix SOURCE0
+
 * Wed Mar 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.10.23-1
 - update to 0.10.23