From 814700d243d8eae70dffa9bef5e5111ad6902d7f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 17 May 2009 15:01:24 +0100 Subject: Move libsampletate and libsndfile from meta-openmoko -> meta-moblin Signed-off-by: Richard Purdie --- .../packages/libnotify/libnotify_0.4.4.bb | 14 ------------ .../packages/libsamplerate/libsamplerate0_0.1.2.bb | 14 ------------ .../packages/libsndfile/files/add-cxx.patch | 18 --------------- .../packages/libsndfile/libsndfile1_1.0.17.bb | 26 ---------------------- 4 files changed, 72 deletions(-) delete mode 100644 meta-openmoko/packages/libnotify/libnotify_0.4.4.bb delete mode 100644 meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb delete mode 100644 meta-openmoko/packages/libsndfile/files/add-cxx.patch delete mode 100644 meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb (limited to 'meta-openmoko/packages') diff --git a/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb b/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb deleted file mode 100644 index 7c95fb2ad..000000000 --- a/meta-openmoko/packages/libnotify/libnotify_0.4.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Send desktop notifications to a notification daemon" -HOMEPAGE = "http://www.galago-project.org/" -SECTION = "libs" -LICENSE = "LGPL" -DEPENDS = "dbus gtk+ dbus-glib" -PR = "r0" - -SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${PN}-${PV}.tar.gz" - -inherit autotools pkgconfig - -do_stage() { - autotools_stage_all -} diff --git a/meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb b/meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb deleted file mode 100644 index 78a7f403d..000000000 --- a/meta-openmoko/packages/libsamplerate/libsamplerate0_0.1.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "An audio Sample Rate Conversion library" -SECTION = "libs" -LICENSE = "GPL libsamplerate" -PR = "r2" - -SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" -S = "${WORKDIR}/libsamplerate-${PV}" - -inherit autotools pkgconfig - -do_stage() { - oe_libinstall -a -so -C src libsamplerate ${STAGING_LIBDIR} - install -m 0644 ${S}/src/samplerate.h ${STAGING_INCDIR}/ -} diff --git a/meta-openmoko/packages/libsndfile/files/add-cxx.patch b/meta-openmoko/packages/libsndfile/files/add-cxx.patch deleted file mode 100644 index da0c4010e..000000000 --- a/meta-openmoko/packages/libsndfile/files/add-cxx.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- - configure.ac | 1 + - 1 file changed, 1 insertion(+) - ---- libsndfile-1.0.17.orig/configure.ac -+++ libsndfile-1.0.17/configure.ac -@@ -29,10 +29,11 @@ AC_LANG([C]) - # to 0. - - SHARED_VERSION_INFO="1:17:0" - - AC_PROG_CC -+AC_PROG_CXX - AM_PROG_LIBTOOL - - AC_CHECK_PROG(autogen, autogen, yes, no) - - AC_PROG_INSTALL diff --git a/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb b/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb deleted file mode 100644 index f2d134b5e..000000000 --- a/meta-openmoko/packages/libsndfile/libsndfile1_1.0.17.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "An audio format Conversion library" -HOMEPAGE = "http://www.mega-nerd.com/libsndfile" -AUTHOR = "Erik de Castro Lopo" -DEPENDS = "sqlite3" -SECTION = "libs/multimedia" -LICENSE = "LGPL" -PR = "r2" - -SRC_URI = "http://www.mega-nerd.com/libsndfile/libsndfile-${PV}.tar.gz \ - file://add-cxx.patch;patch=1" - -S = "${WORKDIR}/libsndfile-${PV}" - -inherit autotools lib_package pkgconfig - -do_configure_prepend_arm() { - export ac_cv_sys_largefile_source=1 - export ac_cv_sys_file_offset_bits=64 - ac_cv_sizeof_off_t=8 -} - -do_stage() { - oe_libinstall -a -so -C src libsndfile ${STAGING_LIBDIR} - install -m 0644 ${S}/src/sndfile.h ${STAGING_INCDIR}/ -} - -- cgit v1.2.3