From c78da16bc1fe33866273f6f50c97c1e868a1ceea Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 15 May 2023 12:07:46 +0200 Subject: [PATCH 1/2] libvisual: update to 0.4.2. --- srcpkgs/libvisual/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libvisual/template b/srcpkgs/libvisual/template index d49a38c58b7cc..ef95a6551adb8 100644 --- a/srcpkgs/libvisual/template +++ b/srcpkgs/libvisual/template @@ -1,16 +1,16 @@ # Template file for 'libvisual' pkgname=libvisual -version=0.4.1 +version=0.4.2 revision=1 build_style=gnu-configure hostmakedepends="pkg-config SDL-devel" makedepends="SDL-devel" short_desc="Abstraction library for audio visualisation plugins" -maintainer="Orphaned " +maintainer="Piraty " license="LGPL-2.1-or-later" -homepage="http://sourceforge.net/projects/libvisual/" -distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" -checksum=aa12877417f76d3642d9f4c723302380d833175639d63a55641d01928a5ddb7d +homepage="http://libvisual.org" +distfiles="https://github.com/Libvisual/libvisual/releases/download/libvisual-${version}/libvisual-${version}.tar.bz2" +checksum="2aa5967c5c9522c8d7ab9bd9246c77a582c1aaf4f2b3f06493dbe3066f00380a" pre_configure() { vsed -e 's,-L$(libdir),,' -i libvisual/Makefile.in From ca64a1f19bfb5094e29b0318fbb5fc0e856bfbac Mon Sep 17 00:00:00 2001 From: Piraty Date: Wed, 17 May 2023 12:01:57 +0200 Subject: [PATCH 2/2] New package: libvisual-plugins-0.4.2 --- srcpkgs/libvisual-plugins/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/libvisual-plugins/template diff --git a/srcpkgs/libvisual-plugins/template b/srcpkgs/libvisual-plugins/template new file mode 100644 index 0000000000000..7ab2f770e25aa --- /dev/null +++ b/srcpkgs/libvisual-plugins/template @@ -0,0 +1,14 @@ +# Template file for 'libvisual-plugins' +pkgname=libvisual-plugins +version=0.4.2 +revision=1 +build_style=gnu-configure +hostmakedepends="automake bison gettext-devel libtool pkg-config" +makedepends="libvisual-devel alsa-lib-devel gtk+3-devel glu-devel + gstreamer1-devel jack-devel portaudio-devel pulseaudio-devel" +short_desc="Collection of visualization plugins for use with libvisual" +maintainer="Piraty " +license="GPL-2.0-only" +homepage="http://libvisual.org" +distfiles="https://github.com/Libvisual/libvisual/releases/download/libvisual-plugins-${version}/libvisual-plugins-${version}.tar.bz2" +checksum="a1dd04eb3d311d68b4f43a5c707df7aba7a98a9cab820c58395a7f5d7d6d0157"