[gstreamer1-libav] Update gstreamer1-libav to 1.19.2
by Sérgio M. Basto
commit df731cde6f4a5548246d422b0c6aba6bc0215e50
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 9 21:02:40 2021 +0100
Update gstreamer1-libav to 1.19.2
gstreamer1-libav.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-libav.spec b/gstreamer1-libav.spec
index e8941b1..59a7c27 100644
--- a/gstreamer1-libav.spec
+++ b/gstreamer1-libav.spec
@@ -3,8 +3,8 @@
Name: gstreamer1-libav
Epoch: 1
-Version: 1.19.1
-Release: 2%{?dist}
+Version: 1.19.2
+Release: 1%{?dist}
Summary: GStreamer 1.0 libav-based plug-ins
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
@@ -73,6 +73,9 @@ plug-in.
%endif
%changelog
+* Sat Oct 09 2021 Sérgio Basto <sergio(a)serjux.com> - 1:1.19.2-1
+- Update gstreamer1-libav to 1.19.2
+
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:1.19.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- gstreamer1.prov is broken and hangs, workarround it
3 years, 1 month
[steam/el8] upload source
by Sérgio M. Basto
commit 6b6d033131a2ea4ff6ef7afc0edde852c0a78e32
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 9 20:18:02 2021 +0100
upload source
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 5390df5..0f51d66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/steam_1.0.0.68.tar.gz
/steam_1.0.0.70.tar.gz
/steam_1.0.0.71.tar.gz
+/steam_1.0.0.72.tar.gz
diff --git a/sources b/sources
index cd97376..9fd797d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (steam_1.0.0.71.tar.gz) = 20205ccd14dd1b48b85a3288cdce39116a601260e70b9d5811cb1786be766f235153d199e64dd4e794553c5957ce41e9b671cf044f2bdddbb0f99f0c1e08b83e
+SHA512 (steam_1.0.0.72.tar.gz) = 63b136078a830e25eb9669cce1706d40b15469a0bb30c1dcd1239efa57f86f53aa6466745c639ff1625e9131fb72a5d9a656156a1021ca791771c84198ea7d84
3 years, 1 month
[steam/el8] Update makefile patch
by Sérgio M. Basto
commit 8c9448a261b3ef60773a6df5669076b4740ac6de
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Aug 15 10:11:50 2021 +0200
Update makefile patch
steam-makefile.patch | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/steam-makefile.patch b/steam-makefile.patch
index ccdcb44..3305865 100644
--- a/steam-makefile.patch
+++ b/steam-makefile.patch
@@ -1,22 +1,25 @@
diff -Naur steam-launcher.old/Makefile steam-launcher/Makefile
---- steam-launcher.old/Makefile 2020-04-15 11:51:24.213660509 +0200
-+++ steam-launcher/Makefile 2020-04-15 12:04:04.698333624 +0200
+--- steam-launcher.old/Makefile 2021-08-15 10:06:43.590277519 +0200
++++ steam-launcher/Makefile 2021-08-15 10:09:33.544337930 +0200
@@ -3,7 +3,7 @@
all:
@echo 'Run steam with "./steam" or install it with "sudo make install"'
--install: install-bin install-docs install-icons install-bootstrap install-desktop install-apt-source
-+install: install-bin install-docs install-icons install-bootstrap install-desktop
+-install: install-bin install-docs install-icons install-bootstrap install-desktop install-appdata install-apt-source
++install: install-bin install-docs install-icons install-bootstrap install-desktop install-appdata
install-bin:
install -d -m 755 $(DESTDIR)$(PREFIX)/bin/
-@@ -41,8 +41,7 @@
+@@ -41,12 +41,7 @@
install-desktop:
install -d -m 755 $(DESTDIR)$(PREFIX)/share/applications/
install -d -m 755 $(DESTDIR)$(pkglibdir)/
-- install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(pkglibdir)
-- ln -fns $(pkglibdir)/$(PACKAGE).desktop $(DESTDIR)$(datadir)/applications/
-+ install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/
+- # If we create a desktop symlink in $(datadir)/applications/, the md5sum deb file
+- # will not contain an entry for it and appstream-generator will complain that
+- # the package is missing the desktop file. Instead we place the real file in
+- # $(datadir)/applications/ and create a symlink in $(pkglibdir)
+ install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(datadir)/applications/
+- ln -fns $(datadir)/applications/$(PACKAGE).desktop $(DESTDIR)$(pkglibdir)/
- install-apt-source:
- if [ -d /etc/apt ]; then \
+ install-appdata:
+ install -d -m 755 $(DESTDIR)$(PREFIX)/share/metainfo/
3 years, 1 month
[steam/el7] upload source
by Sérgio M. Basto
commit c66bd93f28e13967b8e9d51de1a327b7785fe96f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 9 20:18:02 2021 +0100
upload source
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 5390df5..0f51d66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/steam_1.0.0.68.tar.gz
/steam_1.0.0.70.tar.gz
/steam_1.0.0.71.tar.gz
+/steam_1.0.0.72.tar.gz
diff --git a/sources b/sources
index cd97376..9fd797d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (steam_1.0.0.71.tar.gz) = 20205ccd14dd1b48b85a3288cdce39116a601260e70b9d5811cb1786be766f235153d199e64dd4e794553c5957ce41e9b671cf044f2bdddbb0f99f0c1e08b83e
+SHA512 (steam_1.0.0.72.tar.gz) = 63b136078a830e25eb9669cce1706d40b15469a0bb30c1dcd1239efa57f86f53aa6466745c639ff1625e9131fb72a5d9a656156a1021ca791771c84198ea7d84
3 years, 1 month
[steam/el7] Update makefile patch
by Sérgio M. Basto
commit 914460fc314969dd8ddb66393eb2b0d0b521708d
Author: Simone Caronni <negativo17(a)gmail.com>
Date: Sun Aug 15 10:11:50 2021 +0200
Update makefile patch
steam-makefile.patch | 23 +++++++++++++----------
1 file changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/steam-makefile.patch b/steam-makefile.patch
index ccdcb44..3305865 100644
--- a/steam-makefile.patch
+++ b/steam-makefile.patch
@@ -1,22 +1,25 @@
diff -Naur steam-launcher.old/Makefile steam-launcher/Makefile
---- steam-launcher.old/Makefile 2020-04-15 11:51:24.213660509 +0200
-+++ steam-launcher/Makefile 2020-04-15 12:04:04.698333624 +0200
+--- steam-launcher.old/Makefile 2021-08-15 10:06:43.590277519 +0200
++++ steam-launcher/Makefile 2021-08-15 10:09:33.544337930 +0200
@@ -3,7 +3,7 @@
all:
@echo 'Run steam with "./steam" or install it with "sudo make install"'
--install: install-bin install-docs install-icons install-bootstrap install-desktop install-apt-source
-+install: install-bin install-docs install-icons install-bootstrap install-desktop
+-install: install-bin install-docs install-icons install-bootstrap install-desktop install-appdata install-apt-source
++install: install-bin install-docs install-icons install-bootstrap install-desktop install-appdata
install-bin:
install -d -m 755 $(DESTDIR)$(PREFIX)/bin/
-@@ -41,8 +41,7 @@
+@@ -41,12 +41,7 @@
install-desktop:
install -d -m 755 $(DESTDIR)$(PREFIX)/share/applications/
install -d -m 755 $(DESTDIR)$(pkglibdir)/
-- install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(pkglibdir)
-- ln -fns $(pkglibdir)/$(PACKAGE).desktop $(DESTDIR)$(datadir)/applications/
-+ install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/
+- # If we create a desktop symlink in $(datadir)/applications/, the md5sum deb file
+- # will not contain an entry for it and appstream-generator will complain that
+- # the package is missing the desktop file. Instead we place the real file in
+- # $(datadir)/applications/ and create a symlink in $(pkglibdir)
+ install -p -m 644 $(PACKAGE).desktop $(DESTDIR)$(datadir)/applications/
+- ln -fns $(datadir)/applications/$(PACKAGE).desktop $(DESTDIR)$(pkglibdir)/
- install-apt-source:
- if [ -d /etc/apt ]; then \
+ install-appdata:
+ install -d -m 755 $(DESTDIR)$(PREFIX)/share/metainfo/
3 years, 1 month
[steam/f33] upload source
by Sérgio M. Basto
Summary of changes:
2645bd7... upload source (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[steam/f34] upload source
by Sérgio M. Basto
Summary of changes:
2645bd7... upload source (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[steam/f35] upload source
by Sérgio M. Basto
Summary of changes:
2645bd7... upload source (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 1 month
[steam] upload source
by Sérgio M. Basto
commit 2645bd798c645b8cde75bc11b97384764df50e1b
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 9 20:18:02 2021 +0100
upload source
.gitignore | 1 +
sources | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitignore b/.gitignore
index 5390df5..0f51d66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/steam_1.0.0.68.tar.gz
/steam_1.0.0.70.tar.gz
/steam_1.0.0.71.tar.gz
+/steam_1.0.0.72.tar.gz
diff --git a/sources b/sources
index cd97376..9fd797d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (steam_1.0.0.71.tar.gz) = 20205ccd14dd1b48b85a3288cdce39116a601260e70b9d5811cb1786be766f235153d199e64dd4e794553c5957ce41e9b671cf044f2bdddbb0f99f0c1e08b83e
+SHA512 (steam_1.0.0.72.tar.gz) = 63b136078a830e25eb9669cce1706d40b15469a0bb30c1dcd1239efa57f86f53aa6466745c639ff1625e9131fb72a5d9a656156a1021ca791771c84198ea7d84
3 years, 1 month
[gstreamer1-plugins-ugly] Update gstreamer1-plugins-ugly to 1.19.2
by Sérgio M. Basto
commit 5f018fce32cf75c57bdb5ba5b391b33910a88d02
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Oct 9 20:04:42 2021 +0100
Update gstreamer1-plugins-ugly to 1.19.2
gstreamer1-plugins-ugly.spec | 7 +++++--
sources | 2 +-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index fc0a22e..adb00ca 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -7,8 +7,8 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
Epoch: 1
-Version: 1.19.1
-Release: 3%{?dist}
+Version: 1.19.2
+Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
Source0: %{url}/src/%{src_name}/%{src_name}-%{version}.tar.xz
@@ -77,6 +77,9 @@ gstreamer-plugins-good because:
%changelog
+* Sat Oct 09 2021 Sérgio Basto <sergio(a)serjux.com> - 1:1.19.2-1
+- Update gstreamer1-plugins-ugly to 1.19.2
+
* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1:1.19.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
- gstreamer1.prov is broken and hangs the build, workarround it
diff --git a/sources b/sources
index 0f05583..6462c47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-ugly-1.19.1.tar.xz) = 834f15084fb9d627d2a683a6e0a63b5de3aff289c4954e4fae6d26789c90d34b4e6993dd99429aae72e665508d917cb247e785e6f62a4b804466ec01d215291e
+SHA512 (gst-plugins-ugly-1.19.2.tar.xz) = ca7c2bcbf212f4b768e39bc59347de28b8655b54bbd8f81ed79f5275470951c49c0f83209ebf76507e12df22a27ba1265bf2bf72abeb6ac1a52aa799ce3ee8b2
3 years, 1 month