18 lines
711 B
Bash
18 lines
711 B
Bash
# Template file for 'soundconverter'
|
|
pkgname=soundconverter
|
|
version=3.0.0beta1
|
|
revision=1
|
|
wrksrc="${pkgname}-${version/b/-b}"
|
|
build_style=gnu-configure
|
|
hostmakedepends="intltool python3"
|
|
makedepends="gtk+3-devel gstreamer1-devel python3-gobject"
|
|
depends="GConf gst-plugins-good1 gst-plugins-ugly1 python3-gobject
|
|
desktop-file-utils hicolor-icon-theme"
|
|
short_desc="Leading audio file converter for the GNOME Desktop"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://soundconverter.org/"
|
|
distfiles="https://launchpad.net/${pkgname}/trunk/${version/b/-b}/+download/${pkgname}-${version/b/-b}.tar.xz"
|
|
checksum=e7a7a0cc27fd4165b4fae3baa7b735eda9b92b80ff6a7d8976a50679c4832f38
|
|
noarch=yes
|