summaryrefslogtreecommitdiffhomepage
path: root/groups.d/231.native_packages_etc.d/vorbis_tools.package
blob: 4e8e8ad16c035c6934e8fbebcaf326d566cd5470 (plain)
1
2
3
4
5
6
7
8
9
: ${PKG_VORBIS_TOOLS_DEPENDS:="curl flac libogg libvorbis"};
: ${PKG_VORBIS_TOOLS_SHA256SUM:=db7774ec2bf2c939b139452183669be84fda5774d6400fc57fde37f77624f0b0};
: ${PKG_VORBIS_TOOLS_VERSION:=1.4.2};
: ${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