SPECS (DEVEL): mythtv.spec - up to r8332 (reported to be working a...

glen glen at pld-linux.org
Sat Jan 7 00:53:33 CET 2006


Author: glen                         Date: Fri Jan  6 23:53:33 2006 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- up to r8332 (reported to be working after livetv changes)

---- Files affected:
SPECS:
   mythtv.spec (1.39.2.4 -> 1.39.2.5) 

---- Diffs:

================================================================
Index: SPECS/mythtv.spec
diff -u SPECS/mythtv.spec:1.39.2.4 SPECS/mythtv.spec:1.39.2.5
--- SPECS/mythtv.spec:1.39.2.4	Mon Nov 14 01:17:37 2005
+++ SPECS/mythtv.spec	Sat Jan  7 00:53:27 2006
@@ -37,14 +37,16 @@
 Summary:	A personal video recorder (PVR) application
 Summary(pl):	Osobista aplikacja do nagrywania obrazu (PVR)
 Name:		mythtv
-Version:	0.19.0.20051026
-%define	_rev 7738
-Release:	1.%{_rev}.1
+%define	_snap 20051221
+%define	_rev 8332
+%define	_rel 1
+Version:	0.19.0.%{_snap}
+Release:	1.%{_rev}.%{_rel}
 License:	GPL v2
 Group:		Applications/Multimedia
 #Source0:	http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
-Source0:	%{name}-%{_rev}.tar.bz2
-# Source0-md5:	93182c232598f497b45e42521a9425cd
+Source0:	%{name}-%{_snap}.%{_rev}.tar.bz2
+# Source0-md5:	aae71621a4d3a54b06ee144ce7ec2900
 Source1:	mythbackend.sysconfig
 Source2:	mythbackend.init
 Source3:	mythbackend.logrotate
@@ -78,6 +80,8 @@
 BuildRequires:	qt-devel >= 6:3.2.1-4
 BuildRequires:	rpmbuild(macros) >= 1.228
 BuildRequires:	sed >= 4.0
+# for bundled libavcodec
+BuildRequires:	libdts-devel
 ExclusiveArch:	%{ix86} %{x8664} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -292,6 +296,8 @@
 %endif
 
 # NB: not autoconf configure
+export CC="%{__cc}"
+export CXX="%{__cxx}"
 ./configure \
  	--prefix=%{_prefix} \
 	--libdir=%{_libdir} \
@@ -335,7 +341,7 @@
 #	--enable-directx	enable DirectX  (Microsoft video)
 
 qmake mythtv.pro
-%{__make} qmake
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -468,6 +474,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.39.2.5  2006/01/06 23:53:27  glen
+- up to r8332 (reported to be working after livetv changes)
+
 Revision 1.39.2.4  2005/11/14 00:17:37  glen
 - up to last svn revision 7738 where livetv still works
 
================================================================

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



More information about the pld-cvs-commit mailing list