diff --git a/x11-packages/audacious-plugins/build.sh b/x11-packages/audacious-plugins/build.sh new file mode 100644 index 000000000..7e00dd84d --- /dev/null +++ b/x11-packages/audacious-plugins/build.sh @@ -0,0 +1,11 @@ +TERMUX_PKG_HOMEPAGE=https://audacious-media-player.org +TERMUX_PKG_DESCRIPTION="Plugins for Audacious" +TERMUX_PKG_LICENSE="GPL-2.0" +TERMUX_PKG_MAINTAINER="Simeon Huang " +TERMUX_PKG_VERSION=4.1 +TERMUX_PKG_SRCURL=https://distfiles.audacious-media-player.org/audacious-plugins-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=dad6fc625055349d589e36e8e5c8ae7dfafcddfe96894806509696d82bb61d4c +TERMUX_PKG_DEPENDS="audacious, qt5-qtbase, qt5-qtmultimedia, qt5-qtx11extras, zlib, libflac, libcue, libcurl, mpg123, libogg, libsndfile, libsoxr, libvorbis, libxrender, libxcomposite, ffmpeg" +TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools" +TERMUX_PKG_BUILD_IN_SRC=true +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gtk --disable-wavpack --disable-qtglspectrum --disable-neon" diff --git a/x11-packages/audacious/build.sh b/x11-packages/audacious/build.sh new file mode 100644 index 000000000..2a94ba2db --- /dev/null +++ b/x11-packages/audacious/build.sh @@ -0,0 +1,15 @@ +TERMUX_PKG_HOMEPAGE=https://audacious-media-player.org +TERMUX_PKG_DESCRIPTION="An advanced audio player" +TERMUX_PKG_LICENSE="BSD" +TERMUX_PKG_MAINTAINER="Simeon Huang " +TERMUX_PKG_VERSION=4.1 +TERMUX_PKG_SRCURL=https://distfiles.audacious-media-player.org/audacious-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_SHA256=1f58858f9789e867c513b5272987f13bdfb09332b03c2814ad4c6e29f525e35c +TERMUX_PKG_DEPENDS="qt5-qtbase, dbus-glib" +TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools" +TERMUX_PKG_RECOMMENDS="audacious-plugins" +# Audacious out-of-source build doesn't seem to work +TERMUX_PKG_BUILD_IN_SRC=true +# Audacious has switched to Qt toolkit and it's the default GUI option now +# Disable GTK to reduce the size and dependencies +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-qt --disable-gtk"