* [meta-oe][PATCHv2 1/3] libraw1394: add recipe
@ 2013-10-17 23:11 Khem Raj
2013-10-17 23:11 ` [meta-multimedia][PATCHv2 2/3] coriander: " Khem Raj
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Khem Raj @ 2013-10-17 23:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Cliff Brake
From: Cliff Brake <cbrake@bec-systems.com>
Initial recipe created by Khem Raj
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
diff --git a/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb b/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
new file mode 100644
index 0000000..617ba1b
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "base library for low-level IEEE 1394 accesses"
+HOMEPAGE = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394"
+SECTION = "libs"
+LICENSE = "LGPL-2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499"
+
+SRC_URI = "https://www.kernel.org/pub/linux/libs/ieee1394/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "d06cccb776b240b6ab5efdee33b87af2"
+SRC_URI[sha256sum] = "a83cff16fb8885831bc29d7d17f3c570dc39251d89e20795c08e87720de0ba70"
+
+inherit autotools
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-multimedia][PATCHv2 2/3] coriander: add recipe
2013-10-17 23:11 [meta-oe][PATCHv2 1/3] libraw1394: add recipe Khem Raj
@ 2013-10-17 23:11 ` Khem Raj
2013-10-17 23:12 ` [meta-oe][PATCv2 3/3] mikmod: Upgrade 3.3.2 -> 3.3.3 Khem Raj
2013-10-17 23:59 ` [meta-oe][PATCHv2 1/3] libraw1394: add recipe Martin Jansa
2 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2013-10-17 23:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Cliff Brake
From: Cliff Brake <cbrake@bec-systems.com>
Initial recipe created by Khem Raj
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../coriander/coriander/cross-compile.patch | 17 +++++++++++++++++
.../recipes-multimedia/coriander/coriander_2.0.2.bb | 15 +++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 meta-multimedia/recipes-multimedia/coriander/coriander/cross-compile.patch
create mode 100755 meta-multimedia/recipes-multimedia/coriander/coriander_2.0.2.bb
diff --git a/meta-multimedia/recipes-multimedia/coriander/coriander/cross-compile.patch b/meta-multimedia/recipes-multimedia/coriander/coriander/cross-compile.patch
new file mode 100644
index 0000000..49350fe
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/coriander/coriander/cross-compile.patch
@@ -0,0 +1,17 @@
+In a cross compile environment adding paths like /usr are not correct.
+With this patch we make it so that its relative to sysroot if the compiler
+defines one.
+
+Upstream-Status: Pending
+Signed-off-by: Khem Raj <raj.khem@gmail.com>
+Index: a/src/Makefile.am
+===================================================================
+--- a/src/Makefile.am 2013-02-08 22:35:08.000000000 -0800
++++ b/src/Makefile.am 2013-10-13 01:31:38.812869080 -0700
+@@ -33,5 +33,5 @@
+ video_encode.c video_encode.h \
+ subtitles.c subtitles.h
+
+-coriander_LDADD = -L/usr/X11R6/lib/ @PACKAGE_LIBS@ $(INTLLIBS) $(LIBTIFF_LIBS) $(FTPLIB_LIBS) $(SDLLIB_LIBS) $(LIBDC_LIBS) $(LIBRAW_LIBS) $(XV_LIBS) $(COR_LFS_LDFLAGS) -lgthread-2.0 $(FFMPEG_LIBS) $(X11_LIBS)
++coriander_LDADD = -L=/usr/X11R6/lib/ @PACKAGE_LIBS@ $(INTLLIBS) $(LIBTIFF_LIBS) $(FTPLIB_LIBS) $(SDLLIB_LIBS) $(LIBDC_LIBS) $(LIBRAW_LIBS) $(XV_LIBS) $(COR_LFS_LDFLAGS) -lgthread-2.0 $(FFMPEG_LIBS) $(X11_LIBS)
+
diff --git a/meta-multimedia/recipes-multimedia/coriander/coriander_2.0.2.bb b/meta-multimedia/recipes-multimedia/coriander/coriander_2.0.2.bb
new file mode 100755
index 0000000..587055d
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/coriander/coriander_2.0.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Control and capture GUI for IIDC compliant cameras"
+HOMEPAGE = "http://damien.douxchamps.net/ieee1394/coriander/"
+SECTION = "applications"
+LICENSE = "GPL-3.0"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+DEPENDS = "gtk+ libgnomeui libraw1394 libdc1394 libxv"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/coriander-2/${PV}/${P}.tar.gz \
+ file://cross-compile.patch \
+ "
+
+SRC_URI[md5sum] = "431d98fb013217681f97ade168201fb8"
+SRC_URI[sha256sum] = "5c7fd31cb58d398e2742352bf1ffbd2ca22e06686c6668ecfd437735c2b79123"
+
+inherit autotools gettext sdl
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* [meta-oe][PATCv2 3/3] mikmod: Upgrade 3.3.2 -> 3.3.3
2013-10-17 23:11 [meta-oe][PATCHv2 1/3] libraw1394: add recipe Khem Raj
2013-10-17 23:11 ` [meta-multimedia][PATCHv2 2/3] coriander: " Khem Raj
@ 2013-10-17 23:12 ` Khem Raj
2013-10-17 23:59 ` [meta-oe][PATCHv2 1/3] libraw1394: add recipe Martin Jansa
2 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2013-10-17 23:12 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../mikmod/{libmikmod_3.3.2.bb => libmikmod_3.3.3.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta-oe/recipes-multimedia/mikmod/{libmikmod_3.3.2.bb => libmikmod_3.3.3.bb} (70%)
diff --git a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.2.bb b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.3.bb
similarity index 70%
rename from meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.2.bb
rename to meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.3.bb
index 4ab293f..6a3077f 100644
--- a/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.2.bb
+++ b/meta-oe/recipes-multimedia/mikmod/libmikmod_3.3.3.bb
@@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=b2b941d484c442e5c031a51463d8e11b"
DEPENDS = "alsa-lib texinfo"
SRC_URI = "\
- http://mikmod.shlomifish.org/files/${P}.tar.gz \
+ ${SOURCEFORGE_MIRROR}/project/mikmod/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
"
-SRC_URI[md5sum] = "60ac77a804d082230df3009af11ef44f"
-SRC_URI[sha256sum] = "2311b209255bf24e95161907a16778cb054ac6d447fd8d05f1f0e41a555c7580"
+SRC_URI[md5sum] = "0e0f9bce8f8e598ca292b41e0ae385c8"
+SRC_URI[sha256sum] = "79f02478c5abd8b2af73df4cc5f9d52625aa044327c01563168e270cf79b2437"
inherit autotools binconfig lib_package
--
1.8.3.2
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [meta-oe][PATCHv2 1/3] libraw1394: add recipe
2013-10-17 23:11 [meta-oe][PATCHv2 1/3] libraw1394: add recipe Khem Raj
2013-10-17 23:11 ` [meta-multimedia][PATCHv2 2/3] coriander: " Khem Raj
2013-10-17 23:12 ` [meta-oe][PATCv2 3/3] mikmod: Upgrade 3.3.2 -> 3.3.3 Khem Raj
@ 2013-10-17 23:59 ` Martin Jansa
2013-10-18 0:02 ` Khem Raj
2 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-10-17 23:59 UTC (permalink / raw)
To: openembedded-devel; +Cc: Cliff Brake
[-- Attachment #1: Type: text/plain, Size: 2058 bytes --]
On Thu, Oct 17, 2013 at 04:11:58PM -0700, Khem Raj wrote:
> From: Cliff Brake <cbrake@bec-systems.com>
>
> Initial recipe created by Khem Raj
libraw1394 was already merged today:
http://git.openembedded.org/meta-openembedded/commit/?h=dora&id=cd8755253e6972356e2172670c1861ea664b0f0a
http://git.openembedded.org/meta-openembedded/commit/?id=309eb8a5ff0e7ecbeaf191a9dc906b618d40dd94
It wasn't removed when you rebased, because it was moved to
recipes-support as discussed on #oe.
I haven't merged coriander yet, because it wasn't build on jenkins at
all, because one of dependencies failed because of newer automake.
> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb | 11 +++++++++++
> 1 file changed, 11 insertions(+)
> create mode 100644 meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
>
> diff --git a/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb b/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
> new file mode 100644
> index 0000000..617ba1b
> --- /dev/null
> +++ b/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
> @@ -0,0 +1,11 @@
> +DESCRIPTION = "base library for low-level IEEE 1394 accesses"
> +HOMEPAGE = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394"
> +SECTION = "libs"
> +LICENSE = "LGPL-2.1"
> +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499"
> +
> +SRC_URI = "https://www.kernel.org/pub/linux/libs/ieee1394/${BPN}-${PV}.tar.gz"
> +SRC_URI[md5sum] = "d06cccb776b240b6ab5efdee33b87af2"
> +SRC_URI[sha256sum] = "a83cff16fb8885831bc29d7d17f3c570dc39251d89e20795c08e87720de0ba70"
> +
> +inherit autotools
> --
> 1.8.3.2
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [meta-oe][PATCHv2 1/3] libraw1394: add recipe
2013-10-17 23:59 ` [meta-oe][PATCHv2 1/3] libraw1394: add recipe Martin Jansa
@ 2013-10-18 0:02 ` Khem Raj
0 siblings, 0 replies; 5+ messages in thread
From: Khem Raj @ 2013-10-18 0:02 UTC (permalink / raw)
To: openembedded-devel; +Cc: Cliff Brake
On Oct 17, 2013, at 4:59 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Thu, Oct 17, 2013 at 04:11:58PM -0700, Khem Raj wrote:
>> From: Cliff Brake <cbrake@bec-systems.com>
>>
>> Initial recipe created by Khem Raj
>
> libraw1394 was already merged today:
> http://git.openembedded.org/meta-openembedded/commit/?h=dora&id=cd8755253e6972356e2172670c1861ea664b0f0a
> http://git.openembedded.org/meta-openembedded/commit/?id=309eb8a5ff0e7ecbeaf191a9dc906b618d40dd94
>
> It wasn't removed when you rebased, because it was moved to
> recipes-support as discussed on #oe.
hmmm, ok, it was an update so I will redo it.
>
> I haven't merged coriander yet, because it wasn't build on jenkins at
> all, because one of dependencies failed because of newer automake.
>
>> Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>> meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb | 11 +++++++++++
>> 1 file changed, 11 insertions(+)
>> create mode 100644 meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
>>
>> diff --git a/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb b/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
>> new file mode 100644
>> index 0000000..617ba1b
>> --- /dev/null
>> +++ b/meta-oe/recipes-multimedia/libraw1394/libraw1394_2.1.0.bb
>> @@ -0,0 +1,11 @@
>> +DESCRIPTION = "base library for low-level IEEE 1394 accesses"
>> +HOMEPAGE = "https://ieee1394.wiki.kernel.org/index.php/Libraries#libraw1394"
>> +SECTION = "libs"
>> +LICENSE = "LGPL-2.1"
>> +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499"
>> +
>> +SRC_URI = "https://www.kernel.org/pub/linux/libs/ieee1394/${BPN}-${PV}.tar.gz"
>> +SRC_URI[md5sum] = "d06cccb776b240b6ab5efdee33b87af2"
>> +SRC_URI[sha256sum] = "a83cff16fb8885831bc29d7d17f3c570dc39251d89e20795c08e87720de0ba70"
>> +
>> +inherit autotools
>> --
>> 1.8.3.2
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-10-18 0:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-17 23:11 [meta-oe][PATCHv2 1/3] libraw1394: add recipe Khem Raj
2013-10-17 23:11 ` [meta-multimedia][PATCHv2 2/3] coriander: " Khem Raj
2013-10-17 23:12 ` [meta-oe][PATCv2 3/3] mikmod: Upgrade 3.3.2 -> 3.3.3 Khem Raj
2013-10-17 23:59 ` [meta-oe][PATCHv2 1/3] libraw1394: add recipe Martin Jansa
2013-10-18 0:02 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.