void-packages/srcpkgs/soundconverter/template
Nathan Owens 1da763a365 soundconverter: update to 3.0.2
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-11-27 16:32:31 +01:00

21 lines
813 B
Bash

# Template file for 'soundconverter'
pkgname=soundconverter
version=3.0.2
revision=1
archs=noarch
build_style=gnu-configure
pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
hostmakedepends="glib intltool pkg-config python3-gobject"
makedepends="gtk+3-devel gstreamer1-devel"
depends="desktop-file-utils gst-plugins-good1 gst-plugins-ugly1
hicolor-icon-theme python3-gobject"
short_desc="Leading audio file converter for the GNOME Desktop"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://soundconverter.org/"
distfiles="https://launchpad.net/${pkgname}/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
checksum=21d0b97bd4800a8e07840cf0ec035fa84a71a10c8cdadf5ea671880805aa68cb
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" gtk+3-devel gstreamer1-devel"
fi