[zoneminder/f33] 1.36.12 release
by Andrew Bauer
Summary of changes:
9ea9e32... 1.36.12 release (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[zoneminder/f34] 1.36.12 release
by Andrew Bauer
Summary of changes:
9ea9e32... 1.36.12 release (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[zoneminder/f35] 1.36.12 release
by Andrew Bauer
Summary of changes:
9ea9e32... 1.36.12 release (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[zoneminder] 1.36.12 release
by Andrew Bauer
commit 9ea9e32c998736229c75066ff464bd9ebf879329
Author: Andrew Bauer <zonexpertconsulting(a)outlook.com>
Date: Sat Dec 11 08:42:04 2021 -0600
1.36.12 release
.gitignore | 1 +
sources | 2 +-
zoneminder.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cb325f..4a27bb4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@
/zoneminder-1.36.8.tar.gz
/zoneminder-1.36.10.tar.gz
/zoneminder-1.36.11.tar.gz
+/zoneminder-1.36.12.tar.gz
diff --git a/sources b/sources
index 19942ab..81ddc46 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
SHA512 (cakephp-enum-behavior-1.0-zm.tar.gz) = 26b4fa4e4b53b6add69df506d68cee06c7c153ddb6facb76ff1156c5f558b9a7704e99b54361771195092ae7ab4f493c24135fa5a3f59fae84b6dc33ff3e0bd1
SHA512 (crud-3.2.0.tar.gz) = 57e80ced18ab0810941bae43790ba67e399e1299e3c56d3785247195883640ef4e89d1cf0c67f1886cd3ed8f858e88f6af8632b181ce0912dd92c78c53757748
SHA512 (RtspServer-cd7fd49becad6010a1b8466bfebbd93999a39878.tar.gz) = 33409d1c5ddf506210e14f35ed59135368cf8ebf7d53b47fd86779d6225d27fa09e1a0a02898d651fecaac103891efb4ad35d4dee3081deb07e2e7a944a70560
-SHA512 (zoneminder-1.36.11.tar.gz) = 1b306612c918843571c956bcb2dc6b5b8216c43a84eb0a37fe475cf540a7da864813fb089c1dbd6eb292bd007a2f6d2539e76722c9ef581ac7acbd5206e61622
+SHA512 (zoneminder-1.36.12.tar.gz) = 1ca9dba49c4ec129cdc4bcd24ff99196bb9178d8d15d6512b4ee33765ebceafa9d9d3725e6b521c2a59fd8f0e8540c284be03d758b8b039ed20516dd36a145f9
diff --git a/zoneminder.spec b/zoneminder.spec
index 2fc907e..7901702 100644
--- a/zoneminder.spec
+++ b/zoneminder.spec
@@ -36,7 +36,7 @@
%global _hardened_build 1
Name: zoneminder
-Version: 1.36.11
+Version: 1.36.12
Release: 1%{?dist}
Summary: A camera monitoring and analysis tool
Group: System Environment/Daemons
@@ -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
+* Sat Dec 11 2021 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.36.12-1
+- 1.36.12 release
+
* Thu Nov 18 2021 Andrew Bauer <zonexpertconsulting(a)outlook.com> - 1.36.11-1
- 1.36.11 release
2 years, 11 months
[dvdstyler/f35] (3 commits) ...Upload DVDStyler-3.2.1.tar.bz2
by Sérgio M. Basto
Summary of changes:
975ad52... Rebuilt for new ffmpeg snapshot (*)
805e76f... Update dvdstyler to 3.2.1 (*)
7f29587... Upload DVDStyler-3.2.1.tar.bz2 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 11 months
[ffmpeg] Fix vmaf model name
by Leigh Scott
commit 3287ad0a083a403b4561c643042c8b19681e51fa
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Fri Dec 10 18:05:04 2021 +0000
Fix vmaf model name
fix-vmaf-model-path.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/fix-vmaf-model-path.patch b/fix-vmaf-model-path.patch
index 737bf35..8108dc1 100644
--- a/fix-vmaf-model-path.patch
+++ b/fix-vmaf-model-path.patch
@@ -16,7 +16,7 @@ index 4d49127efc..bd6f4519e8 100644
static const AVOption libvmaf_options[] = {
- {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/local/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
-+ {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/share/model/vmaf_v0.6.1.pkl"}, 0, 1, FLAGS},
++ {"model_path", "Set the model to be used for computing vmaf.", OFFSET(model_path), AV_OPT_TYPE_STRING, {.str="/usr/share/model/vmaf_v0.6.1.json"}, 0, 1, FLAGS},
{"log_path", "Set the file path to be used to store logs.", OFFSET(log_path), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
{"log_fmt", "Set the format of the log (csv, json or xml).", OFFSET(log_fmt), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 1, FLAGS},
{"enable_transform", "Enables transform for computing vmaf.", OFFSET(enable_transform), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS},
2 years, 11 months
[dvdstyler] Upload DVDStyler-3.2.1.tar.bz2
by Sérgio M. Basto
commit 7f29587bf7d43c8d70097e26b503375e4895df76
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Dec 10 20:06:42 2021 +0000
Upload DVDStyler-3.2.1.tar.bz2
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 4536d9c..68ac4ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ DVDStyler-2.9.6.tar.bz2
/DVDStyler-3.1.tar.bz2
/DVDStyler-3.1.1.tar.bz2
/DVDStyler-3.1.2.tar.bz2
+/DVDStyler-3.2.1.tar.bz2
diff --git a/sources b/sources
index 7caeb56..23eca10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d5e977900ade9f57ae1e13c2e50b1ac DVDStyler-3.1.2.tar.bz2
+SHA512 (DVDStyler-3.2.1.tar.bz2) = 09124a6c8db2b8d8072bfe2f7de98474d736a36a66d5124eab1b925da9ca830901f554ca80d9a4403365616001d869237002a2cb467cf3cc11b37aea12ff9d90
2 years, 11 months
[dvdstyler] Update dvdstyler to 3.2.1
by Sérgio M. Basto
commit 805e76fd79cb004c843447fc2e31c7d3929ba065
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Fri Dec 10 20:02:11 2021 +0000
Update dvdstyler to 3.2.1
dvdstyler.appdata.xml | 58 ---------------------------------------------------
dvdstyler.spec | 18 +++++++++-------
fix.patch | 10 +++++++++
3 files changed, 21 insertions(+), 65 deletions(-)
---
diff --git a/dvdstyler.spec b/dvdstyler.spec
index 8f55b31..e3347ec 100644
--- a/dvdstyler.spec
+++ b/dvdstyler.spec
@@ -8,15 +8,15 @@
%global prerel_real .beta3
%global prerel b2
-%global wxsvg_ver 1.5.19
+%global wxsvg_ver 1.5.23-2
Name: dvdstyler
Epoch: 2
-Version: 3.1.2
+Version: 3.2.1
%if 0%{?usesnapshot}
-Release: 15.beta4%{?snapshottag}%{?dist}
+Release: 1%{?dist}
%else
-Release: 9%{?dist}
+Release: 1%{?dist}
%endif
Summary: Cross-platform DVD authoring application
License: GPLv2+
@@ -37,7 +37,7 @@ Source0: %{name}-%{shortcommit0}.tar.bz2
%else
Source0: http://downloads.sourceforge.net/dvdstyler/DVDStyler-%{version}.tar.bz2
%endif
-Source2: %{name}.appdata.xml
+Patch1: fix.patch
# build
BuildRequires: automake
@@ -46,7 +46,7 @@ BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: byacc
# libraries
-BuildRequires: wxGTK3-devel >= 3.0
+BuildRequires: wxGTK-devel >= 3.1
# wxsvg version with wxGTK3
BuildRequires: wxsvg-devel >= %{wxsvg_ver}
BuildRequires: ffmpeg-devel
@@ -87,6 +87,7 @@ create navigational DVD menus similar to those found on most commercial DVDs.
%else
%setup -q -n DVDStyler-%{version}
%endif
+%patch1 -p1
#{__sed} -i 's|_T("xine \\"dvd:/$DIR\\"");|_T("totem \\"dvd://$DIR\\"");|' src/Config.h
# fixes E: script-without-shebang
@@ -121,7 +122,7 @@ desktop-file-install \
%find_lang %{name}
-install -P -m 0644 -D %{SOURCE2} %{buildroot}%{_metainfodir}/%{name}.appdata.xml
+#install -m 0644 -D %{SOURCE2} %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%files -f %{name}.lang
@@ -135,6 +136,9 @@ install -P -m 0644 -D %{SOURCE2} %{buildroot}%{_metainfodir}/%{name}.appdata.xml
%{_metainfodir}/%{name}.appdata.xml
%changelog
+* Fri Dec 03 2021 Sérgio Basto <sergio(a)serjux.com> - 2:3.2.1-1
+- Update dvdstyler to 3.2.1
+
* Thu Nov 11 2021 Leigh Scott <leigh123linux(a)gmail.com> - 2:3.1.2-9
- Rebuilt for new ffmpeg snapshot
diff --git a/fix.patch b/fix.patch
new file mode 100644
index 0000000..d2fcca7
--- /dev/null
+++ b/fix.patch
@@ -0,0 +1,10 @@
+--- DVDStyler-3.2.1/wxVillaLib/PropDlg.cpp 2021-11-07 08:42:36.000000000 +0000
++++ DVDStyler-3.2.1/wxVillaLib/PropDlg.cpp 2019-08-02 21:58:29.000000000 +0100
+@@ -12,7 +12,6 @@
+ #include "utils.h"
+ #include <wx/fontdlg.h>
+ #include <wx/colordlg.h>
+-#include <wx/generic/colrdlgg.h>
+ #include <wx/filedlg.h>
+ #include <wx/dirdlg.h>
+ #include <wx/grid.h>
2 years, 11 months
[get_iplayer] Update to version 3.28.
by mavit
commit 2a5c3f53c03d21e9321d820d9288224d84338770
Author: Peter Oliver <git(a)mavit.org.uk>
Date: Fri Dec 10 18:58:03 2021 +0000
Update to version 3.28.
.gitignore | 1 +
get_iplayer.spec | 7 +++++--
sources | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b63fdd8..7a5e5a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@ get_iplayer-2.94.tar.gz
/get_iplayer-3.25.tar.gz
/get_iplayer-3.26.tar.gz
/get_iplayer-3.27.tar.gz
+/get_iplayer-3.28.tar.gz
diff --git a/get_iplayer.spec b/get_iplayer.spec
index babf839..b4e6dc4 100644
--- a/get_iplayer.spec
+++ b/get_iplayer.spec
@@ -1,6 +1,6 @@
Name: get_iplayer
-Version: 3.27
-Release: 2%{?dist}
+Version: 3.28
+Release: 1%{?dist}
Summary: Lists, records and streams BBC iPlayer TV and radio programmes
Group: Applications/Internet
@@ -102,6 +102,9 @@ fi
%changelog
+* Fri Dec 10 2021 Peter Oliver <rpm(a)mavit.org.uk> - 3.28-1
+- Update to version 3.28.
+
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.27-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
diff --git a/sources b/sources
index 0603cc0..3ccd43c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (get_iplayer-3.27.tar.gz) = 456fde406b1a32787ed7843b65d37cd17c55f3441f59a8a72df00b2edf1cb9d050c61982cce21e9010218a5c0d735f536903ab08b769ac1911a4553aa4ef258f
+SHA512 (get_iplayer-3.28.tar.gz) = 3092c7e2fa9e239e3d30367eef449a911338b96812720492fc65da3d965c2862c95d397eabe87285ffae954c2e59f63c88903d9e470a5547f0902e7da3ddeef5
2 years, 11 months