]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- broken mind projects...
authorspeedy <speedy@pld-linux.org>
Wed, 10 Sep 2003 12:32:58 +0000 (12:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix mmx issue on non-mmx machines...
- where is djurban's ass?

Changed files:
    mplayer.spec -> 1.190

mplayer.spec

index a3a6ba16033aad3da2239eac69c9d287393256c4..ba605d0836eddb598a06da69809ead00aaf3156e 100644 (file)
@@ -49,7 +49,7 @@ Summary(pl):  Jeszcze jeden odtwarzacz film
 Summary(pt_BR):        Reprodutor de filmes
 Name:          mplayer
 Version:       1.0
-Release:       0.%{pre}.2
+Release:       0.%{pre}.3
 Epoch:         1
 License:       GPL
 Group:         X11/Applications/Multimedia
@@ -78,6 +78,7 @@ Patch4:               %{name}-codec.patch
 Patch5:                %{name}-home_etc.patch
 Patch6:                %{name}-350.patch
 Patch7:         %{name}-configure.patch
+Patch8:                %{name}-nommx.patch
 URL:           http://www.mplayerhq.hu/
 %{?_with_directfb:BuildRequires:       DirectFB-devel}
 %{?_with_divx4linux:BuildRequires:     divx4linux-devel >= 5.01.20020418}
@@ -171,6 +172,7 @@ cp -f etc/codecs.conf etc/codecs.win32.conf
 ##%patch5 -p1  -- old home_etc behavior
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1 
 
 %build
 CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
@@ -207,7 +209,7 @@ export CC CFLAGS
 %{!?_without_joystick: --enable-joystick} \
 %{?_without_lirc:      --disable-lirc} \
 %{?_without_mad:       --disable-mad} \
-%{?_without_qt:                --disable-qtx-codecs} \
+%{?_without_qt:         --disable-qtx} \
 %{?_without_real:      --disable-real} \
 %{?_without_runtime:   --disable-runtime-cpudetection} \
 %{!?_without_runtime:  --enable-runtime-cpudetection} \
This page took 0.041123 seconds and 4 git commands to generate.