rpms/mythtv/devel mythtv.spec,1.141,1.142

Richard Shaw hobbes1069 at rpmfusion.org
Wed May 14 20:46:23 CEST 2014


Author: hobbes1069

Update of /cvs/free/rpms/mythtv/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30047

Modified Files:
	mythtv.spec 
Log Message:
Actually commit changes this time.


Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- mythtv.spec	11 May 2014 14:42:22 -0000	1.141
+++ mythtv.spec	14 May 2014 18:46:23 -0000	1.142
@@ -224,8 +224,6 @@
 BuildRequires:  gsm-devel
 BuildRequires:  lame-devel
 BuildRequires:  libdca-devel
-BuildRequires:  libdvdnav-devel
-BuildRequires:  libdvdread-devel >= 0.9.4
 BuildRequires:  libcdio-devel libcdio-paranoia-devel
 # nb: libdvdcss will be dynamically loaded if installed
 #BuildRequires:  libfame-devel >= 0.9.0
@@ -904,21 +902,9 @@
     --libdir-name=%{_lib}                       \
     --mandir=%{_mandir}                         \
     --disable-mythlogserver                     \
-    --enable-pthreads                           \
     --enable-ffmpeg-pthreads                    \
     --enable-joystick-menu                      \
-    --enable-audio-alsa                         \
-    --enable-audio-oss                          \
-    --enable-audio-jack                         \
-    --enable-libfftw3                           \
-    --enable-x11 --x11-path=%{_includedir}      \
-    --enable-xv                                 \
-    --enable-opengl-video                       \
-    --enable-xrandr                             \
-    --enable-lirc                               \
-    --enable-ivtv                               \
-    --enable-firewire                           \
-    --enable-dvb                                \
+    --x11-path=%{_includedir}      \
     --enable-libmp3lame                         \
     --enable-libtheora --enable-libvorbis       \
     --enable-libx264                            \
@@ -949,8 +935,8 @@
     --extra-cflags="%{optflags} -maltivec -fomit-frame-pointer" \
     --extra-cxxflags="%{optflags} -maltivec -fomit-frame-pointer" \
 %else
-    --extra-cflags="%{optflags} -fomit-frame-pointer" \
-    --extra-cxxflags="%{optflags} -fomit-frame-pointer" \
+    --extra-cflags="%{optflags} -fomit-frame-pointer -fno-devirtualize" \
+    --extra-cxxflags="%{optflags} -fomit-frame-pointer -fno-devirtualize" \
 %endif
 %ifarch %{ix86}
     --cpu=i686 --tune=i686 --enable-mmx \


More information about the rpmfusion-commits mailing list