diff options
author | François Andriot <[email protected]> | 2013-09-08 12:17:12 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2013-09-08 12:17:12 +0200 |
commit | 9165f598d04efce920663e40b398c4388d585d43 (patch) | |
tree | e7baa4e798326604a9082c856e4d5f4d1ea9f85b /redhat/applications/k3b/k3b-3.5.13.2.spec | |
parent | c51008ebee10edfbccb321d9e473c6b6c24a8e80 (diff) | |
download | tde-packaging-9165f598d04efce920663e40b398c4388d585d43.tar.gz tde-packaging-9165f598d04efce920663e40b398c4388d585d43.zip |
RPM Packaging: updates for 3.5.13.2
Diffstat (limited to 'redhat/applications/k3b/k3b-3.5.13.2.spec')
-rw-r--r-- | redhat/applications/k3b/k3b-3.5.13.2.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/applications/k3b/k3b-3.5.13.2.spec b/redhat/applications/k3b/k3b-3.5.13.2.spec index 3e3b1578c..312876331 100644 --- a/redhat/applications/k3b/k3b-3.5.13.2.spec +++ b/redhat/applications/k3b/k3b-3.5.13.2.spec @@ -43,12 +43,16 @@ License: GPLv2+ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz Source2: k3brc +# Fix FTBFS because AVCODEC_MAX_AUDIO_FRAME_SIZE is obsolete +Patch1: k3b-3.5.13.2-fix_ffmpeg_support.patch + # Legacy RedHat / Fedora patches # manual bufsize (upstream?) Patch4: k3b-1.0.4-manualbufsize.patch # RHEL6: Fix K3B icon Patch106: trinity-k3b-icons.patch + BuildRequires: trinity-tqtinterface-devel >= %{tde_version} BuildRequires: trinity-arts-devel >= 1:1.5.10 BuildRequires: trinity-tdelibs-devel >= %{tde_version} @@ -388,7 +392,7 @@ and a generic audio and video file converter. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} -# set in k3brc too +%patch1 -p1 -b .ffmpeg %patch4 -p1 -b .manualbufsize %patch106 -p1 -b .desktopfile |