diff --git a/packages/python/other/pyvorbis/build b/packages/python/other/pyvorbis/build deleted file mode 100755 index c6efb4b9ff..0000000000 --- a/packages/python/other/pyvorbis/build +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build Python -$SCRIPTS/build pyogg -$SCRIPTS/build libvorbis - -. config/options.python - -PYTHON_LIB_DIR=`ls -d $SYSROOT_PREFIX/usr/lib/python*` - -cd $PKG_BUILD - -echo "ogg_include_dir = $SYSROOT_PREFIX/usr/include" > Setup -echo "ogg_lib_dir = $SYSROOT_PREFIX/usr/lib" >> Setup -echo "ogg_libs = ogg" >> Setup -echo "vorbis_include_dir = $SYSROOT_PREFIX/usr/include" >> Setup -echo "vorbis_lib_dir = $SYSROOT_PREFIX/usr/lib" >> Setup -echo "vorbis_libs = vorbis vorbisfile vorbisenc" >> Setup - -$PYTHON setup.py build - -mkdir -p $PYTHON_LIB_DIR/site-packages/ogg -cp build/lib*/ogg/*.so $PYTHON_LIB_DIR/site-packages/ogg diff --git a/packages/python/other/pyvorbis/install b/packages/python/other/pyvorbis/install deleted file mode 100755 index cfe4dfe1d6..0000000000 --- a/packages/python/other/pyvorbis/install +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install Python -$SCRIPTS/install pyogg -$SCRIPTS/install libvorbis - -PYTHON_LIB_DIR=`ls -d $INSTALL/usr/lib/python*` - -mkdir -p $PYTHON_LIB_DIR/site-packages/ogg -cp $PKG_BUILD/build/lib*/*/*.so $PYTHON_LIB_DIR/site-packages/ogg -cp $PKG_BUILD/PKG-INFO $PYTHON_LIB_DIR/site-packages/pyvorbis-1.4-py2.6.egg-info \ No newline at end of file diff --git a/packages/python/other/pyvorbis/patches/pyvorbis_crosscompile.diff b/packages/python/other/pyvorbis/patches/pyvorbis_crosscompile.diff deleted file mode 100644 index 5f1687cb5d..0000000000 --- a/packages/python/other/pyvorbis/patches/pyvorbis_crosscompile.diff +++ /dev/null @@ -1,18 +0,0 @@ -diff -Naur pyvorbis-1.4/setup.py pyvorbis-1.4.patch/setup.py ---- pyvorbis-1.4/setup.py 2003-12-19 08:55:56.000000000 +0100 -+++ pyvorbis-1.4.patch/setup.py 2009-04-03 00:41:53.588072664 +0200 -@@ -10,14 +10,6 @@ - VERSION_MINOR = 4 - pyvorbis_version = str(VERSION_MAJOR) + '.' + str(VERSION_MINOR) - --try: -- import ogg._ogg --except ImportError: -- print '''You must have the Ogg Python bindings --installed in order to build and install --these bindings. Import of ogg._ogg failed.''' -- sys.exit(1) -- - def get_setup(): - data = {} - r = re.compile(r'(\S+)\s*?=\s*(.+)') diff --git a/packages/python/other/pyvorbis/url b/packages/python/other/pyvorbis/url deleted file mode 100644 index 16ec087ad4..0000000000 --- a/packages/python/other/pyvorbis/url +++ /dev/null @@ -1 +0,0 @@ -http://ekyo.nerim.net/software/pyogg/pyvorbis-1.4.tar.gz \ No newline at end of file