Преглед на файлове

upgrade live stuff and revert font change (sorry, I've downloaded from scratch and the file layout is still the same; perhaps the confusion was that the only install parts of the fonts)

Ralf S. Engelschall преди 22 години
родител
ревизия
cc8a326588
променени са 1 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 4 4
      mplayer/mplayer.spec

+ 4 - 4
mplayer/mplayer.spec

@@ -26,7 +26,7 @@
 #   package versions
 %define       V_mplayer     1.0pre2
 %define       V_blue        1.0
-%define       V_live        2003.10.27
+%define       V_live        2003.10.30
 
 #   package information
 Name:         mplayer
@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Video
 License:      GPL and others
 Version:      %{V_mplayer}
-Release:      20031030
+Release:      20031031
 
 #   build options
 %option       with_gui    no
@@ -117,7 +117,7 @@ AutoReqProv:  no
     CC="%{l_cc}" \
     CXX="%{l_cxx}" \
     CFLAGS="%{l_cflags -O}" \
-    CXXFLAGS="%{l_cxxflags -O}" \
+    CXXFLAGS="%{l_cxxflags -O} -Wno-deprecated" \
     CPPFLAGS="%{l_cppflags}" \
     LDFLAGS="%{l_ldflags}" \
     ./configure \
@@ -230,7 +230,7 @@ AutoReqProv:  no
 
     #   install fonts for OSD and subtitles
     %{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/
 
 %if "%{with_win32}" == "yes"