idjc: rebuild for Python 3.10
This commit is contained in:
parent
a9c8125dc9
commit
83e9e64732
2 changed files with 21 additions and 7 deletions
11
srcpkgs/idjc/patches/python310.patch
Normal file
11
srcpkgs/idjc/patches/python310.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- ./configure.ac.orig 2021-09-26 14:46:32.840552276 -0400
|
||||||
|
+++ ./configure.ac 2021-09-26 14:46:41.313573652 -0400
|
||||||
|
@@ -10,7 +10,7 @@
|
||||||
|
AM_CONFIG_HEADER([config.h])
|
||||||
|
|
||||||
|
# Generate python installation stuff
|
||||||
|
-m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9])
|
||||||
|
+m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3.8 python3.7 python3.9 python3.10])
|
||||||
|
AM_PATH_PYTHON([3.7])
|
||||||
|
AC_SUBST([idjcpythondir], [\${pkglibdir}/site-packages])
|
||||||
|
AC_SUBST([idjcpkgpythondir], [\${pkglibdir}/site-packages/idjc])
|
|
@ -1,14 +1,13 @@
|
||||||
# Template file for 'idjc'
|
# Template file for 'idjc'
|
||||||
pkgname=idjc
|
pkgname=idjc
|
||||||
version=0.9.1
|
version=0.9.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config git python3-devel"
|
hostmakedepends="pkg-config git python3 automake gettext-devel libtool"
|
||||||
makedepends="
|
makedepends="libvorbis-devel libogg-devel jack-devel libsamplerate-devel
|
||||||
libvorbis-devel libogg-devel jack-devel libsamplerate-devel
|
libflac-devel libsndfile-devel mpg123-devel ffmpeg-devel speex-devel
|
||||||
libflac-devel libsndfile-devel mpg123-devel ffmpeg-devel
|
glib-devel pixman-devel lame-devel python3-gobject-devel libshout-idjc-devel
|
||||||
speex-devel glib-devel pixman-devel lame-devel python3-gobject-devel
|
opus-devel twolame-devel python3-mutagen python3-devel"
|
||||||
libshout-idjc-devel opus-devel twolame-devel python3-mutagen"
|
|
||||||
depends="python3-gobject python3-mutagen desktop-file-utils shared-mime-info python3-dbus jack"
|
depends="python3-gobject python3-mutagen desktop-file-utils shared-mime-info python3-dbus jack"
|
||||||
short_desc="Internet DJ Console"
|
short_desc="Internet DJ Console"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -16,3 +15,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://idjc.sourceforge.net"
|
homepage="http://idjc.sourceforge.net"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=78106e9d9e82a08269e5ece45c7cbf0a38c3f931d7341df05e7fee002b872224
|
checksum=78106e9d9e82a08269e5ece45c7cbf0a38c3f931d7341df05e7fee002b872224
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue