Browse Source

* revert

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

+ 5 - 1
nonfree/self-build-xbmc/self-build-xbmc-vl.spec

@@ -7,7 +7,7 @@ Summary:	Package to automatically build %{pkgname} rpm package
 Summary(ja): 	%{pkgname} の rpm パッケージを自動作成するパッケージ
 Name:		%{name}
 Version:	12.2
-Release: 	3%{?_dist_release}
+Release: 	4%{?_dist_release}
 Source0:	%{pkgname}-vl.spec
 Source1:	%{pkgname}.desktop
 #Source2:	%{pkgname}-%{version}-strings.xml
@@ -57,6 +57,7 @@ Requires(post):	libXrandr-devel
 Requires(post):	libXtst-devel
 Requires(post):	libass-devel
 Requires(post):	libboost-devel
+Requires(post):	libbluray-devel
 Requires(post):	libcap-devel
 Requires(post):	libcdio-devel
 Requires(post):	libdvdread-devel
@@ -194,6 +195,9 @@ XBMC はいくつもの賞を受賞したフリーでオープンソース (GPL)
 
 
 %changelog
+* Fri Oct 25 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 12.2-4
+- revert 12.2-3 changes (subtitles won't be displayed correctly)
+
 * Wed Oct 23 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 12.2-3
 - use external ffmpeg and other libraries
 

+ 6 - 4
nonfree/self-build-xbmc/xbmc-vl.spec

@@ -2,7 +2,7 @@ Summary:	XBMC is a free Media Center
 Summary(ja): 	XBMC メディアセンター
 Name:		xbmc
 Version:	12.2
-Release: 	3%{?_dist_release}
+Release: 	4%{?_dist_release}
 Source0:	%{name}-%{version}.tar.gz
 Source1:	%{name}.desktop
 #i18n
@@ -54,6 +54,7 @@ BuildRequires:	libXrandr-devel
 BuildRequires:	libXtst-devel
 BuildRequires:	libass-devel
 BuildRequires:	libboost-devel
+BuildRequires:	libbluray-devel
 BuildRequires:	libcap-devel
 BuildRequires:	libcdio-devel
 BuildRequires:	libdvdread-devel
@@ -162,7 +163,6 @@ export LIBS
 ./bootstrap
 %configure --disable-debug \
            --disable-ccache \
-           --disable-optimizations \
            --enable-gl \
            --enable-sdl \
            --enable-pulse \
@@ -173,11 +173,10 @@ export LIBS
            --enable-x11  \
            --enable-libudev \
            --enable-ffmpeg-libvorbis \
-           --enable-external-ffmpeg \
-           --enable-external-libraries \
            --enable-dvdcss \
            --enable-mid \
            --enable-libmp3lame \
+           --enable-libbluray \
            --enable-libvorbisenc \
            --enable-libcap \
            --with-lirc-device=%{_localstatedir}/run/lirc/lircd \
@@ -232,6 +231,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Fri Oct 25 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 12.2-4
+- revert 12.2-3 changes (subtitles won't be displayed correctly)
+
 * Wed Oct 23 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 12.2-3
 - use external ffmpeg and other libraries