Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: spek-alternative-0.8.2.3 #22881

Merged
merged 1 commit into from Dec 18, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/spek-alternative/template
@@ -0,0 +1,21 @@
# Template file for 'spek-alternative'
pkgname=spek-alternative
version=0.8.2.3
revision=1
build_style=gnu-configure
hostmakedepends="automake gettext-devel intltool libtool pkg-config wxWidgets-common"
kartikynwa marked this conversation as resolved.
Show resolved Hide resolved
makedepends="ffmpeg-devel wxWidgets-gtk3-devel"
depends="ffmpeg"
short_desc="Acoustic spectrum analyser"
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/withmorten/spek-alternative"
distfiles="https://github.com/withmorten/spek-alternative/archive/${version}.tar.gz"
checksum="007ba4b84a310b078e378aa84c8e80783db5821437a757a488c3ecec377e6b2a"

# Tell autogen.sh to use "wx-config-gtk3" instead of "wx-config"
export WX_CONFIG_NAME="wx-config-gtk3"

pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}