Guys,
This will be a problem if we need to populate the exact same version
of vlc-devel in the buildroot for any version update.
At least I've checked that nothing from the include have changed
significantly (only changes related to win32 platform). That except
the version.
So, If there is a version check, there might be a need to enforce it
while building the plugins.
That or we need to have a dedicated webapp to populate and maintain
build override from fedora buildsys ahead of repository availability.
Le ven. 7 juin 2024 à 10:18, Nicolas Chauvet <kwizart(a)rpmfusion.org> a écrit :
>
> commit 9ffb8aa65ae5f9be4eb40083ca58d14d80425bfa
> Author: Nicolas Chauvet <kwizart(a)gmail.com>
> Date: Fri Jun 7 10:08:10 2024 +0200
>
> Tolerate older version for vlc-3.x
>
> vlc-plugins-freeworld.spec | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> ---
> diff --git a/vlc-plugins-freeworld.spec b/vlc-plugins-freeworld.spec
> index d749545..2b3dbb1 100644
> --- a/vlc-plugins-freeworld.spec
> +++ b/vlc-plugins-freeworld.spec
> @@ -24,7 +24,7 @@ BuildRequires: faad2-devel
> BuildRequires: pkgconfig(x264) >= 0.153
> BuildRequires: pkgconfig(x265)
>
> -BuildRequires: vlc-devel = 1:%{version}
> +BuildRequires: vlc-devel
>
> Requires: vlc-libs%{?_isa} >= 1:%{version}
> Supplements: vlc-plugins-base%{?_isa} >= 1:%{version}
> _______________________________________________
> rpmfusion-commits mailing list -- rpmfusion-commits(a)lists.rpmfusion.org
> To unsubscribe send an email to rpmfusion-commits-leave(a)lists.rpmfusion.org
Show replies by date