rebuilt with libtag 1.9.1 [release 2.0.3a-4mamba;Thu Nov 12 2015]
This commit is contained in:
parent
49ef91f154
commit
1ca6d200b2
10
k3b-2.0.3a-CMakeLists.patch
Normal file
10
k3b-2.0.3a-CMakeLists.patch
Normal file
@ -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)
|
16
k3b.spec
16
k3b.spec
@ -1,8 +1,8 @@
|
|||||||
%define dirver %(echo %version | sed "s,alpha.*,,;s,rc.*,,")
|
%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
|
Name: k3b
|
||||||
Version: 2.0.3a
|
Version: 2.0.3a
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: The CD/DVD/Blu-Ray Creator for KDE
|
Summary: The CD/DVD/Blu-Ray Creator for KDE
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
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
|
Patch0: %{name}-1.0.4-configure_ffmpeg.patch
|
||||||
Patch1: k3b-2.0.2-ffmpeg.patch
|
Patch1: k3b-2.0.2-ffmpeg.patch
|
||||||
Patch2: k3b-2.0.3-disable-lsof-check.patch
|
Patch2: k3b-2.0.3-disable-lsof-check.patch
|
||||||
|
Patch3: k3b-2.0.3a-CMakeLists.patch
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
BuildRequires: kdelibs-devel
|
||||||
@ -49,6 +50,7 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: libaudiofile-devel
|
BuildRequires: libaudiofile-devel
|
||||||
BuildRequires: libid3-devel
|
BuildRequires: libid3-devel
|
||||||
|
BuildRequires: libtag-devel >= 1.9.1
|
||||||
Requires: cdrdao
|
Requires: cdrdao
|
||||||
Requires: /usr/bin/cdrecord
|
Requires: /usr/bin/cdrecord
|
||||||
Requires: /usr/bin/mkisofs
|
Requires: /usr/bin/mkisofs
|
||||||
@ -176,9 +178,14 @@ Ukrainian language support for %{name}.
|
|||||||
%setup -q -n %{name}-%{pkgver}
|
%setup -q -n %{name}-%{pkgver}
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
|
#rm -f doc/*/CMakeLists.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build \
|
||||||
|
-Wno-dev
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -299,6 +306,9 @@ exit 0
|
|||||||
%{_kde4_htmldir}/uk/k3b
|
%{_kde4_htmldir}/uk/k3b
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3a-4mamba
|
||||||
|
- rebuilt with libtag 1.9.1
|
||||||
|
|
||||||
* Sun Apr 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3a-3mamba
|
* Sun Apr 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3a-3mamba
|
||||||
- patch to disable lsof check
|
- patch to disable lsof check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user