Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions srcpkgs/audacity/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'audacity'
pkgname=audacity
version=3.4.2
version=3.5.1
revision=1
build_style=cmake
build_helper="cmake-wxWidgets-gtk3 qemu"
Expand All @@ -25,7 +25,11 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, CC-BY-3.0"
homepage="https://www.audacityteam.org"
changelog="https://github.com/audacity/audacity/raw/master/CHANGELOG.txt"
distfiles="https://github.com/audacity/audacity/releases/download/Audacity-${version}/audacity-sources-${version}.tar.gz"
checksum=f28dd718d2c5a2aa9f207b8351443a90c1f02b65378ca94bcc7febda42635e48
checksum=8786a1be8d63f4793fc3f2a5f1f61c441e0a4b9a7ed9137d59277ad5f72bd512

case "$XBPS_TARGET_MACHINE" in
i686*) CFLAGS="-msse2";;
esac

CXXFLAGS="-D_FILE_OFFSET_BITS=64"

Expand Down
17 changes: 9 additions & 8 deletions srcpkgs/lilv/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'lilv'
pkgname=lilv
version=0.24.12
revision=4
build_style=waf3
configure_args="--dyn-manifest"
version=0.24.24
revision=1
build_style=meson
hostmakedepends="pkg-config"
makedepends="python3-devel serd-devel sord-devel sratom-devel libsndfile-devel
lv2"
short_desc="Simple yet powerful C API for using LV2 plugins"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="http://drobilla.net/software/lilv/"
distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
checksum=26a37790890c9c1f838203b47f5b2320334fe92c02a4d26ebbe2669dbd769061
homepage="https://drobilla.net/software/lilv.html"
changelog="https://raw.githubusercontent.com/lv2/lilv/master/NEWS"
distfiles="https://download.drobilla.net/lilv-${version}.tar.xz"
checksum=6bb6be9f88504176d0642f12de809b2b9e2dc55621a68adb8c7edb99aefabb4f

post_install() {
vlicense COPYING
Expand All @@ -31,7 +31,8 @@ lilv-bash-completion_package() {
depends="bash-completion lilv"
short_desc+=" - Bash completion for Lilv"
pkg_install() {
vcompletion utils/lilv.bash_completion bash
vcompletion ${DESTDIR}/etc/bash_completion.d/lilv bash
rm -r ${DESTDIR}/etc
}
}

Expand Down
Loading