|
@@ -26,7 +26,7 @@
|
|
|
# package versions
|
|
# package versions
|
|
|
%define V_mplayer 1.0pre2
|
|
%define V_mplayer 1.0pre2
|
|
|
%define V_blue 1.0
|
|
%define V_blue 1.0
|
|
|
-%define V_live 2003.10.27
|
|
|
|
|
|
|
+%define V_live 2003.10.30
|
|
|
|
|
|
|
|
# package information
|
|
# package information
|
|
|
Name: mplayer
|
|
Name: mplayer
|
|
@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
|
|
|
Group: Video
|
|
Group: Video
|
|
|
License: GPL and others
|
|
License: GPL and others
|
|
|
Version: %{V_mplayer}
|
|
Version: %{V_mplayer}
|
|
|
-Release: 20031030
|
|
|
|
|
|
|
+Release: 20031031
|
|
|
|
|
|
|
|
# build options
|
|
# build options
|
|
|
%option with_gui no
|
|
%option with_gui no
|
|
@@ -117,7 +117,7 @@ AutoReqProv: no
|
|
|
CC="%{l_cc}" \
|
|
CC="%{l_cc}" \
|
|
|
CXX="%{l_cxx}" \
|
|
CXX="%{l_cxx}" \
|
|
|
CFLAGS="%{l_cflags -O}" \
|
|
CFLAGS="%{l_cflags -O}" \
|
|
|
- CXXFLAGS="%{l_cxxflags -O}" \
|
|
|
|
|
|
|
+ CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \
|
|
|
CPPFLAGS="%{l_cppflags}" \
|
|
CPPFLAGS="%{l_cppflags}" \
|
|
|
LDFLAGS="%{l_ldflags}" \
|
|
LDFLAGS="%{l_ldflags}" \
|
|
|
./configure \
|
|
./configure \
|
|
@@ -230,7 +230,7 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
# install fonts for OSD and subtitles
|
|
# install fonts for OSD and subtitles
|
|
|
%{l_bzip2} -dc %{SOURCE font-arial-iso-8859-1.tar.bz2} | %{l_tar} -xvf -
|
|
%{l_bzip2} -dc %{SOURCE font-arial-iso-8859-1.tar.bz2} | %{l_tar} -xvf -
|
|
|
- cp -f font-arial-*-iso-8859-1/* \
|
|
|
|
|
|
|
+ cp font-arial-iso-8859-1/font-arial-24-iso-8859-1/* \
|
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/mplayer/font/
|
|
$RPM_BUILD_ROOT%{l_prefix}/share/mplayer/font/
|
|
|
|
|
|
|
|
%if "%{with_win32}" == "yes"
|
|
%if "%{with_win32}" == "yes"
|