From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/libvorbisidec/Config.in | 12 +++++++++ package/libvorbisidec/Makefile | 32 ++++++++++++++++++++++++ package/libvorbisidec/ipkg/libvorbisidec.control | 4 +++ 3 files changed, 48 insertions(+) create mode 100644 package/libvorbisidec/Config.in create mode 100644 package/libvorbisidec/Makefile create mode 100644 package/libvorbisidec/ipkg/libvorbisidec.control (limited to 'package/libvorbisidec') diff --git a/package/libvorbisidec/Config.in b/package/libvorbisidec/Config.in new file mode 100644 index 000000000..b4794f02a --- /dev/null +++ b/package/libvorbisidec/Config.in @@ -0,0 +1,12 @@ +config ADK_PACKAGE_LIBVORBISIDEC + prompt "libvorbisidec..................... A fixed-point implementation (Tremor) of libogg/libvorbis" + tristate + default n + help + libvorbisidec is "tremor", a fixed-point implementation of libvorbis. + It also has libogg built-in. It is suitable as a replacement for + libvorbis and libogg in tremor-aware applications. + Tremor is a decoder only. + + http://http://wiki.xiph.org/index.php/Tremor + diff --git a/package/libvorbisidec/Makefile b/package/libvorbisidec/Makefile new file mode 100644 index 000000000..89158db04 --- /dev/null +++ b/package/libvorbisidec/Makefile @@ -0,0 +1,32 @@ +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= libvorbisidec +PKG_VERSION:= 1.0.2 +PKG_RELEASE:= 1 +PKG_VARIANT:= svn15687 +PKG_MD5SUM:= cd3f62e87e38548c3e1120b1b2d3cac7 +MASTER_SITES:= http://ftp.de.debian.org/debian/pool/main/libv/libvorbisidec/ +DISTFILES:= ${PKG_NAME}_${PKG_VERSION}+$(PKG_VARIANT).orig.tar.gz +WRKDIST= ${WRKDIR}/$(PKG_NAME)-$(PKG_VERSION)+$(PKG_VARIANT) + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,LIBVORBISIDEC,libvorbisidec,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE= gnu +BUILD_STYLE= auto +INSTALL_STYLE= auto + +post-extract: + cd ${WRKBUILD}; ./autogen.sh + +post-install: + ${INSTALL_DIR} ${IDIR_LIBVORBISIDEC}/usr/lib + ${CP} ${WRKINST}/usr/lib/libvorbisidec.so.* ${IDIR_LIBVORBISIDEC}/usr/lib/ + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/libvorbisidec/ipkg/libvorbisidec.control b/package/libvorbisidec/ipkg/libvorbisidec.control new file mode 100644 index 000000000..41cd1e037 --- /dev/null +++ b/package/libvorbisidec/ipkg/libvorbisidec.control @@ -0,0 +1,4 @@ +Package: libvorbisidec +Priority: optional +Section: libs +Description: A fixed-point implementation (Tremor) of libogg/libvorbis" -- cgit v1.2.3