26 lines
957 B
Bash
26 lines
957 B
Bash
# Template file for 'soundconverter'
|
|
pkgname=soundconverter
|
|
version=4.0.3
|
|
revision=2
|
|
build_style=python3-module
|
|
pycompile_dirs="/usr/lib/${pkgname}/python/${pkgname}"
|
|
hostmakedepends="glib intltool pkg-config python3-gobject python3-distutils-extra"
|
|
makedepends="gtk+3-devel gstreamer1-devel"
|
|
depends="desktop-file-utils gtk+3 gst-plugins-good1 gst-plugins-ugly1
|
|
hicolor-icon-theme python3-gobject python3-setuptools"
|
|
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/soundconverter/trunk/${version}/+download/soundconverter-${version}.tar.gz"
|
|
checksum=873206ff82c3dfbd397ab3d8bd76fbba847017d2ed28a20a0778eb86960cb19d
|
|
python_version=3
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" gtk+3-devel gstreamer1-devel"
|
|
fi
|
|
|
|
post_install() {
|
|
rm "${DESTDIR}/usr/share/glib-2.0/schemas/gschemas.compiled"
|
|
}
|