SPECS: mythtv.spec - cleanups - add dvdnav-shared.patch

glen glen at pld-linux.org
Sun Oct 1 15:24:55 CEST 2006


Author: glen                         Date: Sun Oct  1 13:24:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cleanups
- add dvdnav-shared.patch

---- Files affected:
SPECS:
   mythtv.spec (1.60 -> 1.61) 

---- Diffs:

================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.60 SPECS/mythtv.spec:1.61
--- SPECS/mythtv.spec:1.60	Thu Sep 21 21:48:00 2006
+++ SPECS/mythtv.spec	Sun Oct  1 15:24:49 2006
@@ -18,7 +18,6 @@
 %bcond_without	oss		# oss support
 %bcond_without	arts		# arts support
 %bcond_without	jack		# jack audio connection kit
-%bcond_with	oggvorbis	# ogg vorbis (gone?!)
 %bcond_without	opengl		# opengl vsync
 %bcond_with	dvb		# DVB support # invalid option
 %bcond_without	xrandr		# disable X11 resolution switching
@@ -36,7 +35,7 @@
 
 #define _snap 20060905
 #define _rev 11046
-%define _rel 0.3
+%define _rel 0.5
 Summary:	A personal video recorder (PVR) application
 Summary(pl):	Osobista aplikacja do nagrywania obrazu (PVR)
 Name:		mythtv
@@ -51,15 +50,15 @@
 Source2:	mythbackend.init
 Source3:	mythbackend.logrotate
 Source5:	mythfrontend.desktop
+#Patch100:		%{name}-branch.diff
 Patch0:		%{name}-lib64.patch
 Patch1:		mythtv-configure.patch
 Patch2:		%{name}-mythstream.patch
 Patch3:		%{name}-ldconfig.patch
 #Patch4:		%{name}-pl.patch
 Patch5:		%{name}-sbinpath.patch
-
 Patch7:		%{name}-optflags.patch
-#Patch8:		%{name}-branch.diff
+Patch8:		mythtv-dvdnav-shared.patch
 URL:		http://www.mythtv.org/
 #BuildRequires:	DirectFB-devel
 BuildRequires:	XFree86-devel
@@ -74,7 +73,6 @@
 BuildRequires:	libdvdnav-devel
 %{?with_firewire:BuildRequires:	libiec61883-devel}
 %{?with_firewire:BuildRequires:	libraw1394-devel}
-%{?with_oggvorbis:BuildRequires:	libvorbis-devel}
 BuildRequires:	linux-libc-headers >= 7:2.6.10
 %{?with_lirc:BuildRequires:	lirc-devel}
 BuildRequires:	mysql-devel
@@ -281,6 +279,7 @@
 %patch5 -p1
 
 %patch7 -p1
+%patch8 -p1
 
 rm -rf database/old # not supported in PLD
 
@@ -376,7 +375,6 @@
 	--%{?with_alsa:en}%{!?with_alsa:dis}able-audio-alsa \
 	--%{?with_oss:en}%{!?with_oss:dis}able-audio-oss \
 	--%{?with_jack:en}%{!?with_jack:dis}able-audio-jack \
-	%{?with_new:--enable-dvd} \
 	--%{?with_opengl:en}%{!?with_opengl:dis}able-opengl-vsync \
 	--%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \
 	--%{?with_firewire:en}%{!?with_firewire:dis}able-firewire \
@@ -385,12 +383,6 @@
 	--enable-xv \
 	--enable-x11 \
 
-#	--%{?with_oggvorbis:en}%{!?with_oggvorbis:dis}able-vorbis \
-#	--disable-joystick-menu \
-#	--disable-ivtv \
-#	--enable-directfb	enable DirectFB (Linux non-X11 video)
-#	--enable-directx	enable DirectX  (Microsoft video)
-
 qmake mythtv.pro
 %{__make} \
 	QMAKE=$(pwd)/qmake-wrapper.sh
@@ -536,7 +528,6 @@
 
 %files -n libmyth-static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -544,6 +535,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61  2006/10/01 13:24:49  glen
+- cleanups
+- add dvdnav-shared.patch
+
 Revision 1.60  2006/09/21 19:48:00  glen
 - build hack for -L poison in makefiles
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.60&r2=1.61&f=u



More information about the pld-cvs-commit mailing list