commit 21a3ecdb7d13636c62639d50d04be05f77af2bb5
Author: Rex Dieter <rdieter(a)gmail.com>
Date: Wed Feb 28 15:11:36 2018 -0600
17.12.2
.gitignore | 1 +
k3b-extras-freeworld.spec | 13 +++++++++----
sources | 2 +-
3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0430333..20a756b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ k3b-2.0.3.tar.xz
/k3b-17.08.1.tar.xz
/k3b-17.08.2.tar.xz
/k3b-17.08.3.tar.xz
+/k3b-17.12.2.tar.xz
diff --git a/k3b-extras-freeworld.spec b/k3b-extras-freeworld.spec
index 4b389ae..ca0a74d 100644
--- a/k3b-extras-freeworld.spec
+++ b/k3b-extras-freeworld.spec
@@ -1,8 +1,8 @@
Name: k3b-extras-freeworld
Summary: Provides ffmpeg decoder plugin for the k3b CD/DVD burning application
Epoch: 1
-Version: 17.08.3
-Release: 2%{?dist}
+Version: 17.12.2
+Release: 1%{?dist}
License: GPLv2+
URL:
http://www.k3b.org/
@@ -46,6 +46,7 @@ BuildRequires: pkgconfig(taglib)
BuildRequires: pkgconfig(vorbisenc) pkgconfig(vorbisfile)
BuildRequires: pkgconfig(libavcodec) pkgconfig(libavformat)
+# the abi is fairly stable, consider relaxing this -- rex
Requires: k3b >= %{epoch}:%{version}
%description
@@ -54,10 +55,11 @@ handle CD/DVD burning application.
%prep
-%autosetup -p1 -n k3b-%{version}
+%autosetup -n k3b-%{version} -p1
+
%build
-mkdir -p %{_target_platform}
+mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} .. \
-DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=ON
@@ -76,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C
%{_target_platform}/plugins/decoder/ff
%changelog
+* Wed Feb 28 2018 Rex Dieter <rdieter(a)fedoraproject.org> - 1:17.12.2-1
+- 17.12.2
+
* Thu Jan 18 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 1:17.08.3-2
- Rebuilt for ffmpeg-3.5 git
diff --git a/sources b/sources
index 8a18745..d4f22da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3063f0079835f7f21067462e51562f39 k3b-17.08.3.tar.xz
+1894fb8a7dface340618091efefad677 k3b-17.12.2.tar.xz