DISTFILES: crun: crun-1.10.tar.xz

2023-10-19 Thread atler
Request by: atler


Files fetched: 1

STORED: 
https://github.com/containers/crun/releases/download/1.10/crun-1.10.tar.xz
ad96164e325a374d638debe3d40f7af6  crun-1.10.tar.xz
Size: 736328 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/crun] up to 1.10

2023-10-19 Thread atler
commit d752adba8712a5fbe845a708526a8d2fab4bf8a1
Author: Jan Palus 
Date:   Thu Oct 19 15:26:40 2023 +0200

up to 1.10

 crun.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/crun.spec b/crun.spec
index a61c348..a0a46c0 100644
--- a/crun.spec
+++ b/crun.spec
@@ -8,12 +8,12 @@
 
 Summary:   OCI runtime written in C
 Name:  crun
-Version:   1.9.2
+Version:   1.10
 Release:   1
 License:   GPL v3+
 Group: Applications/System
 Source0:   
https://github.com/containers/crun/releases/download/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: 032b962c35c8e70ff57a70bfdca6d71a
+# Source0-md5: ad96164e325a374d638debe3d40f7af6
 URL:   https://github.com/containers/crun
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake >= 1:1.11.2


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crun.git/commitdiff/d752adba8712a5fbe845a708526a8d2fab4bf8a1

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: vlc: vlc-3.0.19.tar.xz

2023-10-19 Thread baggins
Request by: baggins


Files fetched: 1

STORED: https://download.videolan.org/pub/videolan/vlc/3.0.19/vlc-3.0.19.tar.xz
44d249998b7ead0a2a8d172c0099092c  vlc-3.0.19.tar.xz
Size: 25600300 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/vlc] - up to 3.0.19 - disable vaapi codec plugin, incompatible with ffmpeg 6

2023-10-19 Thread baggins
commit 583bbdae4518bd1f33f4a442411d4ab4d7c2c8be
Author: Jan Rękorajski 
Date:   Thu Oct 19 15:19:59 2023 +0200

- up to 3.0.19
- disable vaapi codec plugin, incompatible with ffmpeg 6

 ffmpeg6.patch | 11 +++
 vlc.spec  | 19 +--
 2 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/vlc.spec b/vlc.spec
index 7b8d876..bb4d79e 100644
--- a/vlc.spec
+++ b/vlc.spec
@@ -40,7 +40,7 @@
 %bcond_without live# live555 demuxer plugin
 %bcond_withmfx # Intel QuickSync MPEG4-Part10/MPEG2 
(H.264/H.262) encoder
 %bcond_without notify  # libnotify notification plugin
-%bcond_without opencv  # OpenCV video filter [needs vlc API update]
+%bcond_withopencv  # OpenCV video filter [needs vlc API update]
 %bcond_withoss4# OSSv4
 %bcond_withprojectM# projectm visualization plugin
 %bcond_without sftp# SFTP file transfer via libssh2
@@ -70,12 +70,12 @@
 Summary:   VLC - a multimedia player and stream server
 Summary(pl.UTF-8): VLC - odtwarzacz multimedialny oraz serwer strumieni
 Name:  vlc
-Version:   3.0.18
-Release:   5
+Version:   3.0.19
+Release:   0.1
 License:   GPL v2+
 Group: X11/Applications/Multimedia
 Source0:   
https://download.videolan.org/pub/videolan/vlc/%{version}/%{name}-%{version}.tar.xz
-# Source0-md5: f3c031357c0eeffb41e928eca220a803
+# Source0-md5: 44d249998b7ead0a2a8d172c0099092c
 Patch0:%{name}-buildflags.patch
 Patch1:%{name}-tremor.patch
 Patch2:%{name}-mpc.patch
@@ -88,6 +88,7 @@ Patch8:   qt-5.15.patch
 Patch9:x32.patch
 Patch10:   %{name}-libplacebo-5.patch
 Patch11:   opencv4.patch
+Patch12:   ffmpeg6.patch
 URL:   http://www.videolan.org/vlc/
 %{?with_decklink:BuildRequires:Blackmagic_DeckLink_SDK}
 # 1.0 for X11 or GLESv1, 1.1 for GLESv2
@@ -100,6 +101,10 @@ BuildRequires: Qt5Gui-devel >= %{qt_ver}
 BuildRequires: Qt5Svg-devel >= %{qt_ver}
 BuildRequires: Qt5Widgets-devel >= %{qt_ver}
 BuildRequires: Qt5X11Extras-devel >= %{qt_ver}
