[mpv-mpris] Update to version 0.6
by sentry
commit 62790a5827146c76480f3270423e85f1bac4d28d
Author: Jan200101 <sentrycraft123(a)gmail.com>
Date: Sat Nov 13 10:05:40 2021 +0100
Update to version 0.6
.gitignore | 3 +--
mpv-mpris.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9d84919..9bda5fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/mpv-mpris-0.4.tar.gz
-/mpv-mpris-0.5.tar.gz
+/mpv-mpris-*.tar.gz
diff --git a/mpv-mpris.spec b/mpv-mpris.spec
index 14896d0..112a2d5 100644
--- a/mpv-mpris.spec
+++ b/mpv-mpris.spec
@@ -1,6 +1,6 @@
Name: mpv-mpris
-Version: 0.5
-Release: 4%{?dist}
+Version: 0.6
+Release: 1%{?dist}
Summary: MPRIS plugin for mpv
License: MIT
@@ -44,6 +44,9 @@ ln -sf %{_libdir}/mpv/mpris.so %{buildroot}/%{_sysconfdir}/mpv/scripts/
%doc README.md
%changelog
+* Sat Nov 13 2021 Maxwell G <gotmax(a)e.email> - 0.6-1
+- Updated to version 0.6
+
* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index fc0a079..a2672a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mpv-mpris-0.5.tar.gz) = 9c28b4f3fdcd6bddf3824125f994807d7a31f8e7398178296dab9d4422d3cc71a0b798ae75fe68c890556c993fb04bf5d7ffa379676312840fdf219bf4a974f7
+SHA512 (mpv-mpris-0.6.tar.gz) = da92e4cf6541f0f18fc1c779ab87eef914e6e76a94bfe1259b323953a11654b228d02c4d352ea0c588308bedc8aa807bdaa41023917629a90d50269f454e256d
3 years
[audacity-freeworld/f34] (4 commits) ...3.1.1
by Leigh Scott
Summary of changes:
6d14879... Rebuilt for new ffmpeg snapshot (*)
d10e068... 3.1.0 (*)
3c009ca... Disable update check (*)
e9e891f... 3.1.1 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[audacity-freeworld/f35] (4 commits) ...3.1.1
by Leigh Scott
Summary of changes:
6d14879... Rebuilt for new ffmpeg snapshot (*)
d10e068... 3.1.0 (*)
3c009ca... Disable update check (*)
e9e891f... 3.1.1 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[audacity-freeworld] 3.1.1
by Leigh Scott
commit e9e891fc220cfb8a84902ad07b449990ec528f46
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Nov 13 08:28:11 2021 +0000
3.1.1
.gitignore | 1 +
audacity-freeworld.spec | 59 ++++++++++---------------------------------------
sources | 2 +-
3 files changed, 14 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 540f779..950eca3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/audacity-wxWidgets-2.4.2.tar.gz
/Audacity-3.0.5.tar.gz
/Audacity-3.1.0.tar.gz
+/Audacity-3.1.1.tar.gz
diff --git a/audacity-freeworld.spec b/audacity-freeworld.spec
index 0cfeabb..4fd92ed 100644
--- a/audacity-freeworld.spec
+++ b/audacity-freeworld.spec
@@ -1,20 +1,11 @@
-%global __requires_exclude ^lib-string-utils.so|^lib-strings.so|^lib-utility.so|^lib-uuid.so
-%global __provides_exclude ^lib-string-utils.so|^lib-strings.so|^lib-utility.so|^lib-uuid.so
+%global __requires_exclude ^lib-audio-devices.so|^lib-basic-ui.so|^lib-components.so|^lib-exceptions.so|^lib-ffmpeg-support.so|^lib-files.so|^lib-math.so|^lib-preferences.so|^lib-project-rate.so|^lib-project.so|^lib-registries.so|^lib-screen-geometry.so|^lib-string-utils.so|^lib-strings.so|^lib-theme.so|^lib-utility.so|^lib-uuid.so|^lib-xml.so
+%global __provides_exclude ^lib-audio-devices.so|^lib-basic-ui.so|^lib-components.so|^lib-exceptions.so|^lib-ffmpeg-support.so|^lib-files.so|^lib-math.so|^lib-preferences.so|^lib-project-rate.so|^lib-project.so|^lib-registries.so|^lib-screen-geometry.so|^lib-string-utils.so|^lib-strings.so|^lib-theme.so|^lib-utility.so|^lib-uuid.so|^lib-xml.so
# Disable rpath checking until upstream fixes the rpath: https://github.com/audacity/audacity/issues/1008
%global __brp_check_rpaths %{nil}
-# Compile options:
-# invoke with: rpmbuild --with ffmpeg --with local_ffmpeg audacity.spec to use local ffmpeg
-%bcond_without ffmpeg
-%bcond_with local_ffmpeg
-
-#global commit0 53a5c930a4b5b053ab06a8b975458fc51cf41f6c
-#global shortcommit0 #(c=#{commit0}; echo ${c:0:7})
-
-Name: audacity-freeworld
-
-Version: 3.1.0
+Name: audacity-freeworld
+Version: 3.1.1
Release: 1%{?dist}
Summary: Multitrack audio editor
License: GPLv2
@@ -25,10 +16,6 @@ Conflicts: %{realname}
Source0: https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
-
-%define tartopdir audacity-minsrc-%{version}
-#define tartopdir audacity-#{commit0}
-
# manual can be installed from the base Fedora Audacity package.
# Fix portmidi detection from cmake
@@ -76,19 +63,14 @@ BuildRequires: wxGTK-devel
BuildRequires: zip
BuildRequires: zlib-devel
BuildRequires: python3
-%if 0%{?rhel} >= 8 || 0%{?fedora}
BuildRequires: libappstream-glib
-%endif
-%if %{with ffmpeg}
-%if ! %{with local_ffmpeg}
-BuildRequires: ffmpeg-devel
-%endif
-%endif
+Recommends: ffmpeg-libs
+
# For new symbols in portaudio
Requires: portaudio%{?_isa} >= 19-16
-ExcludeArch: s390x
+ExcludeArch: s390x
%description
Audacity is a cross-platform multitrack audio editor. It allows you to
@@ -100,10 +82,7 @@ This build has support for mp3 and ffmpeg import/export.
%prep
-%setup -q -n %{realname}-Audacity-%{version}
-
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n %{realname}-Audacity-%{version}
# Make sure we use the system versions.
rm -rf lib-src/{libvamp,libsoxr}/
@@ -141,32 +120,16 @@ export CXXFLAGS="$CFLAGS -std=gnu++11"
-Daudacity_use_lv2=system \
-Daudacity_use_midi=system \
-Daudacity_use_ogg=system \
-%if %{with ffmpeg}
-%if ! %{with local_ffmpeg}
- -Daudacity_use_ffmpeg=loaded \
-%endif
-%else
- -Daudacity_use_fmmpeg=off
-%endif
-
+ -Daudacity_use_ffmpeg=loaded
%cmake_build
-
%install
%cmake_install
-%if 0%{?rhel} >= 8 || 0%{?fedora}
if appstream-util --help | grep -q replace-screenshots ; then
-# Update the screenshot shown in the software center
-#
-# NOTE: It would be *awesome* if this file was pushed upstream.
-#
-# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
-#
appstream-util replace-screenshots %{buildroot}%{_metainfodir}/audacity.appdata.xml \
https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screens...
fi
-%endif
%{find_lang} %{realname}
@@ -179,7 +142,6 @@ cp -pr lib-src/libnyquist/nyquist/Readme.txt %{buildroot}%{_datadir}/doc/%{realn
rm %{buildroot}%{_datadir}/doc/%{realname}/LICENSE.txt
rm -f %{buildroot}%{_prefix}/%{realname}
-
%files -f %{realname}.lang
%{_bindir}/%{realname}
%{_libdir}/%{realname}/
@@ -198,6 +160,9 @@ rm -f %{buildroot}%{_prefix}/%{realname}
%license LICENSE.txt
%changelog
+* Sat Nov 13 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3.1.1-1
+- 3.1.1
+
* Wed Nov 10 2021 Leigh Scott <leigh123linux(a)gmail.com> - 3.1.0-1
- 3.1.0
diff --git a/sources b/sources
index 96fd47d..15961b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Audacity-3.1.0.tar.gz) = ddaad6af31fc96357fdb3f1f8b5e8039c4158545e472bcac01440ae0b0ed54d7839b84b756b13f23c013bac93da8753064194452e4d29fd73a74ec36f1394d88
+SHA512 (Audacity-3.1.1.tar.gz) = 268bb0a20cd73bda48d21f85484fabd1993d0ec518929151b74c7eca722a0833eb728bb82bb2cb1d30117562ebe450b5f3c27485785a9525d8aec5bbd0445961
3 years
[ffmpegthumbnailer] Update to git snapshot
by Leigh Scott
commit c3867b7c386b3008ab1672e418d746a27b727063
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Nov 13 07:41:39 2021 +0000
Update to git snapshot
.gitignore | 1 +
add_audio_cover.patch | 4 ++--
ffmpegthumbnailer.spec | 29 +++++++++++++++--------------
sources | 2 +-
4 files changed, 19 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cac50f3..a0e4ce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ ffmpegthumbnailer-2.0.9.tar.gz
/ffmpegthumbnailer-2.1.2.tar.gz
/ffmpegthumbnailer-2.2.0.tar.gz
/ffmpegthumbnailer-2.2.2.tar.gz
+/ffmpegthumbnailer-d92e191dd793b12cee0a0f685f5a8d8252988399.tar.gz
diff --git a/add_audio_cover.patch b/add_audio_cover.patch
index e5c4aed..b8e38dd 100644
--- a/add_audio_cover.patch
+++ b/add_audio_cover.patch
@@ -4,6 +4,6 @@
[Thumbnailer Entry]
TryExec=ffmpegthumbnailer
Exec=ffmpegthumbnailer -i %i -o %o -s %s -f
--MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg
-+MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;audio/flac;audio/mpeg
+-MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg
++MimeType=video/jpeg;video/mp4;video/mpeg;video/quicktime;video/x-ms-asf;video/x-ms-wm;video/x-ms-wmv;video/x-ms-asx;video/x-ms-wmx;video/x-ms-wvx;video/x-msvideo;video/x-flv;video/x-matroska;application/x-matroska;application/mxf;video/3gp;video/3gpp;video/dv;video/divx;video/fli;video/flv;video/mp2t;video/mp4v-es;video/msvideo;video/ogg;video/vivo;video/vnd.divx;video/vnd.mpegurl;video/vnd.rn-realvideo;application/vnd.rn-realmedia;video/vnd.vivo;video/webm;video/x-anim;video/x-avi;video/x-flc;video/x-fli;video/x-flic;video/x-m4v;video/x-mpeg;video/x-mpeg2;video/x-nsv;video/x-ogm+ogg;video/x-theora+ogg;audio/flac;audio/mpeg
diff --git a/ffmpegthumbnailer.spec b/ffmpegthumbnailer.spec
index 2ee6638..a89e882 100644
--- a/ffmpegthumbnailer.spec
+++ b/ffmpegthumbnailer.spec
@@ -1,24 +1,23 @@
-%undefine __cmake_in_source_build
+%global commit d92e191dd793b12cee0a0f685f5a8d8252988399
+%global date 20210902
+%global shortcommit0 %(c=%{commit}; echo ${c:0:7})
Name: ffmpegthumbnailer
-Version: 2.2.2
-Release: 10%{?dist}
+Version: 2.2.3
+Release: 0.1%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
Summary: Lightweight video thumbnailer that can be used by file managers
License: GPLv2+
URL: https://github.com/dirkvdb/%{name}
-Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
-Patch0: %{url}/commit/339ebc5aa634b4680585d7c36317ab6f162ca2a9.patch#/fix_object_target.patch
-Patch1: add_audio_cover.patch
+Source0: %{url}/archive/%{commit}/%{name}-%{commit}.tar.gz
+Patch0: add_audio_cover.patch
BuildRequires: ffmpeg-devel
BuildRequires: libpng-devel
BuildRequires: libjpeg-devel
-BuildRequires: chrpath
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: ninja-build
BuildRequires: gcc-c++
-%{?el7:BuildRequires: epel-rpm-macros}
%description
@@ -33,18 +32,17 @@ This video thumbnailer can be used to create thumbnails for your video files,
development package.
%prep
-%autosetup -p1
+%autosetup -p1 -n %{name}-%{commit}
chmod -x README INSTALL COPYING AUTHORS
%build
-%cmake3 -DENABLE_GIO=ON -DENABLE_THUMBNAILER=ON -GNinja
+%cmake -DENABLE_GIO=ON -DENABLE_THUMBNAILER=ON -GNinja
-%cmake3_build
+%cmake_build
%install
-%cmake3_install
-#chrpath --delete $RPM_BUILD_ROOT%%{_bindir}/ffmpegthumbnailer
+%cmake_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%ldconfig_scriptlets
@@ -66,6 +64,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
+* Sat Nov 13 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.2.3-0.1.20210902gitd92e191
+- Update to git snapshot
+
* Thu Nov 11 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2.2.2-10
- Rebuilt for new ffmpeg snapshot
diff --git a/sources b/sources
index 2b00b70..91354f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpegthumbnailer-2.2.2.tar.gz) = f18f7293074a818e7937f62eb9616fb1e2a7c3451147581894676e64f8dc4edb4de046e2e86f23cec0a5b938c5b2181a91331e9a1dec0851c3f36b08886e617e
+SHA512 (ffmpegthumbnailer-d92e191dd793b12cee0a0f685f5a8d8252988399.tar.gz) = 5af558e73278fd1522fee87b228c3c3e9363772ea861472653064407f1120e71481c9eeadc85cb8a6bbd045c7fda649df68764145042e319fcefbd65e135cd67
3 years
[libopenshot/f35] (2 commits) ...rebuilt
by Nicolas Chauvet
Summary of changes:
8054df0... Rebuilt for new ffmpeg snapshot (*)
0cc2783... rebuilt (*)
(*) This commit already existed in another branch; no separate mail sent
3 years
[libopenshot] rebuilt
by Nicolas Chauvet
commit 0cc278360c98bc4b8cc767c69928eba9cd2f89ea
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 12 13:02:18 2021 +0100
rebuilt
libopenshot.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index f2747dc..5e78c74 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -5,7 +5,7 @@
Name: libopenshot
Version: 0.2.7
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Library for creating and editing videos
License: LGPLv3+
@@ -113,6 +113,9 @@ applications that use %{name}.
%{ruby_vendorarchdir}/*
%changelog
+* Fri Nov 12 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.7-4
+- rebuilt
+
* Tue Nov 09 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.2.7-3
- Rebuilt for new ffmpeg snapshot
3 years
[zoneminder] Rebuilt for new ffmpeg snapshot
by Leigh Scott
commit 49d45f83b52044e15f3a4d2dd1663ab3803ef5c7
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Nov 12 11:31:12 2021 +0000
Rebuilt for new ffmpeg snapshot
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
zoneminder.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/zoneminder.spec b/zoneminder.spec
index 2ecf50b..7d0c84c 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -37,7 +37,7 @@
Name: zoneminder
Version: 1.36.10
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
# jQuery is under the MIT license: https://jquery.org/license/
@@ -430,6 +430,9 @@ ln -sf %{_sysconfdir}/zm/www/zoneminder.nginx.conf %{_sysconfdir}/zm/www/zonemin
%dir %attr(755,nginx,nginx) %{_localstatedir}/log/zoneminder
%changelog
+* Fri Nov 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.36.10-2
+- Rebuilt for new ffmpeg snapshot
+
* Sat Oct 30 2021 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.36.10-1
- 1.36.10 release
3 years