mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
coriander: add recipe
Initial recipe created by Khem Raj Signed-off-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
6e6e0f4faf
commit
17872764a5
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user