rpms/mythtv/devel mythtv.spec,1.32,1.33 sources,1.14,1.15

Jarod Wilson jarod at rpmfusion.org
Sat Apr 25 03:00:07 CEST 2009


Author: jarod

Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21876

Modified Files:
	mythtv.spec sources 
Log Message:
* Fri Apr 24 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-0.2.svn.r20448
- Update to pre-0.22 svn trunk, revision 20448
- Add BR: pulseaudio-libs-devel to enable proper pulseaudio support (rfbz#567)



Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mythtv.spec	14 Apr 2009 02:10:51 -0000	1.32
+++ mythtv.spec	25 Apr 2009 01:00:07 -0000	1.33
@@ -60,7 +60,7 @@
 %define desktop_vendor  RPMFusion
 
 # SVN Revision number and branch ID
-%define _svnrev r20371
+%define _svnrev r20448
 %define branch trunk
 
 #
@@ -97,6 +97,7 @@
 # The following options are enabled by default.  Use --without to disable them
 %define with_perl          %{?_without_perl:        0} %{!?_without_perl:       1}
 %define with_python        %{?_without_python:      0} %{!?_without_python:     1}
+%define with_pulseaudio    %{?_without_pulseaudio:  0} %{!?_without_pulseaudio: 1}
 
 # The following options are disabled by default.  Use --with to enable them
 %define with_directfb      %{?_with_directfb:       1} %{!?_with_directfb:      0}
@@ -201,6 +202,9 @@
 BuildRequires:  alsa-lib-devel
 BuildRequires:  arts-devel
 BuildRequires:  jack-audio-connection-kit-devel
+%if %{with_pulseaudio}
+BuildRequires:  pulseaudio-libs-devel
+%endif
 
 # Need dvb headers to build in dvb support
 BuildRequires: kernel-headers
@@ -1462,6 +1466,10 @@
 ################################################################################
 
 %changelog
+* Fri Apr 24 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-0.2.svn.r20448
+- Update to pre-0.22 svn trunk, revision 20448
+- Add BR: pulseaudio-libs-devel to enable proper pulseaudio support (rfbz#567)
+
 * Mon Apr 13 2009 Jarod Wilson <jarod at wilsonet.com> 0.22-0.2.svn.r20371
 - Update to pre-0.22 svn trunk, revision 20371
 - Relocate Requires: wget to the sub-packages where necessary (rfbz#384)


Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	14 Apr 2009 02:10:51 -0000	1.14
+++ sources	25 Apr 2009 01:00:07 -0000	1.15
@@ -1,4 +1,4 @@
 be3ab99952c2a3a135a7c4af90b08f15  mythfrontend.png
 be3ab99952c2a3a135a7c4af90b08f15  mythtv-setup.png
-fc44fd1ef39a8964bdd3336676b880e5  mythtv-0.22.tar.bz2
-0d0526a41dae33706eabd961f7487192  mythplugins-0.22.tar.bz2
+a9a6b69e354524862f22a232ed6c1cc0  mythplugins-0.22.tar.bz2
+591fb6092f66f7603962ed91ee7241db  mythtv-0.22.tar.bz2



More information about the rpmfusion-commits mailing list