summaryrefslogtreecommitdiff
path: root/package/libvorbisidec
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/libvorbisidec
Initial import
Diffstat (limited to 'package/libvorbisidec')
-rw-r--r--package/libvorbisidec/Config.in12
-rw-r--r--package/libvorbisidec/Makefile32
-rw-r--r--package/libvorbisidec/ipkg/libvorbisidec.control4
3 files changed, 48 insertions, 0 deletions
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"