summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/owl-video-widget
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:14:24 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-27 15:29:45 +0100
commit29d6678fd546377459ef75cf54abeef5b969b5cf (patch)
tree8edd65790e37a00d01c3f203f773fe4b5012db18 /meta/recipes-sato/owl-video-widget
parentda49de6885ee1bc424e70bc02f21f6ab920efb55 (diff)
downloadpoky-29d6678fd546377459ef75cf54abeef5b969b5cf.tar.gz
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 <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/owl-video-widget')
-rw-r--r--meta/recipes-sato/owl-video-widget/files/owl-video-widget.desktop10
-rw-r--r--meta/recipes-sato/owl-video-widget/files/owl-video-widget.pngbin0 -> 4923 bytes
-rw-r--r--meta/recipes-sato/owl-video-widget/files/stock_media-play.pngbin0 -> 329 bytes
-rw-r--r--meta/recipes-sato/owl-video-widget/files/stock_volume-0.pngbin0 -> 570 bytes
-rw-r--r--meta/recipes-sato/owl-video-widget/files/stock_volume-max.pngbin0 -> 689 bytes
-rw-r--r--meta/recipes-sato/owl-video-widget/files/stock_volume-med.pngbin0 -> 630 bytes
-rw-r--r--meta/recipes-sato/owl-video-widget/files/stock_volume-min.pngbin0 -> 570 bytes
-rw-r--r--meta/recipes-sato/owl-video-widget/libowl-av_svn.bb22
-rw-r--r--meta/recipes-sato/owl-video-widget/owl-video_svn.bb38
9 files changed, 70 insertions, 0 deletions
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 @@
1[Desktop Entry]
2Name=Video
3Exec=video
4Icon=video-player
5Terminal=false
6Type=Application
7Categories=AudioVideo;Video;Player;
8X-MB-SingleInstance=true
9StartupNotify=true
10Comment=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
--- /dev/null
+++ b/meta/recipes-sato/owl-video-widget/files/owl-video-widget.png
Binary files 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
--- /dev/null
+++ b/meta/recipes-sato/owl-video-widget/files/stock_media-play.png
Binary files 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
--- /dev/null
+++ b/meta/recipes-sato/owl-video-widget/files/stock_volume-0.png
Binary files 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
--- /dev/null
+++ b/meta/recipes-sato/owl-video-widget/files/stock_volume-max.png
Binary files 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
--- /dev/null
+++ b/meta/recipes-sato/owl-video-widget/files/stock_volume-med.png
Binary files 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
--- /dev/null
+++ b/meta/recipes-sato/owl-video-widget/files/stock_volume-min.png
Binary files 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 @@
1DESCRIPTION = "OpenedHand Widget Library Audio/Video"
2HOMEPAGE = "http://www.o-hand.com"
3BUGTRACKER = "http://bugzilla.openedhand.com/"
4
5LICENSE = "LGPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \
7 file://libowl-av/owl-video-widget.h;endline=22;md5=0d4caab10952acdf470086c25c7f70c8 \
8 file://libowl-av/owl-audio-player.h;endline=22;md5=4af2d44f206a086f9f03881236f7390b"
9
10SECTION = "x11"
11DEPENDS = "gtk+ gstreamer gst-plugins-base"
12RDEPENDS = "gst-meta-base"
13RRECOMMENDS = "gst-meta-audio gst-meta-video"
14
15PV = "0.0+svnr${SRCREV}"
16PR = "r3"
17
18S = "${WORKDIR}/${PN}"
19
20SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=${PN};proto=http"
21
22inherit 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 @@
1DESCRIPTION = "OpenedHand Widget Library video widget"
2HOMEPAGE = "http://o-hand.com/"
3BUGTRACKER = "http://bugzilla.o-hand.com/"
4LICENSE = "LGPLv2.1 & GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=ac14b7ca45afea5af040da54db270eb0 \
6 file://src/video.c;endline=22;md5=e8e9f23c3691c11af7d8fc03264ca9da \
7 file://src/bacon-volume.c;endline=20;md5=798804562b24e30bac482ba91c45e46d"
8SECTION = "x11"
9DEPENDS = "libowl-av"
10
11PV = "0.0+svnr${SRCREV}"
12PR = "r1"
13
14S = "${WORKDIR}/video"
15
16SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=video;proto=http \
17 file://owl-video-widget.png \
18 file://stock_media-play.png \
19 file://stock_volume-0.png \
20 file://stock_volume-min.png \
21 file://stock_volume-med.png \
22 file://stock_volume-max.png \
23 file://owl-video-widget.desktop"
24
25inherit autotools pkgconfig
26
27do_install_append () {
28 install -d ${D}/${datadir}/pixmaps
29 install -m 0644 ${WORKDIR}/stock_media-play.png ${D}/${datadir}/pixmaps
30 install -m 0644 ${WORKDIR}/stock_volume-0.png ${D}/${datadir}/pixmaps
31 install -m 0644 ${WORKDIR}/stock_volume-min.png ${D}/${datadir}/pixmaps
32 install -m 0644 ${WORKDIR}/stock_volume-med.png ${D}/${datadir}/pixmaps
33 install -m 0644 ${WORKDIR}/stock_volume-max.png ${D}/${datadir}/pixmaps
34 install -m 0644 ${WORKDIR}/owl-video-widget.png ${D}/${datadir}/pixmaps
35
36 install -d ${D}/${datadir}/applications
37 install -m 0644 ${WORKDIR}/owl-video-widget.desktop ${D}/${datadir}/applications
38}