summaryrefslogtreecommitdiffhomepage
path: root/groups.d/231.native_packages_etc.d/vorbis_tools.package
blob: e4cc0deb7257a21c4e2e937a190b40d999c9dac1 (plain)
1
2
3
4
5
6
7
8
9
: ${PKG_VORBIS_TOOLS_DEPENDS:="curl flac libogg libvorbis"};
: ${PKG_VORBIS_TOOLS_SHA256SUM:=a1fe3ddc6777bdcebf6b797e7edfe0437954b24756ffcc8c6b816b63e0460dde};
: ${PKG_VORBIS_TOOLS_VERSION:=1.4.3};
: ${PKG_VORBIS_TOOLS_URL:=https://ftp.osuosl.org/pub/xiph/releases/vorbis/vorbis-tools-${PKG_VORBIS_TOOLS_VERSION}.tar.gz};
: ${PKG_VORBIS_TOOLS_CONFIGURE_ARGS_EXTRA:="--disable-ogg123 --without-speex --without-kate"};

ex_pkg_register "vorbis_tools" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages";

# vim:filetype=sh textwidth=0