Date: Wednesday, February 16, 2022 @ 23:34:51 Author: freswa Revision: 437542
rebuild against ffmpeg4.4 for ffmpeg5 release Modified: java8-openjfx/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-16 23:26:10 UTC (rev 437541) +++ PKGBUILD 2022-02-16 23:34:51 UTC (rev 437542) @@ -1,5 +1,7 @@ -# Maintainer: Guillaume Alaux <[email protected]> -# Maintainer: Maxime Gauduin <[email protected]> +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: Frederik Schwan <freswa at archlinux dot org> +# Contributor: Guillaume Alaux <[email protected]> +# Contributor: Maxime Gauduin <[email protected]> # Contributor: William Gathoye <william + archlinux at gathoye dot be> # Contributor: Emanuel Couto <emanuel dot amaral dot couto at gmail dot com> # Contributor: Richard Jackson <rdjack21 at gmail dot com> @@ -14,7 +16,7 @@ java8-openjfx-src ) pkgver=8.u202 -pkgrel=3 +pkgrel=4 pkgdesc='Java OpenJFX 8 client application platform (open-source implementation of JavaFX)' arch=(x86_64) url=https://wiki.openjdk.java.net/display/OpenJFX/Main @@ -23,7 +25,7 @@ alsa-lib cairo cmake - ffmpeg + ffmpeg4.4 freetype2 gdk-pixbuf2 glib2 @@ -75,7 +77,10 @@ build() { cd rt-${pkgver//./}-ga - CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common + # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common + CFLAGS+=' -fcommon' + # build against ffmpeg4.4 + export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig' ../gradle-4.8/bin/gradle } @@ -84,7 +89,7 @@ depends=( alsa-lib cairo - ffmpeg + ffmpeg4.4 gdk-pixbuf2 glib2 gtk2
