summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-multimedia/lame
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-multimedia/lame')
-rw-r--r--import-layers/yocto-poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch20
-rw-r--r--import-layers/yocto-poky/meta/recipes-multimedia/lame/lame_3.100.bb27
2 files changed, 0 insertions, 47 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch b/import-layers/yocto-poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch
deleted file mode 100644
index e88d7f1bb..000000000
--- a/import-layers/yocto-poky/meta/recipes-multimedia/lame/lame/no-gtk1.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Upstream-Status: Inappropriate [configuration]
-
-# Acquired from OpenEmbedded
-
---- lame-3.96.1/configure.in~no-gtk1.patch 2004-07-25 15:52:12.000000000 +0100
-+++ lame-3.96.1/configure.in 2004-09-10 15:54:39.000000000 +0100
-@@ -363,7 +363,12 @@
-
- dnl configure use of features
-
--AM_PATH_GTK(1.2.0, HAVE_GTK="yes", HAVE_GTK="no")
-+#AM_PATH_GTK(1.2.0, HAVE_GTK="yes", HAVE_GTK="no")
-+HAVE_GTK="no"
-+GTK_CFLAGS=""
-+GTK_LIBS=""
-+AC_SUBST(GTK_CFLAGS)
-+AC_SUBST(GTK_LIBS)
-
- dnl ElectricFence malloc debugging
- AC_MSG_CHECKING(use of ElectricFence malloc debugging)
diff --git a/import-layers/yocto-poky/meta/recipes-multimedia/lame/lame_3.100.bb b/import-layers/yocto-poky/meta/recipes-multimedia/lame/lame_3.100.bb
deleted file mode 100644
index ff6ac7efb..000000000
--- a/import-layers/yocto-poky/meta/recipes-multimedia/lame/lame_3.100.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-SUMMARY = "High quality MP3 audio encoder"
-HOMEPAGE = "http://lame.sourceforge.net/"
-BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
-SECTION = "console/utils"
-LICENSE = "LGPLv2+"
-LICENSE_FLAGS = "commercial"
-
-DEPENDS = "ncurses gettext-native"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
- file://include/lame.h;beginline=1;endline=20;md5=a2258182c593c398d15a48262130a92b \
-"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
- file://no-gtk1.patch \
- "
-
-SRC_URI[md5sum] = "83e260acbe4389b54fe08e0bdbf7cddb"
-SRC_URI[sha256sum] = "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
-
-inherit autotools pkgconfig
-
-PACKAGES += "libmp3lame libmp3lame-dev"
-FILES_${PN} = "${bindir}/lame"
-FILES_libmp3lame = "${libdir}/libmp3lame.so.*"
-FILES_libmp3lame-dev = "${includedir} ${libdir}/*"
-FILES_${PN}-dev = ""
OpenPOWER on IntegriCloud