[vdr-mpv/f32] Update to 1.0.0
by Martin Gansser
Summary of changes:
5320305... Update to 1.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-mpv/f33] Update to 1.0.0
by Martin Gansser
Summary of changes:
5320305... Update to 1.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-mpv/f34] Update to 1.0.0
by Martin Gansser
Summary of changes:
5320305... Update to 1.0.0 (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[vdr-mpv] Update to 1.0.0
by Martin Gansser
commit 53203058ea2a9b5b2c25339dccb7965ca9ac415c
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Mar 3 08:21:09 2021 +0100
Update to 1.0.0
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e3ad96f..284aa2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/vdr-mpv-0.5.0.tar.gz
/vdr-mpv-0.5.1.tar.gz
/vdr-mpv-0.5.2.tar.gz
+/vdr-mpv-1.0.0.tar.gz
diff --git a/sources b/sources
index 8a4cb1c..646b772 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-0.5.2.tar.gz) = cb8275a3ec1ed1e6d4b20cf3b3b23568f74591ebc982a411bb30ab190d4dd93dec33e7512a325675a2e7c57cdeef2ed56e322d96959e921106a1594102f4ade1
+SHA512 (vdr-mpv-1.0.0.tar.gz) = 6dd7e53f34516092deea5c98bde62555e2a5894a52cf8563b243d4c49521060fddf443abd52ebaa4164bdae35e2710c6a8228f4eedae168b775a6caf06342faf
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 87d7c2f..ed2cf15 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,7 +1,7 @@
%global pname mpv
Name: vdr-%{pname}
-Version: 0.5.2
+Version: 1.0.0
Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
@@ -41,6 +41,9 @@ make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" %{?_smp_mflags} all
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Wed Mar 03 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.0.0-1
+- Update to 1.0.0
+
* Sat Feb 13 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 0.5.2-1
- Update to 0.5.2
3 years, 8 months
[xv] Fix jas_memdump replacement function
by Paul Howarth
commit f10b7e0ed1f48864fd5f30659438dad1a92f778c
Author: Paul Howarth <paul(a)city-fan.org>
Date: Tue Mar 2 21:28:19 2021 +0000
Fix jas_memdump replacement function
xv-3.10a-jas_memdump.patch | 11 +++++++++++
xv.spec | 9 ++++++++-
2 files changed, 19 insertions(+), 1 deletion(-)
---
diff --git a/xv-3.10a-jas_memdump.patch b/xv-3.10a-jas_memdump.patch
new file mode 100644
index 0000000..9446b5c
--- /dev/null
+++ b/xv-3.10a-jas_memdump.patch
@@ -0,0 +1,11 @@
+--- xvjp2k.c
++++ xvjp2k.c
+@@ -76,7 +76,7 @@ static const char *fbasename, /* File's
+ */
+ int jas_getdbglevel(void) {return 0;}
+ int jas_setdbglevel(int n) {return 0;}
+-int jas_memdump(FILE *fp,void *data,size_t len) {return 0;}
++int jas_memdump(FILE *fp,const void *data,size_t len) {return 0;}
+
+ int jas_eprintf(const char *fmt,...) /* Handle JasPer Library message */
+ {
diff --git a/xv.spec b/xv.spec
index 3885187..63ac033 100644
--- a/xv.spec
+++ b/xv.spec
@@ -36,6 +36,7 @@ Patch9: xv-3.10a-png-itxt.patch
Patch10: xv-3.10a-smooth-fix2.patch
Patch11: xv-3.10a-signal.patch
Patch12: xv-3.10a-gcc10.patch
+Patch13: xv-3.10a-jas_memdump.patch
BuildRequires: gcc
BuildRequires: libtiff-devel
@@ -166,6 +167,9 @@ rm ../%{name}-%{vprog}-jumbo-fix-enh-patch-%{vjumbo}.txt
# Fix FTBFS with GCC 10
%patch12 -p0
+# Fix jas_memdump replacement function
+%patch13 -p0
+
# Include permission to distribute
install -m 0644 -p %{SOURCE2} .
@@ -278,7 +282,10 @@ done
%doc %{_docdir}/%{name}-%{vprog}/manuals/
%changelog
-* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.10a.jumbopatch.20070520-36
+* Tue Mar 2 2021 Paul Howarth <paul(a)city-fan.org> - 3.10a.jumbopatch.20070520-36
+- Fix jas_memdump replacement function
+
+* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Wed Aug 19 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 3.10a.jumbopatch.20070520-35
3 years, 9 months
[vlc/f34] Update snapshot
by Leigh Scott
Summary of changes:
6bbbaea... Update snapshot (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 9 months
[vlc] Update snapshot
by Leigh Scott
commit 6bbbaeafbf0ef167a71e438a47bd9f27b64210a3
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Mar 2 17:03:47 2021 +0000
Update snapshot
sources | 2 +-
vlc.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 4b4d01d..cb56ed3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vlc-a66f141.tar.gz) = efd0bb066bf71d5fde2539e1308844d1b2e6acfe25bf128a68d8c50eda7f4a1709a92e2a28dff55f0f8dde8839867250adbb3e85cd1e36134399e61870e7707a
+SHA512 (vlc-1701574.tar.gz) = 37cccc3bb65e02fae78b03cbaccd2972d9e4ee378c2930ada83374191f248e7e0e5b56b9cb2b32f5635ff274371a8b09b301e8a8d4784ee3a65b6d528d67bf49
diff --git a/vlc.spec b/vlc.spec
index a9cc40d..76be12a 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -1,4 +1,4 @@
-%global commit0 a66f141b17e792bcc298c83496749ec93265ff14
+%global commit0 170157402b9c9ee5651838499549328c6715b5fe
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
#global vlc_rc -rc9
@@ -51,7 +51,7 @@ Summary: The cross-platform open-source multimedia framework, player and server
Epoch: 1
Name: vlc
Version: 3.0.12.1
-Release: 6%{?dist}
+Release: 7%{?dist}
License: GPLv2+
URL: https://www.videolan.org
%if 0%{?commit0:1}
@@ -622,6 +622,9 @@ fi || :
%changelog
+* Tue Mar 02 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1:3.0.12.1-7
+- Update snapshot
+
* Thu Feb 11 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1:3.0.12.1-6
- Rebuilt
3 years, 9 months
[xpra-codecs-freeworld] Release 4.1
by sagitter
commit 97eb70821d3b02f60c5e4d15fa555017c14bfbc5
Author: Antonio Trande <3974791-anto.trande(a)users.noreply.gitlab.com>
Date: Tue Mar 2 11:13:16 2021 +0100
Release 4.1
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 24 ++++++++++++++++--------
3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2be5683..40155c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,4 @@ xpra-0.16.3.tar.xz
/xpra-4.0.4.tar.xz
/xpra-4.0.5.tar.xz
/xpra-4.0.6.tar.xz
+/xpra-4.1.tar.gz
diff --git a/sources b/sources
index 3d45319..48bd59b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-4.0.6.tar.xz) = e3dc66040898ed40ef12b8cdb89e5f42c2f36edc071afb435334389e727f376ddc116dbee47018468bff24f2cdd7be35750b58bc108ba73c5558bd9eccbd04ea
+SHA512 (xpra-4.1.tar.gz) = 9f7fb17bf05aa265976f4815279368993057a59fc58bb8cf74843419affaae429f6cedfe692c6daaa5a085f3aada2ce3f145667bef0b277faa610895ec26a5bf
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index e77a8fc..64494be 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -25,12 +25,12 @@
%endif
Name: xpra-codecs-freeworld
-Version: 4.0.6
-Release: 2%{?dist}
+Version: 4.1
+Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
URL: http://www.xpra.org/
-Source0: http://xpra.org/src/xpra-%{version}.tar.xz
+Source0: https://github.com/Xpra-org/xpra/archive/v%{version}/xpra-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-gobject-devel
@@ -44,6 +44,11 @@ BuildRequires: python3-Cython, ack
BuildRequires: gcc
BuildRequires: libwebp-devel
BuildRequires: libXdamage-devel
+BuildRequires: xorg-x11-server-Xorg
+BuildRequires: xorg-x11-drv-dummy
+BuildRequires: xorg-x11-xauth
+BuildRequires: xkbcomp, setxkbmap
+BuildRequires: pandoc
%if %{with debug}
BuildRequires: libasan
%endif
@@ -78,14 +83,13 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
--with-Xdummy \
--with-Xdummy_wrapper \
--with-enc_ffmpeg \
- --without-html5 \
--without-tests \
--with-verbose \
--without-strict \
- --without-html5_gzip --without-html5_brotli
+ --without-docs
%install
-%py3_install -- --root destdir --without-html5_gzip --without-html5_brotli
+%py3_install -- --root destdir
## We are interested to additional codecs only
mkdir -p %{buildroot}%{python3_sitearch}/xpra/codecs/
@@ -105,6 +109,7 @@ popd
#fix shebangs from python3_sitearch
find %{buildroot}%{python3_sitearch}/xpra -name '*.py' | xargs pathfix.py -pn -i "%{__python3}"
+find %{buildroot}%{python3_sitearch}/xpra -name '*.py' | xargs chmod 0755
for i in `ack -rl '^#!/.*python' %{buildroot}%{python3_sitearch}/xpra`; do
chmod 0755 $i
done
@@ -112,15 +117,18 @@ done
#fix permissions on shared objects
find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
-exec chmod 0755 {} \;
-
+
%files
%dir %{python3_sitearch}/xpra
%dir %{python3_sitearch}/xpra/codecs
%{python3_sitearch}/xpra/codecs/*
-%doc README NEWS
+%doc README.md
%license COPYING
%changelog
+* Mon Mar 01 2021 Antonio Trande <sagitter(a)fedoraproject.org> - 4.1-1
+- Release 4.1
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 9 months