From 1ca6d200b209c473ca7da51e810e40bf441b66f4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:23:06 +0100 Subject: [PATCH] rebuilt with libtag 1.9.1 [release 2.0.3a-4mamba;Thu Nov 12 2015] --- k3b-2.0.3a-CMakeLists.patch | 10 ++++++++++ k3b.spec | 16 +++++++++++++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 k3b-2.0.3a-CMakeLists.patch diff --git a/k3b-2.0.3a-CMakeLists.patch b/k3b-2.0.3a-CMakeLists.patch new file mode 100644 index 0000000..210ea0d --- /dev/null +++ b/k3b-2.0.3a-CMakeLists.patch @@ -0,0 +1,10 @@ +--- k3b-2.0.3/CMakeLists.txt.orig 2015-11-12 14:44:25.688573247 +0100 ++++ k3b-2.0.3/CMakeLists.txt 2015-11-12 14:44:16.978645415 +0100 +@@ -339,7 +339,6 @@ + add_subdirectory( src ) + add_subdirectory( kioslaves ) + add_subdirectory( plugins ) +-add_subdirectory( doc ) + if(BUILD_K3BSETUP) + add_subdirectory(k3bsetup) + endif(BUILD_K3BSETUP) diff --git a/k3b.spec b/k3b.spec index e228be3..8876c64 100644 --- a/k3b.spec +++ b/k3b.spec @@ -1,8 +1,8 @@ %define dirver %(echo %version | sed "s,alpha.*,,;s,rc.*,,") -%define pkgver %(echo %version | sed "s|[a-z]||") +%define pkgver %(echo %version | sed "s|[a-z]||") Name: k3b Version: 2.0.3a -Release: 3mamba +Release: 4mamba Summary: The CD/DVD/Blu-Ray Creator for KDE License: GPL Group: Graphical Desktop/Applications/Multimedia @@ -14,6 +14,7 @@ Source: http://download.kde.org/stable/k3b/k3b-%{version}.tar.xz Patch0: %{name}-1.0.4-configure_ffmpeg.patch Patch1: k3b-2.0.2-ffmpeg.patch Patch2: k3b-2.0.3-disable-lsof-check.patch +Patch3: k3b-2.0.3a-CMakeLists.patch ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: kdelibs-devel @@ -49,6 +50,7 @@ BuildRequires: gettext-devel BuildRequires: zlib-devel BuildRequires: libaudiofile-devel BuildRequires: libid3-devel +BuildRequires: libtag-devel >= 1.9.1 Requires: cdrdao Requires: /usr/bin/cdrecord Requires: /usr/bin/mkisofs @@ -176,9 +178,14 @@ Ukrainian language support for %{name}. %setup -q -n %{name}-%{pkgver} #%patch1 -p1 %patch2 -p1 +%patch3 -p1 + +#rm -f doc/*/CMakeLists.txt %build -%cmake_kde4 -d build +%cmake_kde4 -d build \ + -Wno-dev + %make %install @@ -299,6 +306,9 @@ exit 0 %{_kde4_htmldir}/uk/k3b %changelog +* Thu Nov 12 2015 Silvan Calarco 2.0.3a-4mamba +- rebuilt with libtag 1.9.1 + * Sun Apr 12 2015 Silvan Calarco 2.0.3a-3mamba - patch to disable lsof check