+BuildRequires: Qt5Quick-controls2-devel >= %{qt_ver}
+BuildRequires: Qt5Quick-devel >= %{qt_ver}
+BuildRequires: Qt5Quick-graphicaleffects >= %{qt_ver}
+BuildRequires: Qt5WaylandClient-devel >= %{qt_ver}
 BuildRequires: SDL_image-devel >= 1.2.10
 BuildRequires: a52dec-libs-devel >= 0.7.3
 %{?with_aalib:BuildRequires:   aalib-devel}
@@ -152,6 +157,7 @@ BuildRequires:  libchromaprint-devel >= 0.6.0
 BuildRequires: libdc1394-devel >= 2.1.0
 BuildRequires: libdsm-devel >= 0.2.0
 BuildRequires: libdts-devel >= 0.0.5
+BuildRequires: libebur128-devel >= 1.2.4
 BuildRequires: libdvbpsi-devel >= 1.2.0
 BuildRequires: libdvdnav-devel > 4.9.0
 BuildRequires: libdvdread-devel >= 4.9.1
@@ -437,6 +443,7 @@ Akcje klienta VLC dla Solid.
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 %{__libtoolize}
@@ -867,8 +874,8 @@ rm -rf $RPM_BUILD_ROOT
 # R: twolame-libs
 %attr(755,root,root) %{_libdir}/vlc/plugins/codec/libtwolame_plugin.so
 %endif
-%attr(755,root,root) %{_libdir}/vlc/plugins/codec/libvaapi_plugin.so
-%attr(755,root,root) %{_libdir}/vlc/plugins/codec/libvaapi_drm_plugin.so
+#%attr(755,root,root) %{_libdir}/vlc/plugins/codec/libvaapi_plugin.so
+#%attr(755,root,root) %{_libdir}/vlc/plugins/codec/libvaapi_drm_plugin.so
 # R: libvorbis >= 1.1
 %attr(755,root,root) %{_libdir}/vlc/plugins/codec/libvorbis_plugin.so
 # R: libvpx >= 1.5.0
diff --git a/ffmpeg6.patch b/ffmpeg6.patch
new file mode 100644
index 000..b3dd815
--- /dev/null
+++ b/ffmpeg6.patch
@@ -0,0 +1,11 @@
+--- vlc-3.0.18/configure.ac~   2023-10-19 14:28:37.0 +0200
 vlc-3.0.18/configure.ac2023-10-19 14:31:22.113579556 +0200
+@@ -2450,7 +2450,7 @@
+ have_avcodec_vaapi="yes"
+   ],[
+ AS_IF([test -n "${enable_libva}"], [
+-  AC_MSG_ERROR([libva is present but libavcodec/vaapi.h is missing])
++  AC_MSG_WARN([libva is present but libavcodec/vaapi.h is missing])
+ ], [
+   AC_MSG_WARN([libva is present but libavcodec/vaapi.h is missing ])
+ ])


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/vlc.git/commitdiff/583bbdae4518bd1f33f4a442411d4ab4d7c2c8be

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


DISTFILES: browscap: php_browscap.ini

2023-10-19 Thread arekm
Request by: arekm


Files fetched: 1

STORED: http://browscap.org/stream?q=PHP_BrowsCapINI&/php_browscap.ini
4c49a8a4dfad9f11f54204dc8973  php_browscap.ini
Size: 23880844 bytes


-- 
Virtually Yours: distfiles.
___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/browscap] Up to 6001005

2023-10-19 Thread arekm
commit 0c82b45f672694a49cac438967164965909e2b0a
Author: Arkadiusz Miśkiewicz 
Date:   Thu Oct 19 14:39:00 2023 +0200

Up to 6001005

 browscap.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/browscap.spec b/browscap.spec
index 4f3a607..153758d 100644
--- a/browscap.spec
+++ b/browscap.spec
@@ -1,12 +1,12 @@
 Summary:   PHP browscap file
 Name:  browscap
-Version:   5037
+Version:   6001005
 Release:   1
 License:   BSD
 Group: Applications/Text
 URL:   http://browscap.org/
 Source0:   http://browscap.org/stream?q=PHP_BrowsCapINI&/php_%{name}.ini
