[traverso] Update spec.
by Vasiliy Glazov
commit bf62792395301e7e524ed8933c6311b02b703b93
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Oct 23 16:18:26 2018 +0300
Update spec.
traverso.spec | 50 ++++++++++++++++++++------------------------------
1 file changed, 20 insertions(+), 30 deletions(-)
---
diff --git a/traverso.spec b/traverso.spec
index 9623961..7acaf2e 100644
--- a/traverso.spec
+++ b/traverso.spec
@@ -14,20 +14,20 @@
%endif
Name: traverso
-Version: 0.49.3
-Release: 7%{?dist}
+Version: 0.49.5
+Release: 1%{?dist}
Summary: Multitrack Audio Recording and Editing Suite
-Group: Applications/Multimedia
+
License: GPLv2+
URL: http://traverso-daw.org/
-# Source0 actually is http://traverso-daw.org/download.html&d=%{name}-%{version}.tar.gz
-# but rpmbuild doesn't work with this kind of URL's. So
-Source0: %{name}-%{version}.tar.gz
+Source0: http://traverso-daw.org/%{name}-%{version}.tar.gz
# lower the rtprio requirement to 20, for compliance with our jack
Patch0: %{name}-priority.patch
# Fix DSO linking
Patch1: traverso-gcc49.patch
-Patch2: gcc6-buildfix-01.patch
+# Patch2: gcc6-buildfix-01.patch
+
+BuildRequires: gcc-c++
BuildRequires: alsa-lib-devel
BuildRequires: cmake
BuildRequires: desktop-file-utils
@@ -44,7 +44,10 @@ BuildRequires: libvorbis-devel
BuildRequires: portaudio-devel
# Native pulseaudio is not supported yet.
#BuildRequires: pulseaudio-libs-devel
-BuildRequires: qt-devel
+BuildRequires: cmake(Qt5Core)
+BuildRequires: cmake(Qt5Widgets)
+BuildRequires: cmake(Qt5Gui)
+BuildRequires: cmake(Qt5Xml)
BuildRequires: raptor-devel
BuildRequires: redland-devel
BuildRequires: wavpack-devel
@@ -70,10 +73,7 @@ removal of effects plugins, moving Audio Clips and creating new Tracks during
playback are all perfectly safe, giving you instant feedback on your work!
%prep
-%setup -q
-%patch0 -p1 -b .priority
-%patch1 -p1 -b .gcc49
-%patch2 -p1 -b .gcc6
+%autosetup -p1
# Fix permission issues
@@ -104,14 +104,14 @@ sed -i 's|libslv2|slv2|g' CMakeLists.txt
%{sse_cmakeflags} \
.
-make %{?_smp_mflags} VERBOSE=1
+%make_build VERBOSE=1
# Add Comment to the .desktop file
echo "Comment=Digital Audio Workstation" >> resources/%{name}.desktop
%install
-make install DESTDIR=%{buildroot}
+%make_install
# icons
install -dm 755 %{buildroot}%{_datadir}/icons/hicolor/
@@ -132,24 +132,10 @@ desktop-file-install \
install -dm 755 %{buildroot}%{_datadir}/mime/packages/
install -pm 644 resources/x-%{name}.xml %{buildroot}%{_datadir}/mime/packages/
-%post
-update-desktop-database &> /dev/null
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null
-update-mime-database %{_datadir}/mime &> /dev/null || :
-
-%postun
-update-desktop-database &> /dev/null
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null
-fi
-update-mime-database %{_datadir}/mime &> /dev/null || :
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files
-%doc AUTHORS ChangeLog COPYING COPYRIGHT HISTORY README TODO
+%license COPYING
+%doc AUTHORS ChangeLog COPYRIGHT HISTORY README TODO
%doc resources/projectconversion/2_to_3.html resources/help.text
%{_bindir}/%{name}
%{_datadir}/icons/hicolor/*/*/*
@@ -157,6 +143,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/mime/packages/*.xml
%changelog
+* Tue Oct 23 2018 Vasiliy N. Glazov <vascom2(a)gmail.com> - 0.49.5-1
+- Update to 0.49.5
+- Switch to Qt5
+
* Sun Aug 19 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 0.49.3-7
- Rebuilt for Fedora 29 Mass Rebuild binutils issue
6 years, 1 month
[traverso] Update to 0.49.5.
by Vasiliy Glazov
commit df8bf8441d5f70dd08dd413b5f83b987dd349d6b
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Oct 23 14:43:34 2018 +0300
Update to 0.49.5.
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index bc02b3e..e5dd29c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
traverso-0.49.3.tar.gz
+/traverso-0.49.5.tar.gz
diff --git a/sources b/sources
index 9025046..a83aa6e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5fd75197b4f5f10360cc1098878a82f8 traverso-0.49.3.tar.gz
+252fae19f78fd71091f403a8d60f2b66 traverso-0.49.5.tar.gz
6 years, 1 month
[kdenlive] Update kdenlive to 18.08.2
by Leigh Scott
commit 2dca1732526e647ab2b99092c6037cac8fb07b23
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Oct 23 09:04:36 2018 +0100
Update kdenlive to 18.08.2
.gitignore | 1 +
kdenlive.spec | 6 +++++-
sources | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 76a2278..afb4468 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/kdenlive-18.04.1.tar.xz
/kdenlive-18.04.3.tar.xz
/kdenlive-18.08.1.tar.xz
+/kdenlive-18.08.2.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index d30eb80..7476834 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -1,7 +1,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 18.08.1
+Version: 18.08.2
Release: 1%{?dist}
License: GPLv2+
@@ -43,6 +43,7 @@ BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5Plotting)
+BuildRequires: cmake(KF5Purpose)
BuildRequires: cmake(KF5TextWidgets)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(KF5Crash)
@@ -152,6 +153,9 @@ fi
%changelog
+* Tue Oct 23 2018 Leigh Scott <leigh123linux(a)googlemail.com> - 18.08.2-1
+- Update kdenlive to 18.08.2
+
* Mon Sep 17 2018 Sérgio Basto <sergio(a)serjux.com> - 18.08.1-1
- Update kdenlive to 18.08.1
diff --git a/sources b/sources
index d1c11a6..6ddf22a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1038f07652a06b88ab2040cb7dc3e39 kdenlive-18.08.1.tar.xz
+dad14b705a7ee84eb1c2ea25ef61e368 kdenlive-18.08.2.tar.xz
6 years, 1 month
[chromium-freeworld] do not play with fonts on freeworld builds
by hellbanger
commit 8392dd0adc20d4990c4bd484db4e79af760fddd1
Author: Akarshan Biswas <hellbanger(a)ga-lmt-s2.biswasab.org>
Date: Tue Oct 23 12:57:48 2018 +0530
do not play with fonts on freeworld builds
chromium-freeworld.spec | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 8952e15..471d657 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -145,7 +145,7 @@ Name: chromium%{chromium_channel}%{?freeworld:-freeworld}
Name: chromium%{chromium_channel}
%endif
Version: %{majorversion}.0.3497.100
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A WebKit (Blink) powered web browser
Url: http://www.chromium.org/Home
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
@@ -477,6 +477,9 @@ BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pam-devel
BuildRequires: systemd
# for third_party/test_fonts
+%if %{freeworld}
+# dont need fonts for this
+%else
%if 0%{?rhel} == 7
Source100: https://github.com/google/fonts/blob/master/apache/arimo/Arimo-Bold.ttf
Source101: https://github.com/google/fonts/blob/master/apache/arimo/Arimo-BoldItalic...
@@ -504,6 +507,7 @@ BuildRequires: thai-scalable-garuda-fonts
BuildRequires: lohit-devanagari-fonts
BuildRequires: lohit-tamil-fonts
BuildRequires: google-noto-sans-khmer-fonts
+%endif
# using the built from source version on aarch64
BuildRequires: ninja-build
@@ -926,6 +930,9 @@ popd
%endif
# Unpack fonts
+%if %{freeworld}
+# no font fun needed.
+%else
pushd third_party/test_fonts
mkdir test_fonts
cd test_fonts
@@ -965,6 +972,7 @@ cp -a /usr/share/fonts/thai-scalable/Garuda.ttf .
cp -a /usr/share/fonts/lohit-devanagari/Lohit-Devanagari.ttf /usr/share/fonts/lohit-tamil/Lohit-Tamil.ttf .
cp -a /usr/share/fonts/google-noto/NotoSansKhmer-Regular.ttf .
popd
+%endif
# Core defines are flags that are true for both the browser and headless.
CHROMIUM_CORE_GN_DEFINES=""
@@ -1764,6 +1772,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%changelog
+* Tue Oct 16 2018 Tom Callaway <spot(a)fedoraproject.org> - 69.0.3497.100-2
+- do not play with fonts on freeworld builds
+
* Thu Oct 4 2018 Tom Callaway <spot(a)fedoraproject.org> - 69.0.3497.100-1
- update to 69.0.3497.100
6 years, 1 month
[shotcut/f28] Re-add mlt_path.patch
by Martin Gansser
Summary of changes:
08ec2c9... Re-add mlt_path.patch (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[shotcut/f29] Re-add mlt_path.patch
by Martin Gansser
Summary of changes:
08ec2c9... Re-add mlt_path.patch (*)
(*) This commit already existed in another branch; no separate mail sent
6 years, 1 month
[shotcut] Re-add mlt_path.patch
by Martin Gansser
commit 08ec2c97be0219f26aa8f510d39cb98a67285f74
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Oct 23 08:57:48 2018 +0200
Re-add mlt_path.patch
mlt_path.patch | 11 +++++++++++
shotcut.spec | 7 ++++++-
2 files changed, 17 insertions(+), 1 deletion(-)
---
diff --git a/mlt_path.patch b/mlt_path.patch
new file mode 100644
index 0000000..6007da8
--- /dev/null
+++ b/mlt_path.patch
@@ -0,0 +1,11 @@
+--- src/jobs/meltjob.cpp 2016-06-30 21:45:33.000000000 -0600
++++ meltjob-2.cpp 2016-07-12 22:54:00.360113879 -0600
+@@ -54,7 +54,7 @@
+ #ifdef Q_OS_WIN
+ QFileInfo meltPath(shotcutPath, "qmelt.exe");
+ #else
+- QFileInfo meltPath(shotcutPath, "qmelt");
++ QFileInfo meltPath(shotcutPath, "mlt-melt");
+ #endif
+ setReadChannel(QProcess::StandardError);
+ QStringList args;
diff --git a/shotcut.spec b/shotcut.spec
index 662fc88..7d4a8dc 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -4,7 +4,7 @@
Name: shotcut
Version: 18.10.08
-Release: 1%{dist}
+Release: 2%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPLv3+ and LGPLv2+
@@ -12,6 +12,8 @@ URL: http://www.shotcut.org/
Source0: https://github.com/mltframework/shotcut/archive/v%{version}.tar.gz#/%{nam...
# https://forum.shotcut.org/t/appdata-xml-file-for-gnome-software-center/2742
Source1: %{name}.appdata.xml
+# Melt patch /usr/bin/mlt-melt
+Patch0: mlt_path.patch
# shotcut-noupdatecheck.patch -- Disable automatic update check
Patch1: shotcut-noupdatecheck.patch
@@ -179,6 +181,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Tue Oct 23 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.10.08-2
+- Re-add mlt_path.patch
+
* Wed Oct 10 2018 Martin Gansser <martinkg(a)fedoraproject.org> - 18.10.08-1
- Update to 18.10.08
- Dropped mlt_path.patch
6 years, 1 month