On Tue, Dec 6, 2011 at 2:46 PM, Todd And Margo Chester <
Post by Todd And Margo ChesterHi All,
Is there any chance of an update RPM for the wildly
out of date k3b that comes with Scientific Linux?
The current version is unable to cut a DVD ISO
(based on bad md5sums).
This is a followup to an *old* thread. Not sure why k3b didn't work for
you, but the 2.0.2 version is in the Fedora 17 development source tree.
I've just successfully built it for Scientific Linux 6 and tested it there.
It does require this patch for k3b.spec to build, successfully, under
"mock". It does need the following patch in k3b.spec:
$ rcsdiff -u k3b.spec
===================================================================
RCS file: RCS/k3b.spec,v
retrieving revision 1.1
diff -u -r1.1 k3b.spec
--- k3b.spec 2012/02/24 15:23:04 1.1
+++ k3b.spec 2012/02/24 15:23:11
@@ -3,7 +3,8 @@
Summary: CD/DVD/Blu-ray burning application
Epoch: 1
Version: 2.0.2
-Release: 6%{?dist}
+#Release: 6%{?dist}
+Release: 0.1%{?dist}
Group: Applications/Archiving
License: GPLv2+
@@ -42,6 +43,8 @@
BuildRequires: libsamplerate-devel
BuildRequires: libsndfile-devel
BuildRequires: libvorbis-devel
+# Added for RHEL 5
+BuildRequires: qtwebkit-devel
# needed by k3bsetup
#BuildRequires: polkit-qt-devel
BuildRequires: taglib-devel
@@ -187,6 +190,9 @@
%changelog
+* Fri Feb 24 2012 Nico Kadel-Garcia <nkadel at gmail.com>
+- Add qtwebkit-devel dependency for RHEL
+
* Fri Jan 13 2012 Fedora Release Engineering <
rel-eng at lists.fedoraproject.org> - 1:2.0.2-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.repoforge.org/pipermail/users/attachments/20120224/156a14f2/attachment-0002.html>