From 29d6678fd546377459ef75cf54abeef5b969b5cf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 27 Aug 2010 15:14:24 +0100 Subject: Major layout change to the packages directory Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie --- .../files/owl-video-widget.desktop | 10 ++++++ .../owl-video-widget/files/owl-video-widget.png | Bin 0 -> 4923 bytes .../owl-video-widget/files/stock_media-play.png | Bin 0 -> 329 bytes .../owl-video-widget/files/stock_volume-0.png | Bin 0 -> 570 bytes .../owl-video-widget/files/stock_volume-max.png | Bin 0 -> 689 bytes .../owl-video-widget/files/stock_volume-med.png | Bin 0 -> 630 bytes .../owl-video-widget/files/stock_volume-min.png | Bin 0 -> 570 bytes .../recipes-sato/owl-video-widget/libowl-av_svn.bb | 22 ++++++++++++ .../recipes-sato/owl-video-widget/owl-video_svn.bb | 38 +++++++++++++++++++++ 9 files changed, 70 insertions(+) create mode 100644 meta/recipes-sato/owl-video-widget/files/owl-video-widget.desktop create mode 100644 meta/recipes-sato/owl-video-widget/files/owl-video-widget.png create mode 100644 meta/recipes-sato/owl-video-widget/files/stock_media-play.png create mode 100644 meta/recipes-sato/owl-video-widget/files/stock_volume-0.png create mode 100644 meta/recipes-sato/owl-video-widget/files/stock_volume-max.png create mode 100644 meta/recipes-sato/owl-video-widget/files/stock_volume-med.png create mode 100644 meta/recipes-sato/owl-video-widget/files/stock_volume-min.png create mode 100644 meta/recipes-sato/owl-video-widget/libowl-av_svn.bb create mode 100644 meta/recipes-sato/owl-video-widget/owl-video_svn.bb (limited to 'meta/recipes-sato/owl-video-widget') diff --git a/meta/recipes-sato/owl-video-widget/files/owl-video-widget.desktop b/meta/recipes-sato/owl-video-widget/files/owl-video-widget.desktop new file mode 100644 index 0000000000..e7af07ee64 --- /dev/null +++ b/meta/recipes-sato/owl-video-widget/files/owl-video-widget.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=Video +Exec=video +Icon=video-player +Terminal=false +Type=Application +Categories=AudioVideo;Video;Player; +X-MB-SingleInstance=true +StartupNotify=true +Comment=Video Player diff --git a/meta/recipes-sato/owl-video-widget/files/owl-video-widget.png b/meta/recipes-sato/owl-video-widget/files/owl-video-widget.png new file mode 100644 index 0000000000..f463fe1864 Binary files /dev/null and b/meta/recipes-sato/owl-video-widget/files/owl-video-widget.png differ diff --git a/meta/recipes-sato/owl-video-widget/files/stock_media-play.png b/meta/recipes-sato/owl-video-widget/files/stock_media-play.png new file mode 100644 index 0000000000..c2b9c582a1 Binary files /dev/null and b/meta/recipes-sato/owl-video-widget/files/stock_media-play.png differ diff --git a/meta/recipes-sato/owl-video-widget/files/stock_volume-0.png b/meta/recipes-sato/owl-video-widget/files/stock_volume-0.png new file mode 100644 index 0000000000..f3f57143d4 Binary files /dev/null and b/meta/recipes-sato/owl-video-widget/files/stock_volume-0.png differ diff --git a/meta/recipes-sato/owl-video-widget/files/stock_volume-max.png b/meta/recipes-sato/owl-video-widget/files/stock_volume-max.png new file mode 100644 index 0000000000..03f5a03b45 Binary files /dev/null and b/meta/recipes-sato/owl-video-widget/files/stock_volume-max.png differ diff --git a/meta/recipes-sato/owl-video-widget/files/stock_volume-med.png b/meta/recipes-sato/owl-video-widget/files/stock_volume-med.png new file mode 100644 index 0000000000..f774e42bb1 Binary files /dev/null and b/meta/recipes-sato/owl-video-widget/files/stock_volume-med.png differ diff --git a/meta/recipes-sato/owl-video-widget/files/stock_volume-min.png b/meta/recipes-sato/owl-video-widget/files/stock_volume-min.png new file mode 100644 index 0000000000..f3f57143d4 Binary files /dev/null and b/meta/recipes-sato/owl-video-widget/files/stock_volume-min.png differ diff --git a/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb new file mode 100644 index 0000000000..be3469965a --- /dev/null +++ b/meta/recipes-sato/owl-video-widget/libowl-av_svn.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "OpenedHand Widget Library Audio/Video" +HOMEPAGE = "http://www.o-hand.com" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "LGPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ + file://libowl-av/owl-video-widget.h;endline=22;md5=0d4caab10952acdf470086c25c7f70c8 \ + file://libowl-av/owl-audio-player.h;endline=22;md5=4af2d44f206a086f9f03881236f7390b" + +SECTION = "x11" +DEPENDS = "gtk+ gstreamer gst-plugins-base" +RDEPENDS = "gst-meta-base" +RRECOMMENDS = "gst-meta-audio gst-meta-video" + +PV = "0.0+svnr${SRCREV}" +PR = "r3" + +S = "${WORKDIR}/${PN}" + +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http" + +inherit autotools pkgconfig diff --git a/meta/recipes-sato/owl-video-widget/owl-video_svn.bb b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb new file mode 100644 index 0000000000..50027f5f20 --- /dev/null +++ b/meta/recipes-sato/owl-video-widget/owl-video_svn.bb @@ -0,0 +1,38 @@ +DESCRIPTION = "OpenedHand Widget Library video widget" +HOMEPAGE = "http://o-hand.com/" +BUGTRACKER = "http://bugzilla.o-hand.com/" +LICENSE = "LGPLv2.1 & GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \ + file://src/video.c;endline=22;md5=e8e9f23c3691c11af7d8fc03264ca9da \ + file://src/bacon-volume.c;endline=20;md5=798804562b24e30bac482ba91c45e46d" +SECTION = "x11" +DEPENDS = "libowl-av" + +PV = "0.0+svnr${SRCREV}" +PR = "r1" + +S = "${WORKDIR}/video" + +SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=video;proto=http \ + file://owl-video-widget.png \ + file://stock_media-play.png \ + file://stock_volume-0.png \ + file://stock_volume-min.png \ + file://stock_volume-med.png \ + file://stock_volume-max.png \ + file://owl-video-widget.desktop" + +inherit autotools pkgconfig + +do_install_append () { + install -d ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/stock_media-play.png ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/stock_volume-0.png ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/stock_volume-min.png ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/stock_volume-med.png ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/stock_volume-max.png ${D}/${datadir}/pixmaps + install -m 0644 ${WORKDIR}/owl-video-widget.png ${D}/${datadir}/pixmaps + + install -d ${D}/${datadir}/applications + install -m 0644 ${WORKDIR}/owl-video-widget.desktop ${D}/${datadir}/applications +} -- cgit v1.2.3-54-g00ecf