SPECS: mythtv.spec - patch0 removed - add --enable-proc-opt when c...
glen
glen at pld-linux.org
Mon Sep 5 19:05:34 CEST 2005
Author: glen Date: Mon Sep 5 17:05:34 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- patch0 removed
- add --enable-proc-opt when cpu_autodetect bcond is on
- fix opengl bcond
---- Files affected:
SPECS:
mythtv.spec (1.22 -> 1.23)
---- Diffs:
================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.22 SPECS/mythtv.spec:1.23
--- SPECS/mythtv.spec:1.22 Mon Sep 5 18:38:45 2005
+++ SPECS/mythtv.spec Mon Sep 5 19:05:28 2005
@@ -1,6 +1,5 @@
# $Revision$, $Date$
# TODO
-# - what about Patch0?
# - bconds: altivec joystick lcd unichrome
# - lcd? ( app-misc/lcdproc )
#
@@ -32,7 +31,7 @@
Name: mythtv
Version: 0.18.1
#define _snap 20050326
-Release: 0.11
+Release: 0.13
License: GPL v2
Group: Applications/Multimedia
Source0: http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -40,10 +39,9 @@
Source1: mythbackend.sysconfig
Source2: mythbackend.init
Source3: mythbackend.logrotate
-Patch0: %{name}-configure.patch
-Patch1: %{name}-lib64.patch
-Patch2: %{name}-x86_64-configure.patch
-Patch3: %{name}-x11.patch
+Patch0: %{name}-lib64.patch
+Patch1: %{name}-x86_64-configure.patch
+Patch2: %{name}-x11.patch
URL: http://www.mythtv.org/
BuildRequires: XFree86-devel
#BuildRequires: DirectFB-devel
@@ -250,10 +248,9 @@
%prep
%setup -q
-#%patch0 -p1
+%patch0 -p1
%patch1 -p1
%patch2 -p1
-%patch3 -p1
rm -rf database/old # not supported in PLD
@@ -279,7 +276,9 @@
%{?with_dvb:--enable-dvb --dvb-path=%{_includedir} --enable-dvb-eit} \
--extra-cflags="%{rpmcflags} -fomit-frame-pointer" \
--extra-cxxflags="%{rpmcxxflags} -fomit-frame-pointer" \
-%if %{without cpu_autodetect}
+%if %{with cpu_autodetect}
+ --enable-proc-opt \
+%else
%ifarch i386 i486 i586 i686 pentium3 pentium4
--cpu=i386 --tune=pentium4 --enable-mmx \
%endif
@@ -294,7 +293,7 @@
--%{?with_alsa:en}%{!?with_alsa:dis}able-audio-alsa \
--%{?with_oss:en}%{!?with_oss:dis}able-audio-oss \
--%{?with_oss:en}%{!?with_oss:dis}able-audio-jack \
- --%{?with_opengl:en}%{!?with_openvl_vsync:dis}able-opengl-vsync \
+ --%{?with_opengl:en}%{!?with_opengl:dis}able-opengl-vsync \
--%{?with_lirc:en}%{!?with_lirc:dis}able-lirc \
--%{?with_oggvorbis:en}%{!?with_oggvorbis:dis}able-vorbis \
--%{?with_firewire:en}%{!?with_firewire:dis}able-firewire \
@@ -441,6 +440,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.23 2005/09/05 17:05:28 glen
+- patch0 removed
+- add --enable-proc-opt when cpu_autodetect bcond is on
+- fix opengl bcond
+
Revision 1.22 2005/09/05 16:38:45 glen
- fix permissions of filters and state dirs
- fix homedir of mythtv user
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.22&r2=1.23&f=u
More information about the pld-cvs-commit
mailing list