diff options
Diffstat (limited to 'packages/maemo')
-rw-r--r-- | packages/maemo/audiofile_0.2.6-3osso4.bb | 26 | ||||
-rw-r--r-- | packages/maemo/hildon-fm_0.9.1-2.bb | 8 | ||||
-rw-r--r-- | packages/maemo/hildon-libs_0.9.6-2.bb | 16 | ||||
-rw-r--r-- | packages/maemo/osso-app-killer_0.4-3.bb | 14 | ||||
-rw-r--r-- | packages/maemo/osso-dsp-headers_0.1.bb | 21 | ||||
-rw-r--r-- | packages/maemo/osso-esd_0.5.bb | 14 | ||||
-rw-r--r-- | packages/maemo/osso-screenshot-tool_1.20-1.bb | 10 | ||||
-rw-r--r-- | packages/maemo/osso-sounds_0.3-1.bb | 31 | ||||
-rw-r--r-- | packages/maemo/osso-thumbnail_0.3.1-1.bb | 11 | ||||
-rw-r--r-- | packages/maemo/tscalib/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/maemo/tscalib/makefile.patch | 24 | ||||
-rw-r--r-- | packages/maemo/tscalib_0.0.1-3.bb | 19 |
12 files changed, 176 insertions, 18 deletions
diff --git a/packages/maemo/audiofile_0.2.6-3osso4.bb b/packages/maemo/audiofile_0.2.6-3osso4.bb new file mode 100644 index 0000000000..46c1b701cb --- /dev/null +++ b/packages/maemo/audiofile_0.2.6-3osso4.bb @@ -0,0 +1,26 @@ +DEFAULT_PREFERENCE = "-1" +PR = "r0" +SECTION = "libs" +LICENSE = "LGPL GPL" +DESCRIPTION = "The Audio File Library provides a uniform and elegant \ +API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \ +WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \ +Research, Amiga IFF/8SVX, and NIST SPHERE." + +PACKAGES += "${PN}-bin" +FILES_${PN} = "${libdir}/libaudiofile*.so.*" +FILES_${PN}-dev += "${bindir}/*-config" +FILES_${PN}-bin += "${bindir}" +RPROVIDES_${PN} += "audiofile" + +SRC_URI = "http://stage.maemo.org/pool/maemo/ossw/source/a/${PN}/${PN}_${PV}.tar.gz" + +S = ${WORKDIR}/${PN}-0.2.6 + +inherit autotools pkgconfig binconfig + +do_stage () { + install -m 0644 libaudiofile/audiofile.h libaudiofile/aupvlist.h libaudiofile/af_vfs.h ${STAGING_INCDIR}/ + oe_libinstall -C libaudiofile libaudiofile ${STAGING_LIBDIR} + install -m 0644 audiofile.m4 ${STAGING_DATADIR}/aclocal/ +} diff --git a/packages/maemo/hildon-fm_0.9.1-2.bb b/packages/maemo/hildon-fm_0.9.1-2.bb index 8d4a71d0e0..f5346286c0 100644 --- a/packages/maemo/hildon-fm_0.9.1-2.bb +++ b/packages/maemo/hildon-fm_0.9.1-2.bb @@ -1,12 +1,12 @@ +PR = "r1" LICENSE = "GPL/LGPL" -MAINTAINER = "Koen Kooi <koen@handhelds.org>" -PR = "r1" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" DEPENDS = "gtk+-2.6.4-1.osso7 outo libxi xt libpng gconf hildon-lgpl osso-thumbnail osso-gwconnect" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-fm/hildon-fm_${PV}.tar.gz" -S = "${WORKDIR}/hildon-fm-0.9.1" -FILES_${PN} += "${libdir}/outo/*.so" +S = "${WORKDIR}/hildon-fm-0.9.1" +FILES_${PN} += "${libdir}/outo/*.so" inherit pkgconfig autotools diff --git a/packages/maemo/hildon-libs_0.9.6-2.bb b/packages/maemo/hildon-libs_0.9.6-2.bb index aabd6b7fa7..05403155b5 100644 --- a/packages/maemo/hildon-libs_0.9.6-2.bb +++ b/packages/maemo/hildon-libs_0.9.6-2.bb @@ -1,17 +1,20 @@ -PR = "r1" +PR = "r1" LICENSE = "LGPL" -MAINTAINER = "Koen Kooi <koen@handhelds.org>" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" DEPENDS = "dbus hildon-lgpl hildon-fm outo gtk+-2.6.4-1.osso7" -SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-libs/hildon-libs_${PV}.tar.gz \ - file://hildon-libs-no-werror.patch;patch=1" +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/${PN}/${PN}_${PV}.tar.gz \ + file://hildon-libs-no-werror.patch;patch=1" -S = "${WORKDIR}/hildon-libs-0.9.6" +S = "${WORKDIR}/hildon-libs-0.9.6" + +inherit autotools pkgconfig -inherit pkgconfig autotools EXTRA_OECONF = "--disable-gtk-doc" +FILES_${PN} += "${libdir}/outo/*.so" + do_stage() { install -d ${STAGING_LIBDIR}/outo install -m755 ${S}/ut/.libs/libhildonwidgets_unittests.so ${STAGING_LIBDIR}/outo @@ -20,4 +23,3 @@ do_stage() { install -d ${STAGING_INCDIR}/hildon-widgets install -m 644 hildon-widgets/*.h ${STAGING_INCDIR}/hildon-widgets } - diff --git a/packages/maemo/osso-app-killer_0.4-3.bb b/packages/maemo/osso-app-killer_0.4-3.bb new file mode 100644 index 0000000000..7ecc7723bf --- /dev/null +++ b/packages/maemo/osso-app-killer_0.4-3.bb @@ -0,0 +1,14 @@ +PR = "r0" +LICENSE = "GPL" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" + +DEPENDS = "libosso" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz" + +S = ${WORKDIR}/${PN}-0.4 + +inherit autotools pkgconfig + +FILES_${PN} += "${libdir}/dbus-1.0" + diff --git a/packages/maemo/osso-dsp-headers_0.1.bb b/packages/maemo/osso-dsp-headers_0.1.bb new file mode 100644 index 0000000000..41e4fe87ea --- /dev/null +++ b/packages/maemo/osso-dsp-headers_0.1.bb @@ -0,0 +1,21 @@ +PR = "r0" +LICENSE = "GPL" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" + +DEPENDS = "" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.orig.tar.gz" + +inherit autotools pkgconfig + +headers = "a_igeq.h amrnb_socket_node.h audio_socket_node.h pcm_socket_node.h \ + a_imumdrc.h amrwb_socket_node.h interface_common.h video_socket_node.h \ + aac_socket_node.h audio_pp_socket_node.h mp3_socket_node.h" + +do_stage () { + + install -d ${STAGING_INCDIR}/dsp + for h in ${headers}; do + install -m 0644 ${S}/include/dsp/$h ${STAGING_INCDIR}/dsp/$h + done +}
\ No newline at end of file diff --git a/packages/maemo/osso-esd_0.5.bb b/packages/maemo/osso-esd_0.5.bb new file mode 100644 index 0000000000..e2710c4a0b --- /dev/null +++ b/packages/maemo/osso-esd_0.5.bb @@ -0,0 +1,14 @@ +PR = "r0" +LICENSE = "GPL" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" +PROVIDES = "esd" +RPROVIDES = "esd" + +DEPENDS = "audiofile osso-dsp-headers" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.orig.tar.gz" + +S = ${WORKDIR}/esd + +inherit autotools pkgconfig + diff --git a/packages/maemo/osso-screenshot-tool_1.20-1.bb b/packages/maemo/osso-screenshot-tool_1.20-1.bb new file mode 100644 index 0000000000..3b039be934 --- /dev/null +++ b/packages/maemo/osso-screenshot-tool_1.20-1.bb @@ -0,0 +1,10 @@ +PR = "r0" +LICENSE = "" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" + +DEPENDS = "gtk+-2.6.4-1.osso7" +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz" + +S = "${WORKDIR}/${PN}-1.20" + +inherit pkgconfig autotools diff --git a/packages/maemo/osso-sounds_0.3-1.bb b/packages/maemo/osso-sounds_0.3-1.bb new file mode 100644 index 0000000000..588c3139fd --- /dev/null +++ b/packages/maemo/osso-sounds_0.3-1.bb @@ -0,0 +1,31 @@ +PR = "r0" +LICENSE = "GPL" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" + +DEPENDS = "audiofile" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/${PN}/${PN}_${PV}.tar.gz" + +S = ${WORKDIR}/${PN}-0.3 + +datafiles = "game-chess_check.wav ui-charging_started.wav game-chess_checkmate.wav \ + ui-clock_alarm.mp3 game-chess_illegal_move.wav ui-confirmation_note.wav \ + game-chess_piece_capture.wav ui-connection_lost.wav \ + game-chess_successful_movement.wav ui-default_beep.wav \ + game-chess_successful_selection.wav ui-general_warning.wav \ + game-chess_unsuccesful_selection.wav ui-information_note.wav \ + game-mahjong_correct_combination.wav ui-key_press.wav \ + game-mahjong_hint_usage.wav ui-new_email.wav \ + game-mahjong_incorrect_combination.wav ui-operation_ready.wav \ + game-mahjong_incorrect_selection.wav ui-pen_down.wav \ + game-mahjong_shuffle_usage.wav ui-recharge_battery.wav \ + game-mahjong_successful_selection.wav ui-shutdown.wav \ + game-mahjong_undo_usage.wav ui-wake_up_tune.wav \ + ui-battery_low.wav ui-wrong_charger.wav" + +do_install () { + install -d ${D}/${datadir}/sounds + for h in ${datafiles}; do + install -m 0644 ${S}/usr/share/sounds/$h ${D}/${datadir}/sounds/$h + done +} diff --git a/packages/maemo/osso-thumbnail_0.3.1-1.bb b/packages/maemo/osso-thumbnail_0.3.1-1.bb index 93e41a47e4..03659654f3 100644 --- a/packages/maemo/osso-thumbnail_0.3.1-1.bb +++ b/packages/maemo/osso-thumbnail_0.3.1-1.bb @@ -1,19 +1,16 @@ +PR = "r2" LICENSE = "" MAINTAINER = "Koen Kooi <koen@handhelds.org>" -DEPENDS = "gtk+-2.6.4-1.osso7 osso-gnome-vfs2" +DEPENDS = "gtk+-2.6.4-1.osso7 osso-gnome-vfs2" SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/osso-thumbnail/osso-thumbnail_${PV}.tar.gz" -S = "${WORKDIR}/osso-thumbnail-0.3.1" + +S = "${WORKDIR}/osso-thumbnail-0.3.1" inherit pkgconfig autotools EXTRA_OECONF = "--disable-gtk-doc" -do_install_prepend() { - install -d ${D}/${libdir} - install thumbs/.libs/libossothumbnail.so.0.0.3 ${D}${libdir}/ -} - do_stage() { install -d ${STAGING_INCDIR} install -d ${STAGING_LIBDIR} diff --git a/packages/maemo/tscalib/.mtn2git_empty b/packages/maemo/tscalib/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/maemo/tscalib/.mtn2git_empty diff --git a/packages/maemo/tscalib/makefile.patch b/packages/maemo/tscalib/makefile.patch new file mode 100644 index 0000000000..7bfab4f142 --- /dev/null +++ b/packages/maemo/tscalib/makefile.patch @@ -0,0 +1,24 @@ +--- Makefile.orig 2005-06-20 18:44:26.000000000 +0200 ++++ Makefile 2005-06-20 18:43:56.000000000 +0200 +@@ -1,6 +1,4 @@ + +-CC = gcc +-CFLAGS = -Os + LIBS = -lts + PREFIX = /usr/local + +@@ -20,11 +18,11 @@ + rm -rf $(OBJECTS) $(TARGET) .depends + + install: $(TARGET) +- install -d -m 755 $(PREFIX)/bin +- install -c -m 755 $(TARGET) $(PREFIX)/bin/$(TARGET) ++ install -d -m 755 $(DESTDIR)/$(PREFIX)/bin ++ install -c -m 755 $(TARGET) $(DESTDIR)/$(PREFIX)/bin/$(TARGET) + + .depends: +- $(CC) -MM $(SOURCES) > .depends ++ $(CC) -MM $(CFLAGS) $(SOURCES) > .depends + + + -include .depends diff --git a/packages/maemo/tscalib_0.0.1-3.bb b/packages/maemo/tscalib_0.0.1-3.bb new file mode 100644 index 0000000000..6c1a72b185 --- /dev/null +++ b/packages/maemo/tscalib_0.0.1-3.bb @@ -0,0 +1,19 @@ +PR = "r0" +LICENSE = "GPL" +MAINTAINER = "Florian Boor <florian@kernelconcepts.de>" +DEPENDS = "virtual/xserver tslib" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/t/${PN}/${PN}_${PV}.tar.gz \ + file://makefile.patch;patch=1;pnum=0" + +S = "${WORKDIR}/${PN}" + +inherit autotools pkgconfig + +do_compile () { + oe_runmake PREFIX=${prefix} +} + +do_install() { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install +} |