commit e470209298f15cafdcd8861563776ee7d2779f72
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sun Aug 11 12:24:29 2019 +0200
Release 1.13.0
.gitignore | 1 +
qtav.spec | 17 ++++++++---------
sources | 2 +-
3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b7881b..67f2cff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
/QtAV-cf78e27.tar.gz
/QtAV-cbab79e.tar.gz
/QtAV-bbf3c64.tar.gz
+/QtAV-1.13.0.tar.gz
diff --git a/qtav.spec b/qtav.spec
index 773cb89..2b871fe 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -1,18 +1,13 @@
-#
https://github.com/wang-bin/QtAV/commit/cbab79e3485f064d756b912c2e690d434...
-%global commit0 bbf3c6404d01251a42093e515788d6f222986d1f
-%global gitdate 20180118
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
-
%global project QtAV
%global repo %{project}
Name: qtav
-Version: 1.12.1
-Release: 0.2.%{gitdate}git%{shortcommit0}%{?dist}
+Version: 1.13.0
+Release: 1%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
URL:
http://www.qtav.org/
-Source0:
https://github.com/wang-bin/QtAV/archive/%{commit0}/%{project}-%{shortcom...
+Source0:
https://github.com/wang-bin/QtAV/archive/v%{version}/%{project}-%{version...
BuildRequires: desktop-file-utils
BuildRequires: qt5-qtbase-devel
@@ -110,7 +105,7 @@ High performance. User & developer friendly.
This package contains the QtAV based players.
%prep
-%autosetup -n %repo-%{commit0}
+%autosetup -n %repo-%{version}
# E: script-without-shebang /usr/share/icons/hicolor/scalable/apps/QtAV.svg
# ignore them src/QtAV.svg: SVG Scalable Vector Graphics image
@@ -208,6 +203,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+* Sun Aug 11 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 1.13.0-1
+- Release 1.13.0
+- Switch to libswresample (rpf-bug #5350)
+
* Wed Aug 07 2019 Leigh Scott <leigh123linux(a)gmail.com> -
1.12.1-0.2.20180118gitbbf3c64
- Rebuild for new ffmpeg version
diff --git a/sources b/sources
index 2526652..6445b79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1092419e213fe9d70eb65d7d9abf8df3 QtAV-bbf3c64.tar.gz
+4d2d19622eac41c7f46fd1423392e23c QtAV-1.13.0.tar.gz