mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
idjc: update to 0.9.1, switch to python3
This commit is contained in:
parent
7e88a0edc4
commit
22a2b23d21
1 changed files with 8 additions and 9 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'idjc'
|
||||
pkgname=idjc
|
||||
version=0.8.17
|
||||
revision=2
|
||||
version=0.9.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config python-devel"
|
||||
hostmakedepends="pkg-config git python3-devel"
|
||||
makedepends="
|
||||
libvorbis-devel libogg-devel jack-devel libsamplerate-devel
|
||||
libflac-devel libsndfile-devel mpg123-devel ffmpeg-devel
|
||||
speex-devel glib-devel pixman-devel lame-devel pygtk-devel
|
||||
libshout-idjc-devel opus-devel twolame-devel mutagen"
|
||||
depends="pygtk mutagen desktop-file-utils shared-mime-info python-dbus jack"
|
||||
pycompile_module="idjcmonitor.py idjc"
|
||||
speex-devel glib-devel pixman-devel lame-devel python3-gobject-devel
|
||||
libshout-idjc-devel opus-devel twolame-devel python3-mutagen"
|
||||
depends="python3-gobject python3-mutagen desktop-file-utils shared-mime-info python3-dbus jack"
|
||||
short_desc="Internet DJ Console"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://idjc.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=ce0c5517c298cfc7bb8d604c4accf98831ee1ecc2e97108e2f33c0f510ae7d34
|
||||
checksum=78106e9d9e82a08269e5ece45c7cbf0a38c3f931d7341df05e7fee002b872224
|
||||
|
|
Loading…
Add table
Reference in a new issue