Re: Mythtv at 0.25.2
John Pilkington <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 18/07/12 17:27, Paulo Cavalcanti wrote: > > > On Wed, Jul 18, 2012 at 12:32 PM, Richard Shaw <[email protected] > <mailto:[email protected]>> wrote: > > Ok, SRPM is ready! > > https://dl.dropbox.com/u/34775202/mythtv/mythtv-0.25.2-1.fc16.src.rpm > > Richard > > > Actually, I think I can build the Atrpms package, > but I am just finishing my F17 tweaks on my new computer, and had to fix > my own packages in Fedora for using systemd. I am using kde now, > because gnome lost the direction completely ... > > I must confess that I am still in mtyth 0.23, which > does not build on F17 any more. It seems to be some silly .h mess .... > > Anyway, maybe it is time for me to finally go to 0.25. I will try to > build everything on this weekend. > > -- > Paulo Roma Cavalcanti > LCG - UFRJ > Here's a unified diff of the specfile I used and the error message at the end of the build, just in case someone might understand what's wrong. In the build attempt I just dropped the 0.25.2.tar.bz files into the SOURCES folder from the 0.25-286 AT srpm. John P _______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
mythbuilderrors.txt
(text/plain, 3.6 KB)
[john@PresV5000 SPECS]$ diff -Nau mythtvAT-v286.spec mythtv_JP.spec
--- mythtvAT-v286.spec 2012-04-30 08:07:07.000000000 +0100
+++ mythtv_JP.spec 2012-07-18 18:43:28.928850866 +0100
@@ -1,4 +1,5 @@
-%global libversion 0.25
+
+%global libversion 0.25.2_0_0
%lib_package myth-%{libversion} 0
%lib_package mythavcodec 52
@@ -32,9 +33,9 @@
Summary: A personal video recorder (PVR) application
Name: mythtv
-Version: 0.25
+Version: 0.25.2
%global mythtvfrontendapi %(echo %{eversion} | awk -F. '{print $1 "." $2}')
-Release: 286%{?dist}
+Release: 287%{?dist}
URL: http://www.mythtv.org/
License: GPLv2
Group: Applications/Multimedia
@@ -49,15 +50,13 @@
Source107: mythfrontend.desktop
Source108: mythtv-setup.png
Source109: mythtv-setup.desktop
-Patch100: mythtv-%{version}-gitfixes.patch
-#Patch101: mythtv-0.24-ostreaming.patch
-Patch200: mythplugins-%{version}-gitfixes.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++
BuildRequires: libXxf86vm-devel, libXmu-devel
#BuildRequires: %{_includedir}/freetype2
BuildRequires: freetype-devel >= 2
-BuildRequires: qt4-devel >= 4.6.0, mysql-devel
+BuildRequires: qt4-devel >= 4.6.0, mysql-devel, qtwebkit-devel
%{?with_pulseaudio:BuildRequires: pulseaudio-libs-devel >= 0.9.7}
BuildRequires: alsa-lib-devel >= 1.0.18, arts-devel
BuildRequires: jack-audio-connection-kit-devel
@@ -972,6 +971,9 @@
%changelog
+* Mon Jul 16 2012 John Pilkington - 0.25.2-287
+- Update to 0.25.2 release
+
* Mon Apr 30 2012 Axel Thimm <[email protected]> - 0.25-286
- Update to latest git fixes (v0.25-60-gf444358).
[john@PresV5000 SPECS]$
RPM build errors:
File listed twice: /usr/share/mythtv/games/PC/gamelist.xml
File listed twice: /usr/include/mythtv/libmythbase/mythconfig.mak
Installed (but unpackaged) file(s) found:
/usr/lib/libmyth-0.25.so.0
/usr/lib/libmyth-0.25.so.0.25
/usr/lib/libmyth-0.25.so.0.25.0
/usr/lib/libmythbase-0.25.so.0
/usr/lib/libmythbase-0.25.so.0.25
/usr/lib/libmythbase-0.25.so.0.25.0
/usr/lib/libmythfreemheg-0.25.so.0
/usr/lib/libmythfreemheg-0.25.so.0.25
/usr/lib/libmythfreemheg-0.25.so.0.25.0
/usr/lib/libmythhdhomerun-0.25.so.0
/usr/lib/libmythhdhomerun-0.25.so.0.25
/usr/lib/libmythhdhomerun-0.25.so.0.25.0
/usr/lib/libmythlivemedia-0.25.so.0
/usr/lib/libmythlivemedia-0.25.so.0.25
/usr/lib/libmythlivemedia-0.25.so.0.25.0
/usr/lib/libmythmetadata-0.25.so.0
/usr/lib/libmythmetadata-0.25.so.0.25
/usr/lib/libmythmetadata-0.25.so.0.25.0
/usr/lib/libmythprotoserver-0.25.so.0
/usr/lib/libmythprotoserver-0.25.so.0.25
/usr/lib/libmythprotoserver-0.25.so.0.25.0
/usr/lib/libmythservicecontracts-0.25.so.0
/usr/lib/libmythservicecontracts-0.25.so.0.25
/usr/lib/libmythservicecontracts-0.25.so.0.25.0
/usr/lib/libmythtv-0.25.so.0
/usr/lib/libmythtv-0.25.so.0.25
/usr/lib/libmythtv-0.25.so.0.25.0
/usr/lib/libmythui-0.25.so.0
/usr/lib/libmythui-0.25.so.0.25
/usr/lib/libmythui-0.25.so.0.25.0
/usr/lib/libmythupnp-0.25.so.0
/usr/lib/libmythupnp-0.25.so.0.25
/usr/lib/libmythupnp-0.25.so.0.25.0
[john@PresV5000 SPECS]$