From c1ce42c7bd99fc27a8f548100f01dbc760cd67fd Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Sat, 30 May 2020 05:47:47 -0300 Subject: [PATCH] community/*: rebuild against libx265.so.192 --- community/ffmpeg/APKBUILD | 2 +- community/gst-plugins-bad/APKBUILD | 2 +- community/libheif/APKBUILD | 2 +- community/vlc/APKBUILD | 2 +- community/xpra/APKBUILD | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD index 7538f02aaf90..6b7523196f83 100644 --- a/community/ffmpeg/APKBUILD +++ b/community/ffmpeg/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=ffmpeg pkgver=4.2.3 -pkgrel=0 +pkgrel=1 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" url="https://ffmpeg.org/" arch="all" diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD index 6ff071f76ae5..bb8c3e43cfb1 100644 --- a/community/gst-plugins-bad/APKBUILD +++ b/community/gst-plugins-bad/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gst-plugins-bad pkgver=1.16.2 -pkgrel=8 +pkgrel=9 pkgdesc="GStreamer streaming media framework bad plug-ins" url="https://gstreamer.freedesktop.org" arch="all" diff --git a/community/libheif/APKBUILD b/community/libheif/APKBUILD index 043aed4ac6e1..952c5d8c2e63 100644 --- a/community/libheif/APKBUILD +++ b/community/libheif/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=libheif pkgver=1.6.2 -pkgrel=1 +pkgrel=2 pkgdesc="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" url="https://www.libde265.org" arch="all" diff --git a/community/vlc/APKBUILD b/community/vlc/APKBUILD index 4b66c8bf9c07..60fe0ac84f02 100644 --- a/community/vlc/APKBUILD +++ b/community/vlc/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vlc pkgver=3.0.10 -pkgrel=3 +pkgrel=4 pkgdesc="A multi-platform MPEG, VCD/DVD, and DivX player" triggers="vlc-libs.trigger=/usr/lib/vlc/plugins" pkgusers="vlc" diff --git a/community/xpra/APKBUILD b/community/xpra/APKBUILD index aa4434c911d6..dda05968d504 100644 --- a/community/xpra/APKBUILD +++ b/community/xpra/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=xpra pkgver=3.0.9 -pkgrel=0 +pkgrel=1 pkgdesc="Xpra is 'screen for X' & allows you to run X programs, usually on a remote host over SSH or encrypted tcp" url="https://xpra.org" # blocked by numpy -- GitLab