[qtav] Fix Release tag (this is a post-stable-release)
by Martin Gansser
commit 1148dbe0f15dc8f3176d3c9e164e36b6acba916e
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Sep 17 19:46:09 2016 +0200
Fix Release tag (this is a post-stable-release)
qtav.spec | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/qtav.spec b/qtav.spec
index 77c0730..b7ec357 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -7,7 +7,7 @@
Name: qtav
Version: 1.11.0
-Release: 0.6git%{shortcommit0}%{?dist}
+Release: 1git%{shortcommit0}%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
Group: Development/Libraries
@@ -17,6 +17,7 @@ Source0: https://github.com/wang-bin/QtAV/archive/%{commit0}/%{project}-%
BuildRequires: desktop-file-utils
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel
+BuildRequires: qt5-qtquickcontrols
BuildRequires: libass-devel
BuildRequires: ffmpeg-devel
BuildRequires: openal-soft-devel
@@ -130,11 +131,11 @@ cp -pr examples/* _tmpdoc/examples
export CPATH="`pkg-config --variable=includedir libavformat`"
mkdir build; pushd build
%{_qt5_qmake} \
- QMAKE_CFLAGS="${RPM_OPT_FLAGS}" \
- QMAKE_CXXFLAGS="${RPM_OPT_FLAGS}" \
- QMAKE_LFLAGS="${RPM_LD_FLAGS} -Wl,--as-needed" \
- CONFIG+="no_rpath recheck config_libass_link debug" \
- ..
+ QMAKE_CFLAGS="${RPM_OPT_FLAGS}" \
+ QMAKE_CXXFLAGS="${RPM_OPT_FLAGS}" \
+ QMAKE_LFLAGS="${RPM_LD_FLAGS} -Wl,--as-needed" \
+ QMAKE_STRIP="" \
+ CONFIG+="no_rpath recheck config_libass_link release" ..
%make_build
%install
@@ -222,6 +223,12 @@ fi
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+* Sat Sep 17 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 1.11.0-1.gitbc46ae4
+- Disable debug config
+- Fix Release tag (this is a post-stable-release)
+- Add qt5-qtquickcontrols as BR package
+- Add QMAKE_STRIP=""
+
* Sat Sep 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.0-0.6gitbc46ae4
- Add redhat flags to LDFLAGS
8 years, 2 months
[qtav/f23] (5 commits) ...Add redhat flags to LDFLAGS
by Leigh Scott
Summary of changes:
405f563... Initial version of qtav (*)
de40dd9... Disabled config test by adding no_config_tests (*)
14282fa... Fix Release tag; Disable debug config (*)
71b5371... Update to 1.11.0-0.5gitbc46ae4 (*)
20cd48f... Add redhat flags to LDFLAGS (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[qtav/f25: 2/2] Merge branch 'master' into f25
by Leigh Scott
commit 7c1ff593c12de2b7331248f7b2b4e538e5538563
Merge: 7ceb425 20cd48f
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Sep 17 11:01:58 2016 +0100
Merge branch 'master' into f25
qtav.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
8 years, 2 months
[qtav/f24] (4 commits) ...Add redhat flags to LDFLAGS
by Leigh Scott
Summary of changes:
de40dd9... Disabled config test by adding no_config_tests (*)
14282fa... Fix Release tag; Disable debug config (*)
71b5371... Update to 1.11.0-0.5gitbc46ae4 (*)
20cd48f... Add redhat flags to LDFLAGS (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[qtav] Add redhat flags to LDFLAGS
by Leigh Scott
commit 20cd48f89bd0ce80b00dab40e04a7db90d7bbdd5
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sat Sep 17 11:00:12 2016 +0100
Add redhat flags to LDFLAGS
qtav.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/qtav.spec b/qtav.spec
index a3ca5b0..77c0730 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -7,7 +7,7 @@
Name: qtav
Version: 1.11.0
-Release: 0.5git%{shortcommit0}%{?dist}
+Release: 0.6git%{shortcommit0}%{?dist}
Summary: A media playback framework based on Qt and FFmpeg
License: LGPLv2+ and GPLv3+ and BSD
Group: Development/Libraries
@@ -130,9 +130,9 @@ cp -pr examples/* _tmpdoc/examples
export CPATH="`pkg-config --variable=includedir libavformat`"
mkdir build; pushd build
%{_qt5_qmake} \
- QMAKE_CFLAGS="%{optflags}" \
- QMAKE_CXXFLAGS="%{optflags}" \
- QMAKE_LFLAGS="-Wl,--as-needed" \
+ QMAKE_CFLAGS="${RPM_OPT_FLAGS}" \
+ QMAKE_CXXFLAGS="${RPM_OPT_FLAGS}" \
+ QMAKE_LFLAGS="${RPM_LD_FLAGS} -Wl,--as-needed" \
CONFIG+="no_rpath recheck config_libass_link debug" \
..
%make_build
@@ -222,6 +222,9 @@ fi
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+* Sat Sep 17 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 1.11.0-0.6gitbc46ae4
+- Add redhat flags to LDFLAGS
+
* Sat Sep 17 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.11.0-0.5gitbc46ae4
- Update to 1.11.0-0.5gitbc46ae4
- Dropped config option no_config_tests
8 years, 2 months
[qtav/f25: 3/3] Merge branch 'master' into f25
by Martin Gansser
commit 7ceb425edb4a93ceb04570e9a5a324bf446641df
Merge: 751b728 71b5371
Author: Martin Gansser <mgansser(a)alice.de>
Date: Sat Sep 17 11:38:20 2016 +0200
Merge branch 'master' into f25
.gitignore | 1 +
qtav.spec | 12 ++++++++----
sources | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --cc qtav.spec
index d65fa02,a3ca5b0..946dd12
--- a/qtav.spec
+++ b/qtav.spec
@@@ -222,8 -222,12 +222,12 @@@ f
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+ * Sat Sep 17 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.11.0-0.5gitbc46ae4
+ - Update to 1.11.0-0.5gitbc46ae4
+ - Dropped config option no_config_tests
+
* Fri Sep 02 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.11.0-0.4gitc5db90b
-- Disabled config test by adding no_config_tests
+- Disabled config test by adding no-tests
* Mon Aug 29 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.11.0-0.3gitc5db90b
- update to last git release
8 years, 2 months
[qtav/f25] (3 commits) ...Merge branch 'master' into f25
by Martin Gansser
Summary of changes:
14282fa... Fix Release tag; Disable debug config (*)
71b5371... Update to 1.11.0-0.5gitbc46ae4 (*)
7ceb425... Merge branch 'master' into f25
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[transcode] Redo patch
by Leigh Scott
Summary of changes:
2cc71c4... Redo patch (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months