From f7909ec2bb2fd4b7f5ab9fc55c0f59eb6ec89765 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 19 Jul 2014 23:23:15 +0200 Subject: [PATCH] remove package 'faad2' Signed-off-by: Stephan Raue --- packages/audio/faad2/package.mk | 44 ------------------- .../patches/faad2-2.7-automake_1.13.patch | 12 ----- .../patches/faad2-2.7-mp4ff_shared.patch | 28 ------------ 3 files changed, 84 deletions(-) delete mode 100644 packages/audio/faad2/package.mk delete mode 100644 packages/audio/faad2/patches/faad2-2.7-automake_1.13.patch delete mode 100644 packages/audio/faad2/patches/faad2-2.7-mp4ff_shared.patch diff --git a/packages/audio/faad2/package.mk b/packages/audio/faad2/package.mk deleted file mode 100644 index bd1aa4d8e2..0000000000 --- a/packages/audio/faad2/package.mk +++ /dev/null @@ -1,44 +0,0 @@ -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv) -# -# OpenELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# OpenELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with OpenELEC. If not, see . -################################################################################ - -PKG_NAME="faad2" -PKG_VERSION="2.7" -PKG_REV="1" -PKG_ARCH="any" -PKG_LICENSE="GPL" -PKG_SITE="http://www.audiocoding.com/" -PKG_URL="$SOURCEFORGE_SRC/faac/faad2-src/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain" -PKG_PRIORITY="optional" -PKG_SECTION="audio" -PKG_SHORTDESC="faad: An MPEG-4 AAC decoder" -PKG_LONGDESC="The FAAD project includes the AAC decoder FAAD2. It supports several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats (ADTS AAC, raw AAC, MP4), multichannel and gapless decoding as well as MP4 metadata tags. The codecs are compatible with standard-compliant audio applications using one or more of these profiles." - -PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" - -# package specific configure options -PKG_CONFIGURE_OPTS_TARGET="--without-xmms \ - --without-drm \ - --without-mpeg4ip \ - --with-gnu-ld" - - -post_makeinstall_target() { - rm -rf $INSTALL/usr/bin -} diff --git a/packages/audio/faad2/patches/faad2-2.7-automake_1.13.patch b/packages/audio/faad2/patches/faad2-2.7-automake_1.13.patch deleted file mode 100644 index 56724f3f14..0000000000 --- a/packages/audio/faad2/patches/faad2-2.7-automake_1.13.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur faad2-2.7-old/configure.in faad2-2.7-new/configure.in ---- faad2-2.7-old/configure.in 2009-02-04 16:51:03.000000000 -0800 -+++ faad2-2.7-new/configure.in 2012-12-30 14:58:33.000000000 -0800 -@@ -25,7 +25,7 @@ - AC_PROG_MAKE_SET - AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm) - --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - - AC_ARG_WITH(xmms,[ --with-xmms compile XMMS-1 plugin], - WITHXMMS=$withval, WITHXMMS=no) diff --git a/packages/audio/faad2/patches/faad2-2.7-mp4ff_shared.patch b/packages/audio/faad2/patches/faad2-2.7-mp4ff_shared.patch deleted file mode 100644 index fb97e81e9c..0000000000 --- a/packages/audio/faad2/patches/faad2-2.7-mp4ff_shared.patch +++ /dev/null @@ -1,28 +0,0 @@ -diff -Naur faad2-2.7-old/common/mp4ff/Makefile.am faad2-2.7-new/common/mp4ff/Makefile.am ---- faad2-2.7-old/common/mp4ff/Makefile.am 2009-02-06 06:24:21.000000000 -0800 -+++ faad2-2.7-new/common/mp4ff/Makefile.am 2009-02-11 05:36:14.000000000 -0800 -@@ -1,7 +1,7 @@ --lib_LIBRARIES = libmp4ff.a --include_HEADERS = mp4ff.h mp4ffint.h -+lib_LTLIBRARIES = libmp4ff.la -+include_HEADERS = mp4ff.h mp4ffint.h mp4ff_int_types.h - --libmp4ff_a_CFLAGS = -DUSE_TAGGING=1 -+libmp4ff_la_CFLAGS = -DUSE_TAGGING=1 - --libmp4ff_a_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ -- mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h -+libmp4ff_la_SOURCES = mp4ff.c mp4atom.c mp4meta.c mp4sample.c mp4util.c \ -+ mp4tagupdate.c mp4ff.h mp4ffint.h mp4ff_int_types.h -diff -Naur faad2-2.7-old/frontend/Makefile.am faad2-2.7-new/frontend/Makefile.am ---- faad2-2.7-old/frontend/Makefile.am 2009-02-06 08:03:37.000000000 -0800 -+++ faad2-2.7-new/frontend/Makefile.am 2009-02-11 05:35:52.000000000 -0800 -@@ -5,7 +5,7 @@ - -I$(top_srcdir)/common/mp4ff - - faad_LDADD = $(top_builddir)/libfaad/libfaad.la \ -- $(top_builddir)/common/mp4ff/libmp4ff.a -+ $(top_builddir)/common/mp4ff/libmp4ff.la - - faad_SOURCES = main.c \ - audio.c audio.h \