[VirtualBox] Rebuild for new libvpx version
by Leigh Scott
commit 683fbf4eb2889b1c48f62db1b3e9ffb2ebc3cd64
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Sun Sep 4 10:29:07 2016 +0100
Rebuild for new libvpx version
VirtualBox.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/VirtualBox.spec b/VirtualBox.spec
index 5ba895e..262a66d 100644
--- a/VirtualBox.spec
+++ b/VirtualBox.spec
@@ -26,7 +26,7 @@
Name: VirtualBox
Version: 5.0.26
#Release: 6%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -642,7 +642,7 @@ fi
%{_datadir}/applications/*.desktop
%dir %{_sysconfdir}/vbox
%config %{_sysconfdir}/vbox/vbox.cfg
-%{_prefix}/lib/udev/rules.d/90-vboxdrv.rules
+%{_udevrulesdir}/90-vboxdrv.rules
%{_prefix}/lib/modules-load.d/%{name}.conf
%if %{with webservice}
%{_unitdir}/vboxweb.service
@@ -671,7 +671,7 @@ fi
%{_libdir}/VBox*.so
%{_sysconfdir}/X11/xinit/xinitrc.d/98vboxadd-xclient.sh
%{_sysconfdir}/xdg/autostart/vboxclient.desktop
-%{_prefix}/lib/udev/rules.d/60-vboxguest.rules
+%{_udevrulesdir}/60-vboxguest.rules
%{_prefix}/lib/modules-load.d/%{name}-guest.conf
%{_unitdir}/vboxservice.service
@@ -680,6 +680,9 @@ fi
%{_datadir}/%{name}-kmod-%{version}
%changelog
+* Sun Sep 04 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 5.0.26-2
+- Rebuild for new libvpx version
+
* Mon Jul 18 2016 Sérgio Basto <sergio(a)serjux.com> - 5.0.26-1
- Update to 5.0.26
8 years, 2 months
[qtav] Fix Release tag; Disable debug config
by Antonio
commit 14282fa0d5e541e93b223480201fd96d81a98733
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Sep 3 17:46:02 2016 +0200
Fix Release tag; Disable debug config
qtav.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/qtav.spec b/qtav.spec
index b805424..f0583b5 100644
--- a/qtav.spec
+++ b/qtav.spec
@@ -7,7 +7,7 @@
Name: qtav
Version: 1.11.0
-Release: 0.4git%{shortcommit0}%{?dist}
+Release: 1.git%{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
@@ -133,8 +134,7 @@ mkdir build; pushd build
QMAKE_CFLAGS="%{optflags}" \
QMAKE_CXXFLAGS="%{optflags}" \
QMAKE_LFLAGS="-Wl,--as-needed" \
- CONFIG+="no_rpath recheck config_libass_link no-tests debug" \
- ..
+ CONFIG+="no_rpath recheck config_libass_link no-tests release" ..
%make_build
%install
@@ -222,6 +222,11 @@ fi
%{_datadir}/icons/hicolor/*/apps/QtAV.svg
%changelog
+* Sat Sep 03 2016 Antonio Trande <sagitter(a)fedoraproject.org> - 1.11.0-1.gitc5db90b
+- Disable debug config
+- Fix Release tag (this is a post-stable-release)
+- Add qt5-qtquickcontrols as BR package
+
* Fri Sep 02 2016 Martin Gansser <martinkg(a)fedoraproject.org> - 1.11.0-0.4gitc5db90b
- Disabled config test by adding no_config_tests
8 years, 2 months
[lives/f23] Update to 2.8.0
by Antonio
Summary of changes:
18493e6... Update to 2.8.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[lives/f24] Update to 2.8.0
by Antonio
Summary of changes:
18493e6... Update to 2.8.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[lives/f25] Update to 2.8.0
by Antonio
Summary of changes:
18493e6... Update to 2.8.0 (*)
(*) This commit already existed in another branch; no separate mail sent
8 years, 2 months
[lives] Update to 2.8.0
by Antonio
commit 18493e644c0357135766437607958133a290f7fb
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Sat Sep 3 16:30:50 2016 +0200
Update to 2.8.0
.gitignore | 1 +
lives.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c30fe8..ea852c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/LiVES-2.6.6.tar.bz2
/LiVES-2.6.7.tar.bz2
/LiVES-2.6.8.tar.bz2
+/LiVES-2.8.0.tar.bz2
diff --git a/lives.spec b/lives.spec
index 88749b6..cae5b14 100644
--- a/lives.spec
+++ b/lives.spec
@@ -12,7 +12,7 @@
#
Name: lives
-Version: 2.6.8
+Version: 2.8.0
Release: 1%{?dist}
Summary: Video editor and VJ tool
License: GPLv3+ and LGPLv3+
@@ -187,6 +187,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/appdata/*.appdata.
%{_datadir}/appdata/LiVES.appdata.xml
%changelog
+* Sat Sep 03 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.8.0-1
+- Update to 2.8.0
+
* Sat Aug 27 2016 Antonio Trande <sagitterATfedoraproject.org> - 2.6.8-1
- Update to 2.6.8
diff --git a/sources b/sources
index 9a8ee9f..3788381 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b0fe11fc1c20fb176e740f181a948ad LiVES-2.6.8.tar.bz2
+f79dff0f35a97f3cc9a5ef2be9c573b6 LiVES-2.8.0.tar.bz2
8 years, 2 months
[ffmpeg] fix copy&paste typo
by Dominik Mierzejewski
commit 1ed1222763077be60b17bcd90094fdfb31d2f8d9
Author: Dominik 'Rathann' Mierzejewski <rpm(a)greysector.net>
Date: Sat Sep 3 16:02:40 2016 +0200
fix copy&paste typo
ffmpeg.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 4a92ae5..53e9829 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -245,7 +245,7 @@ cp -pr doc/examples/{*.c,Makefile,README} _doc/examples/
--cpu=%{_target_cpu} \
%endif
%ifarch %{ix86} x86_64
- %{!?_without_qsv:--enable-libmfx} \\\
+ %{!?_without_qsv:--enable-libmfx} \
%endif
%ifarch %{ix86} x86_64 ppc ppc64
--enable-runtime-cpudetect \
8 years, 2 months