[intel-ipu6-kmod] Updated the release to the latest version
by smallorange
commit 84a2eaf9daca9e7bb2756b340f52b0617c602052
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Mon Aug 7 17:28:59 2023 +0800
Updated the release to the latest version
1. Updated ipu6-driver to commit 8e410803b5d31c2c5bf32961f786d205ba6acc5d
2. Updated ivsc-driver to commit cce4377f1539f3e7e8d8b45fbe23e87828ed1de
Signed-off-by: Kate Hsuan <hpa(a)redhat.com>
.gitignore | 2 ++
intel-ipu6-kmod.spec | 22 +++++++++-------------
sources | 4 ++--
3 files changed, 13 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d39d319..f3a36f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@
/ivsc-driver-94ecb88.tar.gz
/ipu6-drivers-dfedab0.tar.gz
/ivsc-driver-c8db12b.tar.gz
+/ipu6-drivers-8e41080.tar.gz
+/ivsc-driver-cce4377.tar.gz
diff --git a/intel-ipu6-kmod.spec b/intel-ipu6-kmod.spec
index 7cd13d8..38eaab9 100644
--- a/intel-ipu6-kmod.spec
+++ b/intel-ipu6-kmod.spec
@@ -3,12 +3,12 @@
%global debug_package %{nil}
%endif
-%global ipu6_commit dfedab03f3856010d37968cb384696038c73c984
-%global ipu6_commitdate 20230220
+%global ipu6_commit 8e410803b5d31c2c5bf32961f786d205ba6acc5d
+%global ipu6_commitdate 20230622
%global ipu6_shortcommit %(c=%{ipu6_commit}; echo ${c:0:7})
-%global ivsc_commit c8db12b907e2e455d4d5586e5812d1ae0eebd571
-%global ivsc_commitdate 20230510
+%global ivsc_commit cce4377f1539f3e7e8d8b45fbe23e87828ed1deb
+%global ivsc_commitdate 20230621
%global ivsc_shortcommit %(c=%{ivsc_commit}; echo ${c:0:7})
%global prjname intel-ipu6
@@ -16,7 +16,7 @@
Name: %{prjname}-kmod
Summary: Kernel module (kmod) for %{prjname}
Version: 0.0
-Release: 5.%{ipu6_commitdate}git%{ipu6_shortcommit}%{?dist}
+Release: 6.%{ipu6_commitdate}git%{ipu6_shortcommit}%{?dist}
License: GPLv2+
URL: https://github.com/intel
@@ -25,9 +25,6 @@ Source1: %{url}/ipu6-drivers/archive/%{ipu6_commit}/ipu6-drivers-%{ipu6_s
# Patches
-Patch10: 0001-cio2-bridge-Fix-compilation-with-kernel.patch
-Patch11: 0002-intel_ipu6_isys-Add-video_nr-module-parameter.patch
-Patch12: 0003-sensors-Use-clk-framework-instead-of-a-clke-GPIO.patch
BuildRequires: gcc
BuildRequires: elfutils-libelf-devel
@@ -53,11 +50,6 @@ This package contains the kmod module for %{prjname}.
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{prjname} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -q -c -a 1
-(cd ipu6-drivers-%{ipu6_commit}
-%patch10 -p1
-%patch11 -p1
-%patch12 -p1
-)
cp -Rp ivsc-driver-%{ivsc_commit}/backport-include ipu6-drivers-%{ipu6_commit}/
cp -Rp ivsc-driver-%{ivsc_commit}/drivers ipu6-drivers-%{ipu6_commit}/
@@ -102,6 +94,10 @@ done
%changelog
+* Mon Aug 7 2023 Kate Hsuan <hpa(a)redhat.com> - 0.0-6.20230622git8e41080
+- Updated ipu6-driver to commit 8e410803b5d31c2c5bf32961f786d205ba6acc5d
+- Updated ivsc-driver to commit cce4377f1539f3e7e8d8b45fbe23e87828ed1deb
+
* Thu Aug 03 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.0-5.20230220gitdfedab0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 0a1b75d..3f22bae 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ivsc-driver-c8db12b.tar.gz) = 08e4717b02906a04b5a5386ff43e87a56fe8f9d463d4403f282d7a827d642b2deb4aac4d4404b334d4a4ce43d1d83eb071e8dc6f630bb41ae4266fd54d919267
-SHA512 (ipu6-drivers-dfedab0.tar.gz) = 60ce473d6d5b91368dd7e408ed841ee72d8bc786e5c43a4413566c8a4498231fc069c137763db48855da25c8e2a4658cb0fad9e4d1bb76386475e4fb81b00664
+SHA512 (ipu6-drivers-8e41080.tar.gz) = 53ea2da2d34e6a046aafe4ac2bb66e9330b727332dcefeebb00bc0727995b6bfeaa43b9e8d93008b67b3b2e18b8fc4a79d843ea4a440cde74bcb1d3d8d78c2fc
+SHA512 (ivsc-driver-cce4377.tar.gz) = 7b7a434908f30601f086cfc4f50ba194caa32d8b8f9bf3f7ef0c68d2fad173df461c1bb9febfd00ddd7d2db05ac5411d074a1018ceebb94537a73589f6b4c66f
1 year, 3 months
[motion] Fix build with webp and gettext.
by Vasiliy Glazov
commit 1faa8b2183cd74a517f5700a195b575048ad5f6c
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Mon Aug 7 09:00:34 2023 +0300
Fix build with webp and gettext.
2d8d68cfcc1cf4fc8861671e185fdf235dcf9740.patch | 161 +++++++++++++++++++++++++
40ecd71ff361442f1579089481619dd7cae90ffd.patch | 24 ++++
motion.spec | 9 +-
3 files changed, 193 insertions(+), 1 deletion(-)
---
diff --git a/2d8d68cfcc1cf4fc8861671e185fdf235dcf9740.patch b/2d8d68cfcc1cf4fc8861671e185fdf235dcf9740.patch
new file mode 100644
index 0000000..7f21166
--- /dev/null
+++ b/2d8d68cfcc1cf4fc8861671e185fdf235dcf9740.patch
@@ -0,0 +1,161 @@
+From 2d8d68cfcc1cf4fc8861671e185fdf235dcf9740 Mon Sep 17 00:00:00 2001
+From: David Seifert <16636962+SoapGentoo(a)users.noreply.github.com>
+Date: Fri, 30 Jun 2023 05:37:50 +0200
+Subject: [PATCH] Gettext 0.22 (#1681)
+
+* po: fix gettext 0.22 format specifier
+
+Bug: https://bugs.gentoo.org/908965
+Bug: https://savannah.gnu.org/bugs/index.php?64334#comment1
+
+* Autotools: fix `make distcheck`
+
+* use correct `dist_` specifiers for including files in tarball
+* do not override `docdir`, since this is a user variable
+* include headers in tarball
+---
+ Makefile.am | 11 +++++------
+ configure.ac | 1 -
+ man/Makefile.am | 1 -
+ po/de.po | 2 +-
+ po/fi.po | 2 +-
+ src/Makefile.am | 52 ++++++++++++++++++++++++++++++++++++-------------
+ 6 files changed, 46 insertions(+), 23 deletions(-)
+ delete mode 100644 man/Makefile.am
+
+diff --git a/Makefile.am b/Makefile.am
+index 3d2f968e2..5ae03cd2c 100644
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,19 +1,18 @@
+ ACLOCAL_AMFLAGS = -I m4
+
+-SUBDIRS = src po man
++SUBDIRS = src po
+
+-sysconfdir = @sysconfdir@/$(PACKAGE)
+-sysconf_DATA = \
++pkgsysconfdir = $(sysconfdir)/@PACKAGE@
++dist_pkgsysconf_DATA = \
+ data/motion-dist.conf \
+ data/camera1-dist.conf \
+ data/camera2-dist.conf \
+ data/camera3-dist.conf \
+ data/camera4-dist.conf
+
+-man_MANS = man/motion.1
++dist_man_MANS = man/motion.1
+
+-docdir = $(datadir)/doc/@PACKAGE@
+-doc_DATA = \
++dist_doc_DATA = \
+ doc/mask1.png \
+ doc/normal.jpg \
+ doc/outputmotion1.jpg \
+diff --git a/configure.ac b/configure.ac
+index dfcf5eae2..ce588f65b 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -496,7 +496,6 @@ AC_CONFIG_FILES([
+ Makefile
+ src/Makefile
+ po/Makefile.in
+- man/Makefile
+ data/camera1-dist.conf
+ data/camera2-dist.conf
+ data/camera3-dist.conf
+diff --git a/man/Makefile.am b/man/Makefile.am
+deleted file mode 100644
+index 14aa069f0..000000000
+--- a/man/Makefile.am
++++ /dev/null
+@@ -1 +0,0 @@
+-man_MANS = motion.1
+\ No newline at end of file
+diff --git a/po/de.po b/po/de.po
+index 9142c9195..ccd5f09d7 100644
+--- a/po/de.po
++++ b/po/de.po
+@@ -3458,7 +3458,7 @@ msgstr "Sprache: Deutsch"
+ #: src/util.c
+ #, c-format
+ msgid "Could not allocate %llu bytes of memory!"
+-msgstr "%Llu Bytes Speicher konnten nicht zugeordnet werden!"
++msgstr "%llu Bytes Speicher konnten nicht zugeordnet werden!"
+
+ #: src/util.c
+ #, c-format
+diff --git a/po/fi.po b/po/fi.po
+index 1afbdb68b..d3117a922 100644
+--- a/po/fi.po
++++ b/po/fi.po
+@@ -3432,7 +3432,7 @@ msgstr "Kieli: englanti"
+ #: src/util.c
+ #, c-format
+ msgid "Could not allocate %llu bytes of memory!"
+-msgstr "%Llu-tavua muistia ei voitu varata!"
++msgstr "%llu-tavua muistia ei voitu varata!"
+
+ #: src/util.c
+ #, c-format
+diff --git a/src/Makefile.am b/src/Makefile.am
+index f93decf55..6f9d02e6b 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,17 +1,43 @@
+-AM_CPPFLAGS= -Dsysconfdir=\"$(sysconfdir)/motion\" -DLOCALEDIR=\"$(DESTDIR)$(localedir)\"
+-
+-if INC_MMAL_SRC
+-MMAL_SRC=raspicam/RaspiCamControl.c raspicam/RaspiCLI.c
+-endif
+-
+-LIBS = @LIBINTL@ @LIBS@
++AM_CPPFLAGS= -Dsysconfdir=\"$(sysconfdir)/motion\" -DLOCALEDIR=\"$(localedir)\"
++LDADD = $(LIBINTL)
+
+ bin_PROGRAMS = motion
+
+-motion_SOURCES = motion.c logger.c conf.c draw.c jpegutils.c video_loopback.c \
+- video_v4l2.c video_common.c video_bktr.c netcam.c netcam_http.c netcam_ftp.c \
+- netcam_jpeg.c netcam_wget.c netcam_rtsp.c track.c alg.c event.c picture.c \
+- rotate.c translate.c ffmpeg.c util.c dbse.c webu_status.c \
+- webu.c webu_html.c webu_stream.c webu_text.c mmalcam.c $(MMAL_SRC)
+-
++motion_SOURCES = \
++ alg.h alg.c \
++ conf.h conf.c \
++ dbse.h dbse.c \
++ draw.h draw.c \
++ event.h event.c \
++ ffmpeg.h ffmpeg.c \
++ jpegutils.h jpegutils.c \
++ logger.h logger.c \
++ mmalcam.h mmalcam.c \
++ motion.h motion.c \
++ netcam.h netcam.c \
++ netcam_ftp.h netcam_ftp.c \
++ netcam_http.h netcam_http.c \
++ netcam_jpeg.h netcam_jpeg.c \
++ netcam_rtsp.h netcam_rtsp.c \
++ netcam_wget.h netcam_wget.c \
++ picture.h picture.c \
++ rotate.h rotate.c \
++ track.h track.c \
++ translate.h translate.c \
++ util.h util.c \
++ video_bktr.h video_bktr.c \
++ video_common.h video_common.c \
++ video_loopback.h video_loopback.c \
++ video_v4l2.h video_v4l2.c \
++ webu.h webu.c \
++ webu_html.h webu_html.c \
++ webu_status.h webu_status.c \
++ webu_stream.h webu_stream.c \
++ webu_text.h webu_text.c \
++ mmx.h pwc-ioctl.h
+
++if INC_MMAL_SRC
++motion_SOURCES += \
++ raspicam/RaspiCamControl.h raspicam/RaspiCamControl.c \
++ raspicam/RaspiCLI.h raspicam/RaspiCLI.c
++endif
diff --git a/40ecd71ff361442f1579089481619dd7cae90ffd.patch b/40ecd71ff361442f1579089481619dd7cae90ffd.patch
new file mode 100644
index 0000000..71019ab
--- /dev/null
+++ b/40ecd71ff361442f1579089481619dd7cae90ffd.patch
@@ -0,0 +1,24 @@
+From 40ecd71ff361442f1579089481619dd7cae90ffd Mon Sep 17 00:00:00 2001
+From: Piotr Mionskowski <piotr.mionskowski(a)gmail.com>
+Date: Sun, 9 Jul 2023 01:44:49 +0200
+Subject: [PATCH] Include libwebp when WEBP is enabled
+
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index ce588f65..ee45ac37 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -191,8 +191,8 @@ AS_IF([test "${WEBP}" = "yes" ], [
+ AS_IF([pkg-config libwebpmux ], [
+ AC_MSG_RESULT(yes)
+ AC_DEFINE([HAVE_WEBP], [1], [Define to 1 if WEBP is around])
+- TEMP_CFLAGS="$TEMP_CFLAGS "`pkg-config --cflags libwebpmux`
+- TEMP_LIBS="$TEMP_LIBS "`pkg-config --libs libwebpmux`
++ TEMP_CFLAGS="$TEMP_CFLAGS "`pkg-config --cflags libwebpmux libwebp`
++ TEMP_LIBS="$TEMP_LIBS "`pkg-config --libs libwebpmux libwebp`
+ ],[
+ AC_MSG_RESULT(no)
+ ]
diff --git a/motion.spec b/motion.spec
index 089f8f1..79f8ae5 100644
--- a/motion.spec
+++ b/motion.spec
@@ -24,7 +24,7 @@
Name: motion
Version: 4.5.1
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A motion detection system
License: GPL-2.0-or-later
@@ -32,6 +32,10 @@ URL: https://motion-project.github.io/
Source0: https://github.com/Motion-Project/motion/archive/release-%{version}.tar.g...
Source1: motion.service
Source2: motion.tmpfiles
+# https://github.com/Motion-Project/motion/commit/40ecd71ff361442f157908948...
+Patch0: 40ecd71ff361442f1579089481619dd7cae90ffd.patch
+# https://github.com/Motion-Project/motion/issues/1700
+Patch1: 2d8d68cfcc1cf4fc8861671e185fdf235dcf9740.patch
BuildRequires: libjpeg-devel
BuildRequires: zlib-devel
@@ -139,6 +143,9 @@ find /var/motion -user root -group root -exec chown motion:video '{}' ';'
%{_tmpfilesdir}/%{name}.conf
%changelog
+* Fri Aug 04 2023 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.5.1-4
+- Fix Build with webp
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 4.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
1 year, 3 months
[live555] Moved to fedora
by Leigh Scott
commit 85d4f7fb3684759b0e5a5617ee5f6a8b3a092b1f
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 6 17:32:03 2023 +0100
Moved to fedora
.gitignore | 1 -
dead.package | 1 +
live555.spec | 461 -----------------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 463 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9c61d12
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to fedora
1 year, 3 months
[libopenshot-audio] Moved to Fedora
by Sérgio M. Basto
commit 27d9d98e2815245aeef01f6ca1d8c145bb64bfbb
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 6 16:17:41 2023 +0100
Moved to Fedora
.gitignore | 16 -----
dead.package | 1 +
libopenshot-audio.spec | 163 -------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 180 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3aa0b6e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora
1 year, 3 months
[libopenshot] Moved to Fedora
by Sérgio M. Basto
commit 3ddd33e9da5fb80fd4601ad7a067af20de84f846
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sun Aug 6 16:15:34 2023 +0100
Moved to Fedora
.gitignore | 21 ----
dead.package | 1 +
libopenshot.spec | 335 -------------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 357 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..3aa0b6e
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to Fedora
1 year, 3 months
[live555] Revert "Moved to fedora"
by Leigh Scott
commit 4ad6377e12828c378a5161a12888f35b2da4bed3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 6 16:13:37 2023 +0100
Revert "Moved to fedora"
This reverts commit 56bd6f8b12dacf018acc25a42d0835020784032a.
.gitignore | 1 +
dead.package | 1 -
live555.spec | 461 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 463 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d829e5a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/live.*.tar.gz
diff --git a/live555.spec b/live555.spec
new file mode 100644
index 0000000..c6f60d4
--- /dev/null
+++ b/live555.spec
@@ -0,0 +1,461 @@
+Name: live555
+Version: 2023.03.30
+Release: 2%{?dist}
+Summary: Live555.com streaming libraries
+
+License: LGPLv2+
+URL: http://live555.com/liveMedia/
+Source0: %{url}/public/live.%{version}.tar.gz
+
+BuildRequires: gcc-c++
+BuildRequires: openssl-devel
+
+# Packages using live555 must Requires this:
+#%%{?live555_version:Requires: live555%%{?_isa} = %%{live555_version}}
+
+
+%description
+This code forms a set of C++ libraries for multimedia streaming,
+using open standard protocols (RTP/RTCP, RTSP, SIP). These
+libraries - which can be compiled for Unix (including Linux and Mac OS X),
+Windows, and QNX (and other POSIX-compliant systems) - can be used
+to build streaming applications.
+The libraries can also be used to stream, receive, and process MPEG,
+H.263+ or JPEG video, and several audio codecs. They can easily be
+extended to support additional (audio and/or video) codecs, and can
+also be used to build basic RTSP or SIP clients and servers, and have
+been used to add streaming support to existing media player applications.
+
+%package devel
+Summary: Development files for live555.com streaming libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+This code forms a set of C++ libraries for multimedia streaming,
+using open standard protocols (RTP/RTCP, RTSP, SIP). These
+libraries - which can be compiled for Unix (including Linux and Mac OS X),
+Windows, and QNX (and other POSIX-compliant systems) - can be used
+to build streaming applications.
+The libraries can also be used to stream, receive, and process MPEG,
+H.263+ or JPEG video, and several audio codecs. They can easily be
+extended to support additional (audio and/or video) codecs, and can
+also be used to build basic RTSP or SIP clients and servers, and have
+been used to add streaming support to existing media player applications.
+
+%package tools
+Summary: RTSP streaming tools using live555.com streaming libraries
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description tools
+This code forms a set of C++ libraries for multimedia streaming,
+using open standard protocols (RTP/RTCP, RTSP, SIP). These
+libraries - which can be compiled for Unix (including Linux and Mac OS X),
+Windows, and QNX (and other POSIX-compliant systems) - can be used
+to build streaming applications.
+The libraries can also be used to stream, receive, and process MPEG,
+H.263+ or JPEG video, and several audio codecs. They can easily be
+extended to support additional (audio and/or video) codecs, and can
+also be used to build basic RTSP or SIP clients and servers, and have
+been used to add streaming support to existing media player applications.
+
+This package contains the live555.com streaming server
+(live555MediaServer), the example programs (openRTSP, playSIP, sapWatch,
+vobStreamer) and a variety of test tools.
+
+
+%prep
+%setup -q -n live
+sed -i -e "s|-O2|%{optflags}|" \
+ config.linux-with-shared-libraries
+
+
+%build
+./genMakefiles %{_target_os}-with-shared-libraries
+%make_build LDFLAGS="%{?__global_ldflags}"
+
+
+%install
+%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir}
+
+#RPM Macros support
+mkdir -p %{buildroot}%{rpmmacrodir}
+cat > %{buildroot}%{rpmmacrodir}/macros.%{name} << EOF
+# live555 RPM Macros
+%live555_version %{version}
+EOF
+touch -r COPYING %{buildroot}%{rpmmacrodir}/macros.%{name}
+
+#Fix library dependency detection
+chmod +x %{buildroot}%{_libdir}/*.so*
+
+
+%ldconfig_scriptlets
+
+
+%files
+%license COPYING
+%{_libdir}/libBasicUsageEnvironment.so.2*
+%{_libdir}/libgroupsock.so.30*
+%{_libdir}/libliveMedia.so.107*
+%{_libdir}/libUsageEnvironment.so.3*
+
+%files tools
+%{_bindir}/*
+
+%files devel
+%doc README
+%{rpmmacrodir}/macros.%{name}
+%{_libdir}/libBasicUsageEnvironment.so
+%{_libdir}/libgroupsock.so
+%{_libdir}/libliveMedia.so
+%{_libdir}/libUsageEnvironment.so
+%{_includedir}/BasicUsageEnvironment/
+%{_includedir}/groupsock/
+%{_includedir}/liveMedia/
+%{_includedir}/UsageEnvironment/
+
+
+%changelog
+* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2023.03.30-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Mon Apr 10 2023 Leigh Scott <leigh123linux(a)gmail.com> - 2023.03.30-1
+- Update to 2023.03.30
+
+* Sun Nov 06 2022 Leigh Scott <leigh123linux(a)gmail.com> - 2022.10.01-1
+- Update to 2022.10.01
+
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2022.07.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
+* Fri Jul 15 2022 Leigh Scott <leigh123linux(a)gmail.com> - 2022.07.14-1
+- Update to 2022.07.14
+
+* Tue Feb 22 2022 Nicolas Chauvet <kwizart(a)gmail.com> - 2022.02.07-1
+- Update to 2022.02.07
+
+* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2022.01.06-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Sun Jan 09 2022 Sérgio Basto <sergio(a)serjux.com> - 2022.01.06-1
+- Update live555 to 2022.01.06
+
+* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2020.07.31-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2020.07.31-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2020.07.31-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Sat Aug 01 2020 Leigh Scott <leigh123linux(a)gmail.com> - 2020.07.31-1
+- Update to 2020.07.31
+
+* Mon Apr 13 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 2020.04.12-1
+- Update to 2020.04.12
+
+* Thu Mar 05 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 2020.02.25-1
+- Update to 2020.02.25
+
+* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2019.07.27-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Fri Aug 09 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2019.07.27-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Tue Aug 06 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2019.07.27-1
+- Update to 2019.07.27
+
+* Mon Jul 22 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2019.06.28-2
+- Rebuilt
+
+* Mon Jul 01 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2019.06.28-1
+- Update to 2019.06.28
+
+* Sat Apr 06 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2019.03.06-1
+- Update to 2019.03.06
+
+* Tue Mar 05 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2019.02.27-1
+- Update to 2019.02.27
+
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 2019.02.03-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Tue Feb 26 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 2019.02.03-1
+- Update to 2019.02.03
+
+* Sat Oct 20 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2018.10.17-1
+- Update to 2018.10.17
+
+* Fri Sep 21 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2018.09.18-1
+- Update to 2018.09.18
+
+* Tue Jul 24 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 2018.07.07-1
+- Update to 2018.07.07
+
+* Thu May 10 2018 Alexandre Detiste <alexandre(a)detiste.be> - 2018.04.25-1
+- Update to 2018.04.25
+
+* Sun Mar 11 2018 Alexandre Detiste <alexandre(a)detiste.be> - 2018.02.28-1
+- Update to 2018.02.28
+- Remove workaround for 'xlocale.h' introduced in 2017.06.04-1,
+ not needed anymore
+
+* Sun Feb 25 2018 Alexandre Detiste <alexandre(a)detiste.be> - 2018.02.18-1
+- Update to 2018.02.18
+
+* Fri Feb 02 2018 Alexandre Detiste <alexandre(a)detiste.be> - 2018.01.29-1
+- Update to 2018.01.29
+
+* Fri Nov 24 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.10.28-1
+- Update to 2017.10.28
+
+* Sun Sep 24 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.09.12-1
+- Update to 2017.09.12
+
+* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2017.07.18-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Tue Jul 25 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.07.18-1
+- Update to 2017.07.18
+
+* Sun Jul 16 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.06.04-1
+- New release
+- Use sed to out include of obsolete 'xlocale.h'
+ https://bugzilla.redhat.com/show_bug.cgi?id=1464640
+
+* Tue May 23 2017 Alexandre Detiste <alexandre(a)detiste.be> - 2017.04.26-1
+- New release
+
+* Sun Mar 19 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 2017.01.26-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Mon Feb 20 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 2017.01.26-1
+- Update to 2017.01.26
+- Switch to %%{rpmmacrodir}
+
+* Mon Dec 12 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2016.11.28-1
+- Update to 2016.11.28
+- Switch to RPM based macros
+
+* Fri Oct 28 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2016.10.21-1
+- Update to 2016.10.21
+
+* Tue Aug 16 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 2016.07.19-3
+- Add hardening flags to LDFLAGS
+
+* Thu Jul 28 2016 Nicolas Chauvet <nicolas.chauvet(a)kwizart.fr> - 2016.07.19-2
+- Update to 2016.07.19
+
+* Sun May 22 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 2016.05.20-1
+- Update to 2016.05.20
+
+* Sat Oct 24 2015 Nicolas Chauvet <kwizart(a)gmail.com> - 2015.10.12-1
+- Update to 2015.10.12
+
+* Tue Oct 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2014.10.21-1
+- Update to 2014.10.21
+
+* Mon Sep 01 2014 Sérgio Basto <sergio(a)serjux.com> - 2014.02.04-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Tue Feb 04 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2014.02.04-1
+- Update to 2014.02.04
+
+* Thu Nov 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2013.11.26-1
+- Update to 2013.11.26
+
+* Mon Sep 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2013.08.28-3
+- Rebuilt
+
+* Wed Aug 28 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2013.08.28-2
+- Update to 2013.08.28
+
+* Sat May 25 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2013.04.30-1
+- Update to 2013.04.30
+
+* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2013.01.25-1
+- Update to 2013.01.25
+
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2013.01.19-1
+- Update to 2013.01.19
+- Spec file cleanup
+- Drop upstreamed patches
+- Drop static built, not usefull with standard options
+- Rename the %%live555date macro to %%live555_version
+ Dependencies must use the later instead.
+
+* Thu Oct 18 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.38.2012.10.18
+- Update to 2012.10.18
+
+* Tue May 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.37.2012.04.27
+- Update to 2012.04.27
+
+* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.36.2012.02.04
+- Rebuilt for c++ ABI breakage
+
+* Sun Feb 19 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.35.2012.02.04
+- Update to 2012.02.04
+
+* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.34.2012.01.25
+- Update to 2012.01.25
+- Drop merged patch
+- Back to LGPLv+2 license
+
+* Mon Sep 19 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.32.2011.09.02
+- Update to 2011.09.02
+- Reorder patches
+- Add live-cloexec.patch and live-intptr.patch (rebased) from Rémi.
+
+* Tue Jan 25 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.30.2011.01.24
+- Update to 2011.01.24
+- Update live555 patches from Rémi.
+- Use RPM macro to workaround inconsistent ABI dependency.
+
+* Tue Jun 22 2010 Nicolas Chauvet <kwizart(a)gmail.com> - 0-0.28.2010.06.22
+- Update to 2010.06.22
+
+* Sat May 1 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0-0.27.2010.04.09
+- Update to 2010.04.09
+- Add patches from Rémi Denis-Courmont - provided as GPLv2+
+- Distribute live555 as GPLv2+
+
+* Thu Jan 28 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0-0.26.2010.01.22
+- Update to 2010.01.22
+ Fix multicast with openRTSP
+
+* Sat Jan 16 2010 Nicolas Chauvet <kwizart(a)fedoraproject.org> - 0-0.25.2010.01.16
+- Update to 2010.01.16
+- Update patch for shared library
+
+* Mon Aug 17 2009 kwizart < kwizart at gmail.com > - 0-0.24.2009.07.28
+- 2009.07.28
+- Revert circle dependency (prefer undefined non_weak_symbol)
+- Disable static libraries compiled with fpic.
+- Use c++ to link - BZ #564
+
+* Fri Apr 17 2009 kwizart < kwizart at gmail.com > - 0-0.23.2009.04.07
+- Unified patches. (unrelevant fixes dropped).
+
+* Tue Apr 07 2009 Dominik Mierzejewski <rpm[AT]greysector.net> - 0-0.22.2009.04.07
+- 2009.04.07
+- use new debian patchset
+
+* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0-0.21.2008.07.25
+- rebuild for new F11 features
+
+* Sun Aug 17 2008 Dominik Mierzejewski <rpm[AT]greysector.net> - 0-0.20.2008.07.25
+- 2008.07.25
+- devel-static -> static, per Fedora guidelines
+- specfile whitespace cosmetics
+- made tools depend on specific version until we have a stable ABI
+- added proper obsoletes/provides to devel
+- made -tools binaries installation independent of umask
+
+* Mon May 5 2008 kwizart < kwizart at gmail.com > - 0-0.19.2008.04.03
+- Rename package from live to live555
+ (live555-devel-static provides live-devel for compat)
+- Enable shared build
+- Split static pic and nopic into devel-static
+
+* Sun Apr 06 2008 Dominik Mierzejewski <rpm[AT]greysector.net> - 0-0.18.2008.04.03
+- 2008.04.03
+
+* Sun Feb 24 2008 Dominik Mierzejewski <rpm[AT]greysector.net> - 0-0.17.2008.02.08
+- 2008.02.08
+- added tools subpackage
+
+* Sat Dec 01 2007 Dominik Mierzejewski <rpm[AT]greysector.net> - 0-0.16.2007.11.18
+- 2007.11.18
+- fix CVE-2007-6036 (bug #1728)
+- fix license tag
+- store changelog.txt locally, because the one on the website is constantly updated
+
+* Thu May 17 2007 Dominik Mierzejewski <rpm[AT]greysector.net> - 0-0.15.2007.04.24a
+- 2007.04.24a
+- use Debian patches
+
+* Mon Sep 25 2006 Dams <anvil[AT]livna.org> - 0-0.13.2006.08.07%{?dist}
+- Release bump
+
+* Fri Aug 18 2006 Ville Skyttä <ville.skytta at iki.fi> - 0-0.12.2006.08.07
+- changelog.txt changed upstream :(
+
+* Thu Aug 10 2006 Ville Skyttä <ville.skytta at iki.fi> - 0-0.11.2006.08.07
+- 2006.08.07.
+- Drop no longer needed live Obsoletes and Provides.
+- Install into usual system locations, ship both PIC and non-PIC libs
+ (from Debian).
+
+* Thu Jun 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0-0.11.2006.06.22
+- 2006.06.22.
+- Re-enable parallel make.
+
+* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- switch to new release field
+- add another 0 for switch cvs -> release
+
+* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- add dist
+
+* Thu Feb 23 2006 Ville Skyttä <ville.skytta at iki.fi> 0-0.lvn.11.2006.02.15
+- Update to 2006.02.15.
+
+* Mon Jan 16 2006 Adrian Reber <adrian(a)lisas.de> - 0-0.lvn.11.2006.01.05
+- Updated to 2006.01.05
+- Drop Epoch
+
+* Tue Aug 9 2005 Ville Skyttä <ville.skytta at iki.fi> 0:0-0.lvn.10.2005.08.09
+- 2005.08.09.
+- Rename binary package to -devel.
+- Ship changelog.txt.
+- Clean up unused stuff from specfile.
+
+* Tue Dec 28 2004 Dams <anvil[AT]livna.org> - 0:0-0.lvn.10.2004.12.23
+- Updated to version 2004.12.23
+
+* Fri Nov 12 2004 Dams <anvil[AT]livna.org> - 0:0-0.lvn.9.2004.11.11a
+- Updated to version 2004.11.11a
+
+* Thu May 20 2004 Dams <anvil[AT]livna.org> - 0:0-0.lvn.8.2004.05.19
+- Added Source1:changelog.txt
+
+* Thu May 20 2004 Dams <anvil[AT]livna.org> - 0:0-0.lvn.7.2004.05.19
+- Updated version
+- URL in Source0
+
+* Sun Apr 4 2004 Dams <anvil[AT]livna.org> 0:0-0.lvn.6.2004.03.31
+- Removed testprograms package
+
+* Wed Mar 31 2004 Dams <anvil[AT]livna.org> 0:0-0.lvn.5.2004.03.31
+- Updated version 2004-03-31
+
+* Wed Jan 7 2004 Dams <anvil[AT]livna.org> 0:0-0.fdr.4.2003.11.25
+- Patch from Marius to make makefile honor rpm optflags
+- Removed URL in Source0
+
+* Wed Jan 7 2004 Dams <anvil[AT]livna.org> 0:0-0.fdr.3.2003.11.25
+- Removed all .o files
+
+* Fri Dec 12 2003 Dams <anvil[AT]livna.org> 0:0-0.fdr.2.2003.11.25
+- Snipped the devel pacakge.
+
+* Fri Dec 12 2003 Dams <anvil[AT]livna.org> 0:0-0.fdr.1.2003.11.25
+- Version-Release respecting fedora.us guidelines
+- Spec file cleanup.
+
+* Sat Nov 29 2003 Peter Backlund <peter dot backlund at home dot se> - 0:0.0.2003.11.25-0.fdr.1
+- Added 0.0. to version, to allow for upgrade to 0.x/1.x release
+
+* Sat Nov 29 2003 Peter Backlund <peter dot backlund at home dot se> - 0:2003.11.25-0.fdr.1
+- New upstream release
+
+* Sun Nov 16 2003 Peter Backlund <peter dot backlund at home dot se> - 0:2003.11.14-0.fdr.2
+- Removed unnecessary BuildReq.
+- Removed smp job macro.
+- Replaced sed with perl.
+
+* Fri Nov 14 2003 Peter Backlund <peter dot backlund at home dot se> - 0:2003.11.14-0.fdr.1
+- Initial RPM release.
diff --git a/sources b/sources
new file mode 100644
index 0000000..611aa44
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (live.2023.03.30.tar.gz) = 84dcc9af7fcfd565342b913e8420e2cca9b45e9a8ff74c04ef8e32449f6bbf35eb594ba48ae06d93efe6ec4c3d7c6812ce5989d02676398cdbd63f2ec0042b68
1 year, 3 months
[vlc/f38] Rebuild
by Leigh Scott
Summary of changes:
a3d1f69... Rebuild (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 3 months
[vlc] Rebuild
by Leigh Scott
commit a3d1f690d99aaf1528d4ec3874015b23d22d0e6d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 6 15:09:41 2023 +0100
Rebuild
vlc.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vlc.spec b/vlc.spec
index c7217b9..c15cc74 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -59,7 +59,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.19
-Release: 0.6%{?dist}
+Release: 0.7%{?dist}
License: GPLv2+
URL: https://www.videolan.org
Source0: https://code.videolan.org/videolan/vlc/-/archive/%{commit0}/vlc-%{shortco...
@@ -605,6 +605,9 @@ fi || :
%changelog
+* Sun Aug 06 2023 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.19-0.7
+- rebuilt
+
* Fri Jul 28 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.19-0.6
- Drop onevpl for now (see rfbz#6711)
1 year, 3 months
[live555] Moved to fedora
by Leigh Scott
commit 56bd6f8b12dacf018acc25a42d0835020784032a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Aug 6 15:05:25 2023 +0100
Moved to fedora
.gitignore | 1 -
dead.package | 1 +
live555.spec | 461 -----------------------------------------------------------
sources | 1 -
4 files changed, 1 insertion(+), 463 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..9c61d12
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Moved to fedora
1 year, 3 months