-# Source0-md5: b6d0f7f293460e84ff1189cc65c58eab
+# Source0-md5: 4c49a8a4dfad9f11f54204dc8973
 BuildArch: noarch
 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/browscap.git/commitdiff/0c82b45f672694a49cac438967164965909e2b0a

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/poldek] - release 18, handle redirects from https as well

2023-10-19 Thread adamg
commit 4c18fee28a08543b4ce144403efe0c7cbf1109df
Author: Adam Gołębiowski 
Date:   Thu Oct 19 14:19:17 2023 +0200

- release 18, handle redirects from https as well

 poldek-https-redirect.patch | 15 +++
 poldek.spec |  4 +++-
 2 files changed, 18 insertions(+), 1 deletion(-)
---
diff --git a/poldek.spec b/poldek.spec
index 3b3c63a..e696fb2 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -22,7 +22,7 @@
 %definever_rpm 1:4.14
 %endif
 
-%definerel 17
+%definerel 18
 Summary:   RPM packages management helper tool
 Summary(hu.UTF-8): RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8): Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -72,6 +72,7 @@ Patch20:  boolean-deps.patch
 Patch21:   sorted-ls-upgradable.patch
 Patch22:   egrep-is-obsolete.patch
 Patch23:   minus.patch
+Patch24:   %{name}-https-redirect.patch
 URL:   http://poldek.pld-linux.org/
 %{?with_rpm5:BuildRequires:%{db_pkg}-devel >= %{ver_db}}
 BuildRequires: autoconf >= 2.63
@@ -270,6 +271,7 @@ cd ..
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
+%patch24 -p1
 
 %{__rm} doc/poldek.info
 %{__rm} m4/libtool.m4 m4/lt*.m4
diff --git a/poldek-https-redirect.patch b/poldek-https-redirect.patch
new file mode 100644
index 000..4a7cb8c
--- /dev/null
+++ b/poldek-https-redirect.patch
@@ -0,0 +1,15 @@
+--- poldek-0.42.2/vfile/vfffmod.c.orig 2020-01-25 22:59:59.0 +0100
 poldek-0.42.2/vfile/vfffmod.c  2023-10-19 14:05:44.263325854 +0200
+@@ -269,10 +269,10 @@
+ char topath[PATH_MAX + 128], *topathp = vreq.redirected_to;
+ int  foreign_proto = 0;
+ 
+-n_assert(cn->proto == VCN_PROTO_HTTP);
++n_assert(cn->proto == VCN_PROTO_HTTP || cn->proto == VCN_PROTO_HTTPS);
+ 
+ if (*vreq.redirected_to == '/') {
+-snprintf(topath, sizeof(topath), "http://%s%s;, req->host,
++snprintf(topath, sizeof(topath), "http%s://%s%s", cn->proto == 
VCN_PROTO_HTTPS ? "s" : "" , req->host,
+  vreq.redirected_to);
+ topathp = topath;
+ } else if (strncmp(vreq.redirected_to, "http://;, 7) != 0)


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/4c18fee28a08543b4ce144403efe0c7cbf1109df

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


[packages/google-chrome] - Minor bump to 118.0.5993.88.

2023-10-19 Thread lmasko
commit c4ca0fd9909d12329fc816a86051b94381c2513f
Author: Łukasz Maśko 
Date:   Thu Oct 19 12:25:55 2023 +0200

- Minor bump to 118.0.5993.88.

 google-chrome.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/google-chrome.spec b/google-chrome.spec
index 3115b42..ed18e23 100644
--- a/google-chrome.spec
+++ b/google-chrome.spec
@@ -10,12 +10,12 @@
 %endif
 Summary:   Google Chrome
 Name:  google-chrome%{?gcsuffix}
-Version:   118.0.5993.70
+Version:   118.0.5993.88
 Release:   1
 License:   Multiple, see http://chrome.google.com/
 Group: Applications/Networking
 Source0:   
http://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-%{state}-%{version}-%{release}.x86_64.rpm
-# NoSource0-md5:   58cbc92589929ad7cdf3ecad59eb64d5
+# NoSource0-md5:   792cbd171097b40ef5418945012ebb53
 NoSource:  0
 Source1:   google-chrome.sh
 Source2:   find-lang.sh


 gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/google-chrome.git/commitdiff/c4ca0fd9909d12329fc816a86051b94381c2513f

___
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit


<    1   2   3