SHA256
1
0
forked from pool/k3b

Accepting request 503225 from home:wolfi323:branches:KDE:Applications

- Add Re-enable-transcode-support.patch to add back transcode support to rip DVDs, Packman's version seems to work fine (kde#381131)

OBS-URL: https://build.opensuse.org/request/show/503225
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/k3b?expand=0&rev=24
This commit is contained in:
Luca Beltrame
2017-06-13 15:36:47 +00:00
committed by Git OBS Bridge
parent bea424a62e
commit b8a34023ab
3 changed files with 51 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ License: GPL-2.0+
Group: Productivity/Multimedia/CD/Record
Url: http://www.kde.org
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE
Patch: Re-enable-transcode-support.patch
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
@@ -116,6 +118,7 @@ This package contain files needed for development with k3b.
%prep
%setup -q
%patch -p1
%build
CXXFLAGS="%{optflags} -fno-strict-aliasing"