diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-03-17 14:32:59 -0400 |
commit | 709c4d66e0b107ca606941b988bad717c0b45d9b (patch) | |
tree | 37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/libogg | |
parent | fa6cd5a3b993f16c27de4ff82b42684516d433ba (diff) |
rename packages/ to recipes/ per earlier agreement
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/libogg')
-rw-r--r-- | packages/libogg/libogg/m4.patch | 11 | ||||
-rw-r--r-- | packages/libogg/libogg_1.0.bb | 18 | ||||
-rw-r--r-- | packages/libogg/libogg_1.1.3.bb | 17 | ||||
-rw-r--r-- | packages/libogg/libogg_1.1.bb | 19 | ||||
-rw-r--r-- | packages/libogg/libtheora_0.9+1.0alpha7.bb | 19 | ||||
-rw-r--r-- | packages/libogg/libtheora_1.0.bb | 18 |
6 files changed, 0 insertions, 102 deletions
diff --git a/packages/libogg/libogg/m4.patch b/packages/libogg/libogg/m4.patch deleted file mode 100644 index 66239f4f68..0000000000 --- a/packages/libogg/libogg/m4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libogg-1.1/ogg.m4.orig 2003-03-08 03:44:29 +0100 -+++ libogg-1.1/ogg.m4 2004-08-12 11:26:46 +0200 -@@ -5,7 +5,7 @@ - dnl XIPH_PATH_OGG([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]) - dnl Test for libogg, and define OGG_CFLAGS and OGG_LIBS - dnl --AC_DEFUN(XIPH_PATH_OGG, -+AC_DEFUN([XIPH_PATH_OGG], - [dnl - dnl Get the cflags and libraries - dnl diff --git a/packages/libogg/libogg_1.0.bb b/packages/libogg/libogg_1.0.bb deleted file mode 100644 index 7af1468004..0000000000 --- a/packages/libogg/libogg_1.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "libogg is the bitstream and framing library \ -for the Ogg project. It provides functions which are \ -necessary to codec libraries like libvorbis." -LICENSE = "BSD" -PR = "r1" - -SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libogg-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage () { - oe_libinstall -a -so -C src libogg ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/ogg - (cd ${S}/include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_INCDIR}/ogg/) - install -m 0644 ${S}/ogg.m4 ${STAGING_DATADIR}/aclocal/ -} diff --git a/packages/libogg/libogg_1.1.3.bb b/packages/libogg/libogg_1.1.3.bb deleted file mode 100644 index 0a6e827ff1..0000000000 --- a/packages/libogg/libogg_1.1.3.bb +++ /dev/null @@ -1,17 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "libogg is the bitstream and framing library \ -for the Ogg project. It provides functions which are \ -necessary to codec libraries like libvorbis." -LICENSE = "BSD" - -SRC_URI = "http://downloads.xiph.org/releases/ogg/libogg-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage () { - oe_libinstall -a -so -C src libogg ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/ogg - (cd ${S}/include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_INCDIR}/ogg/) - install -m 0644 ${S}/ogg.m4 ${STAGING_DATADIR}/aclocal/ -} diff --git a/packages/libogg/libogg_1.1.bb b/packages/libogg/libogg_1.1.bb deleted file mode 100644 index 687b4decec..0000000000 --- a/packages/libogg/libogg_1.1.bb +++ /dev/null @@ -1,19 +0,0 @@ -SECTION = "libs" -DESCRIPTION = "libogg is the bitstream and framing library \ -for the Ogg project. It provides functions which are \ -necessary to codec libraries like libvorbis." -LICENSE = "BSD" -PR = "r3" - -SRC_URI = "http://www.vorbis.com/files/1.0.1/unix/libogg-${PV}.tar.gz \ -file://m4.patch;patch=1" - -inherit autotools pkgconfig - -do_stage () { - oe_libinstall -a -so -C src libogg ${STAGING_LIBDIR} - - install -d ${STAGING_INCDIR}/ogg - (cd ${S}/include/ogg; cp config_types.h ogg.h os_types.h ${STAGING_INCDIR}/ogg/) - install -m 0644 ${S}/ogg.m4 ${STAGING_DATADIR}/aclocal/ -} diff --git a/packages/libogg/libtheora_0.9+1.0alpha7.bb b/packages/libogg/libtheora_0.9+1.0alpha7.bb deleted file mode 100644 index 5a372b65a1..0000000000 --- a/packages/libogg/libtheora_0.9+1.0alpha7.bb +++ /dev/null @@ -1,19 +0,0 @@ - -DEPENDS = "libogg libvorbis libsdl-x11" - -SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-1.0alpha7.tar.gz" - -S = "${WORKDIR}/libtheora-1.0alpha7" - -inherit autotools pkgconfig lib_package - - -do_configure_append() { - find ${S} -name Makefile | xargs sed -i -e s:'-I/usr/include':-I${STAGING_INCDIR}:g -} - -do_stage() { - autotools_stage_all -} - - diff --git a/packages/libogg/libtheora_1.0.bb b/packages/libogg/libtheora_1.0.bb deleted file mode 100644 index 55d3e83beb..0000000000 --- a/packages/libogg/libtheora_1.0.bb +++ /dev/null @@ -1,18 +0,0 @@ - -DEPENDS = "libogg libvorbis libsdl-x11" - -SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2" - -inherit autotools lib_package - - -do_configure_append() { - find ${S} -name Makefile | xargs sed -i -e s:'-I/usr/include':-I${STAGING_INCDIR}:g -} - -AUTOTOOLS_STAGE_PKGCONFIG = "1" -do_stage() { - autotools_stage_all -} - - |