Browse Source

remove some obsolete comments

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7874 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 10 years ago
parent
commit
e870ddffd1

+ 4 - 11
nonfree/self-build-mplayer/mplayer-vl.spec

@@ -6,7 +6,6 @@
 %global ffmpegver 0.11.4
 
 #% global svndate  20120525
-#% global dvbappver 0.98
 
 %define codecdir   %{_libdir}/codecs
 
@@ -18,7 +17,7 @@ Summary:	The Movie Player
 Summary(ja): 	動画プレイヤー
 Name:		mplayer
 Version:	1.1.1
-Release: 	1%{?svndate:.%svndate}%{?_dist_release}
+Release: 	2%{?svndate:.%svndate}%{?_dist_release}
 Source0:	http://www.mplayerhq.hu/MPlayer/releases/MPlayer-%{version}.tar.xz
 #Source0:	mplayer-export-%{svndate}.tar.xz
 Source1:	http://ffmpeg.org/releases/ffmpeg-%{ffmpegver}.tar.bz2
@@ -30,10 +29,6 @@ Source12:	http://www.mplayerhq.hu/MPlayer/skins/Blue-small-1.5.tar.bz2
 Source13:	http://www.mplayerhq.hu/MPlayer/skins/standard-1.9.tar.bz2
 Source14:	http://www.mplayerhq.hu/MPlayer/skins/OSX-Mod-1.1.tar.bz2
 
-# ## DVB app.
-# ## 0.9.8
-# Source100: http://2sen.dip.jp/cgi-bin/dtvup/source/up0799.zip
-
 # set defaults for Vine Linux
 #Patch2:         %{name}-config.patch
 #Patch2:         %{name}-config-20120525-vine.patch
@@ -160,11 +155,6 @@ MPlayer は何もしなくても DVD や MPEG-1/2/4 のように一般的なフ
 %patch14 -p1 -b .nodvdcss
 %{?with_ffmpeg:%patch18 -p1 -b .ffmpeg}
 
-# ## apply the DVB app. patches
-# unzip %{SOURCE100}
-# patch -p1 < mplayer-patches-%{dvbappver}/0014-check-the-decoded-result-of-PCE.patch || exit 1
-
-
 %build
 ./configure \
     --prefix=%{_prefix} \
@@ -320,6 +310,9 @@ fi || :
 
 
 %changelog
+* Mon Oct  7 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-2
+- remove some obsolete comments
+
 * Sun Sep 29 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-1
 - updated to 1.1.1
 - build with new x264 (ABI 0.136) and ffmpeg 0.11.4 (libav 0.8.2 as of 2012-09-19)

+ 4 - 1
nonfree/self-build-mplayer/self-build-mplayer-vl.spec

@@ -9,7 +9,7 @@
 %global name	self-build-%{pkgname}
 %global version 1.1.1
 #% global svndate  20120525
-%global release	1%{?svndate:.%svndate}%{?_dist_release}
+%global release	2%{?svndate:.%svndate}%{?_dist_release}
 
 %global source0path	MPlayer/releases/MPlayer-%{version}.tar.xz
 %global source1url	http://ffmpeg.org/releases/ffmpeg-%{ffmpegver}.tar.bz2
@@ -250,6 +250,9 @@ su $BUILD_USER -c "/bin/bash %{_datadir}/%{name}/%{pkgname}-snapshot-vine.sh >/d
 %{_datadir}/%{name}
 
 %changelog
+* Mon Oct  7 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-2
+- remove some obsolete comments (mplayer-vl.spec)
+
 * Sun Sep 29 2013 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.1-1
 - updated to 1.1.1
 - build with new x264 (ABI 0.136) and ffmpeg 0.11.4 (libav 0.8.2 as of 2012-09-19)