[qmplay2] Update to 21.03.09 Add BR pkgconfig(libpipewire-0.3)
by Martin Gansser
commit 9f80f1f837228999c6483a2d39bd88b8b44edc8b
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Mar 9 13:09:05 2021 +0100
Update to 21.03.09
Add BR pkgconfig(libpipewire-0.3)
.gitignore | 1 +
qmplay2.spec | 11 ++++++++---
sources | 2 +-
3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3a002c..a776a1a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
/QMPlay2-20.07.04.tar.gz
/QMPlay2-20.12.07.tar.gz
/QMPlay2-20.12.16.tar.gz
+/QMPlay2-21.03.09.tar.gz
diff --git a/qmplay2.spec b/qmplay2.spec
index d6424e7..98aaba5 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -3,8 +3,8 @@
%global pname QMPlay2
Name: qmplay2
-Version: 20.12.16
-Release: 3%{?dist}
+Version: 21.03.09
+Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
URL: http://zaps166.sourceforge.net/?app=QMPlay2
@@ -36,6 +36,7 @@ BuildRequires: pkgconfig(libsidplayfp)
BuildRequires: pkgconfig(libswresample)
BuildRequires: pkgconfig(libswscale)
BuildRequires: pkgconfig(libva)
+BuildRequires: pkgconfig(libpipewire-0.3)
BuildRequires: pkgconfig(taglib)
BuildRequires: pkgconfig(vdpau)
BuildRequires: pkgconfig(xv)
@@ -75,7 +76,7 @@ sed -i '12,33d' src/gui/Unix/QMPlay2.desktop
#lrelease-qt5 QMPlay2.pro
%cmake \
-DCMAKE_BUILD_TYPE='Debug' \
- -GNinja -DUSE_VULKAN=OFF
+ -GNinja -DUSE_VULKAN=OFF -DSOLID_ACTIONS_INSTALL_PATH='/usr/share/solid/actions'
%cmake3_build
@@ -121,6 +122,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_includedir}/%{pname}
%changelog
+* Tue Mar 09 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 21.03.09-1
+- Update to 21.03.09
+- Add BR pkgconfig(libpipewire-0.3)
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 20.12.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index 6979381..8bb9f4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (QMPlay2-20.12.16.tar.gz) = d65320b9237c9df8df01a8766c493dd340b0641b51257058c3d692d242abd77f3075e0f7d053d2c0e3508c98be7c2fde84ef3e3100a9b0d1a89961fb48dc4226
+SHA512 (QMPlay2-21.03.09.tar.gz) = 0359daef8606f5dee0a0d50af0aeeeb34785d18aaca5be09d9d9229d32be9594879ed2ac846a4e9251435e906d7bb80160a6a6ce8f8b45b038f0b8be00e6d326
3 years, 8 months
[kdenlive] Update kdenlive to 20.12.3 Use rttr package
by Sérgio M. Basto
commit e8e149d30cd37dc7f75adf351382643f00ff4537
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Mar 8 15:48:49 2021 +0000
Update kdenlive to 20.12.3
Use rttr package
.gitignore | 1 +
kdenlive.spec | 14 +++++++-------
sources | 3 +--
3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1e5a03..5cf3d04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
/kdenlive-20.12.0.tar.xz
/kdenlive-20.12.1.tar.xz
/kdenlive-20.12.2.tar.xz
+/kdenlive-20.12.3.tar.xz
diff --git a/kdenlive.spec b/kdenlive.spec
index 0aa4fe3..1a98d1c 100644
--- a/kdenlive.spec
+++ b/kdenlive.spec
@@ -3,7 +3,7 @@
Name: kdenlive
Summary: Non-linear video editor
-Version: 20.12.2
+Version: 20.12.3
Release: 1%{?dist}
License: GPLv2+
@@ -15,11 +15,6 @@ URL: http://www.kdenlive.org
%global stable stable
%endif
Source0: https://download.kde.org/%{stable}/release-service/%{version}/src/kdenliv...
-# With 19.04.3 it seems we can't build kdenlive without rttr [3] so it download and add rttr to kdenlive,
-# by patching rttr.CMakeLists.txt with rttr.CMakeLists.patch more mv ../rttr-0.9.6/ rttr/
-#[3] #https://invent.kde.org/kde/kdenlive/blob/master/rttr.CMakeLists.txt
-# https://invent.kde.org/thompsony/kdenlive/commit/2001ceb968f6064efabcd794...
-Source1: https://github.com/rttrorg/rttr/archive/v0.9.6/rttr-0.9.6.tar.gz
Source100: kdenlive-find-lang.sh
Patch0: rttr.CMakeLists.patch
@@ -74,6 +69,7 @@ BuildRequires: pkgconfig(Qt5Script)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5WebKitWidgets)
BuildRequires: pkgconfig(Qt5Widgets)
+BuildRequires: librttr-devel
## workaround for missing dependency in kf5-kio, can remove
## once kf5-kio-5.24.0-2 (or newer is available)
@@ -98,7 +94,7 @@ recent video technologies.
%prep
-%autosetup -p1 -a1
+%autosetup -p1
%build
@@ -166,6 +162,10 @@ fi
%changelog
+* Mon Mar 08 2021 Sérgio Basto <sergio(a)serjux.com> - 20.12.3-1
+- Update kdenlive to 20.12.3
+- Use rttr package
+
* Sat Feb 20 2021 Sérgio Basto <sergio(a)serjux.com> - 20.12.2-1
- Update kdenlive to 20.12.2
diff --git a/sources b/sources
index c84af53..d322370 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-SHA512 (kdenlive-20.12.2.tar.xz) = 9a76e1bc5ab4ac564dd7092f2d29ab8d1648ced4fa6210f60d95c9f3226112b476dcfd044c7965c0841c816bae4e6a8e0e9da111e7846424125fce4b4cf84842
-SHA512 (rttr-0.9.6.tar.gz) = 5c94f037b319568d351ee6d25f1404adce00b40598dce4a331789d5357c059e50aae3894f90e60d37307b7e96f4672ae09d3798bbe47f796ef2044f1ac6f9e50
+SHA512 (kdenlive-20.12.3.tar.xz) = b21c9bd59171969ab84b93bab2617333160521c3b99b61a2182f9d9b5e65c3220b6dd960d71fe5eeb032733127392dafd40748b950b9973e0edfb5ae6317380a
3 years, 8 months
[avidemux] Ensure text margins in current time display are zero (rfbz#5948)
by Leigh Scott
commit 1401f8158be757820fc3e820097fa89eaa885cd9
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Mar 8 12:11:11 2021 +0000
Ensure text margins in current time display are zero (rfbz#5948)
avidemux.spec | 6 +++++-
force_currentTime.patch | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+), 1 deletion(-)
---
diff --git a/avidemux.spec b/avidemux.spec
index 539b063..fc94dd2 100644
--- a/avidemux.spec
+++ b/avidemux.spec
@@ -10,13 +10,14 @@
Name: avidemux
Version: 2.7.8
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Graphical video editing and transcoding tool
License: GPLv2+
URL: http://www.avidemux.org
Source0: http://downloads.sourceforge.net/%{name}/%{name}_%{version}.tar.gz
+Patch0: https://github.com/mean00/avidemux2/commit/991bd96c4b729e62300caf87ff343b...
# Don't try to build on arm, aarch64 or ppc
ExclusiveArch: i686 x86_64
@@ -311,6 +312,9 @@ fi
%changelog
+* Mon Mar 08 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.7.8-2
+- Ensure text margins in current time display are zero (rfbz#5948)
+
* Sun Mar 07 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.7.8-1
- Update to 2.7.8.
diff --git a/force_currentTime.patch b/force_currentTime.patch
new file mode 100644
index 0000000..45c634b
--- /dev/null
+++ b/force_currentTime.patch
@@ -0,0 +1,39 @@
+From 991bd96c4b729e62300caf87ff343b046f41616f Mon Sep 17 00:00:00 2001
+From: eumagga0x2a <eumagga0x2a(a)users.noreply.github.com>
+Date: Sun, 7 Mar 2021 20:28:59 +0100
+Subject: [PATCH] [Qt] Ensure text margins in current time display are zero
+
+Some Qt themes, namely Adwaita, mess with QLineEdit text margins after the
+size of the widget has been calculated, squeezing content partially out of
+view of a fixed size. Reset margins back to zero behind their back.
+---
+ avidemux/qt4/ADM_UIs/src/DIA_flyDialog.cpp | 3 +++
+ avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp | 1 +
+ 2 files changed, 4 insertions(+)
+
+diff --git a/avidemux/qt4/ADM_UIs/src/DIA_flyDialog.cpp b/avidemux/qt4/ADM_UIs/src/DIA_flyDialog.cpp
+index 6f9934a70..643bf778e 100644
+--- a/avidemux/qt4/ADM_UIs/src/DIA_flyDialog.cpp
++++ b/avidemux/qt4/ADM_UIs/src/DIA_flyDialog.cpp
+@@ -260,6 +260,9 @@ bool ADM_flyDialog::addControl(QHBoxLayout *horizontalLayout_4)
+ {
+ _parent->setSizePolicy(QSizePolicy(QSizePolicy::Minimum,QSizePolicy::Minimum));
+ _control=new flyControl(horizontalLayout_4);
++ _parent->adjustSize(); // force currentTime size calculation
++ _control->currentTime->setTextMargins(0,0,0,0); // counteract Adwaita messing with text margins
++
+ QObject::connect(_control->pushButton_next ,SIGNAL(clicked()),this,SLOT(nextImage()));
+ QObject::connect(_control->pushButton_back1mn ,SIGNAL(clicked()),this,SLOT(backOneMinute()));
+ QObject::connect(_control->pushButton_fwd1mn ,SIGNAL(clicked()),this,SLOT(fwdOneMinute()));
+diff --git a/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp b/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp
+index a53c30d68..c2b8a11b2 100644
+--- a/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp
++++ b/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2.cpp
+@@ -550,6 +550,7 @@ MainWindow::MainWindow(const vector<IScriptEngine*>& scriptEngines) : _scriptEng
+ widgetsUpdateTooltips();
+
+ this->adjustSize();
++ ui.currentTime->setTextMargins(0,0,0,0); // some Qt themes mess with text margins
+
+ threshold = RESIZE_THRESHOLD;
+ actZoomCalled = false;
3 years, 8 months
[xpra-codecs-freeworld] Release 4.1.1
by sagitter
commit b647647f97fc25724184e772e18ab8f06019cc6c
Author: Antonio Trande <3974791-anto.trande(a)users.noreply.gitlab.com>
Date: Sun Mar 7 19:05:25 2021 +0100
Release 4.1.1
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40155c3..8e8c352 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ xpra-0.16.3.tar.xz
/xpra-4.0.5.tar.xz
/xpra-4.0.6.tar.xz
/xpra-4.1.tar.gz
+/xpra-4.1.1.tar.gz
diff --git a/sources b/sources
index 48bd59b..0123a87 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-4.1.tar.gz) = 9f7fb17bf05aa265976f4815279368993057a59fc58bb8cf74843419affaae429f6cedfe692c6daaa5a085f3aada2ce3f145667bef0b277faa610895ec26a5bf
+SHA512 (xpra-4.1.1.tar.gz) = 804ea59314559bc6a870461b14eb031db5a2db65ea2e6c7d41dc3f52921d74bb88b0ac9f06d09c671c050e5aaf79da546d6a50dd226fe01b0078c5157875d6fb
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 64494be..e4b3719 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -25,7 +25,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 4.1
+Version: 4.1.1
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -126,6 +126,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Sun Mar 07 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1.1-1
+- Release 4.1.1
+
* Mon Mar 01 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1-1
- Release 4.1
3 years, 8 months
[avidemux/el8] Update to 2.7.8.
by Leigh Scott
Summary of changes:
7a4e1c0... Update to 2.7.8. (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months