Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion recipes/alsa/alsa-utils.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ PACKAGES += "\
${PN}-alsaconf \
${PN}-alsactl \
${PN}-alsaucm \
${PN}-udevrules"
${PN}-udevrules \
${PN}-systemd"

FILES_${PN} = ""
FILES_${PN}-aplay = "${bindir}/aplay ${bindir}/arecord"
Expand All @@ -36,6 +37,7 @@ FILES_${PN}-aseqdump = "${bindir}/aseqdump"
FILES_${PN}-alsaconf = "${sbindir}/alsaconf"
FILES_${PN}-alsaucm = "${bindir}/alsaucm"
FILES_${PN}-udevrules = "/lib/udev/rules.d/"
FILES_${PN}-systemd = "${libdir}/systemd/"

RD = "libasound libpthread libdl"
RDEPENDS_${PN}-aplay = "${RD} libgcc"
Expand All @@ -49,6 +51,7 @@ RDEPENDS_${PN}-iecset = "${RD}"
RDEPENDS_${PN}-alsactl = "${RD}"
RDEPENDS_${PN}-aseqdump = "${RD}"
RDEPENDS_${PN}-alsaconf = "${RD}"
RDEPENDS_${PN}-systemd = "${PN}-alsactl"
RDEPENDS_${PN} = "${PN}-aplay ${PN}-amixer ${PN}-speakertest ${PN}-midi \
${PN}-aconnect ${PN}-aseqnet ${PN}-iecset ${PN}-alsactl ${PN}-aseqdump ${PN}-alsaconf \
${PN}-alsaloop \
Expand Down
2 changes: 1 addition & 1 deletion recipes/flac/flac.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BUGTRACKER = "http://sourceforge.net/tracker/?group_id=13478&atid=113478"
LICENSE = "GFDL-1.2 & GPLv2.0+ & LGPLv2.1+ & BSD"


inherit auto-package-libs configure-use c++
inherit auto-package-libs configure-use c++ gettext
require conf/fetch/sourceforge.conf
SRC_URI = "${SOURCEFORGE_MIRROR}/flac/flac-${PV}.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion recipes/gstreamer/gst-plugins-bad.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HOMEPAGE = "http://www.gstreamer.net/"
DESCRIPTION = "GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest."

inherit gst-plugins autotools-autoreconf pkgconfig
inherit gst-plugins autotools-autoreconf pkgconfig gettext

DEPENDS += "\
libgstbase \
Expand Down
2 changes: 1 addition & 1 deletion recipes/gstreamer/gst-plugins-base.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HOMEPAGE = "http://www.gstreamer.net/"
DESCRIPTION = "GStreamer Base Plug-ins is a well-groomed and well-maintained collection of GStreamer plug-ins and elements"

inherit gst-plugins autotools-autoreconf pkgconfig
inherit gst-plugins autotools-autoreconf pkgconfig gettext

CONFIGURE_USE_FLAGS = "use=vorbis:depend=libvorbis:autolib=vorbis:autordepend=libvorbis"
CONFIGURE_USE_FLAGS += "use=alsa:depend=libasound:autolib=alsa:autordepend=libasound"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gstreamer/gst-plugins-good.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HOMEPAGE = "http://www.gstreamer.net/"
DESCRIPTION = "GStreamer Good Plug-ins is a set of plug-ins that we consider to have good quality code and correct functionality."

inherit gst-plugins autotools-autoreconf pkgconfig make
inherit gst-plugins autotools-autoreconf pkgconfig make gettext

CONFIGURE_USE_FLAGS = "use=flac:depend=libflac:autolib=flac:autordepend=libflac"
CONFIGURE_USE_FLAGS += "use=speex:depend=libspeex:autolib=speex:autordepend=libspeex"
Expand Down
2 changes: 1 addition & 1 deletion recipes/gstreamer/gst-plugins-ugly.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
HOMEPAGE = "http://www.gstreamer.net/"
DESCRIPTION = "GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest."

inherit gst-plugins autotools-autoreconf pkgconfig
inherit gst-plugins autotools-autoreconf pkgconfig gettext

DEPENDS += "\
libgstbase \
Expand Down
2 changes: 1 addition & 1 deletion recipes/gstreamer/gstreamer.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ It supports a wide range of formats including mp3, ogg, avi, mpeg and quicktime.
HOMEPAGE = "http://gstreamer.freedesktop.org/"
BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer"

inherit autotools-autoreconf pkgconfig c auto-package-utils gstreamer-api
inherit autotools-autoreconf pkgconfig c auto-package-utils gstreamer-api gettext

SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2"

Expand Down
8 changes: 3 additions & 5 deletions recipes/imagemagick/imagemagick_6.8.8-7.oe
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
DESCRIPTION = "ImageMagick is an image convertion tools"
LICENSE = "GPL"
DEPENDS = "libbz2 bzip2-dev libjpeg libpng15 libz"
DEPENDS = "libbz2 bzip2-dev libjpeg libpng libz"

SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}.tar.bz2"
SRC_URI = "http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${PV}.tar.bz2"
S = "${SRCDIR}/ImageMagick-${PV}"

IMVER = "${@d.get('PV').split('-')[0]}"

inherit autotools binconfig pkgconfig
inherit autotools binconfig pkgconfig c++

EXTRA_OECONF = "\
--program-prefix= \
Expand All @@ -17,8 +17,6 @@ EXTRA_OECONF = "\
--disable-openmp \
"

EXTRA_OEMAKE += "V=1"

FILES_${PN} += "${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.so \
${libdir}/ImageMagick-${IMVER}/modules-Q16/*/*.la \
${libdir}/ImageMagick-${IMVER}/config-Q16/ \
Expand Down
15 changes: 15 additions & 0 deletions recipes/libmad/libmad/mandatory-files.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff -urN a/AUTHORS b/AUTHORS
--- a/AUTHORS 1970-01-01 01:00:00.000000000 +0100
+++ b/AUTHORS 2015-05-20 17:33:30.691791110 +0200
@@ -0,0 +1 @@
+Dummy
diff -urN a/ChangeLog b/ChangeLog
--- a/ChangeLog 1970-01-01 01:00:00.000000000 +0100
+++ b/ChangeLog 2015-05-20 17:33:35.635862311 +0200
@@ -0,0 +1 @@
+Dummy
diff -urN a/NEWS b/NEWS
--- a/NEWS 1970-01-01 01:00:00.000000000 +0100
+++ b/NEWS 2015-05-20 17:33:25.523716670 +0200
@@ -0,0 +1 @@
+Dummy
3 changes: 2 additions & 1 deletion recipes/libmad/libmad_0.15.1b.oe
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ require conf/fetch/sourceforge.conf
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
file://no-force-mem.patch \
file://add-pkgconfig.patch \
file://mandatory-files.patch \
file://fix_for_mips_with_gcc-4.5.0.patch"

S = "${SRCDIR}/libmad-${PV}"

inherit autotools pkgconfig library
inherit autotools-autoreconf pkgconfig library

EXTRA_OECONF = "-enable-speed --enable-shared"
# The ASO's don't take any account of thumb...
Expand Down
1 change: 1 addition & 0 deletions recipes/libtheora/libtheora_1.2.0alpha1.oe
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.gz"
DEPENDS = "libogg"

EXTRA_OECONF = "--disable-examples"
PARALLEL_MAKE = ""

inherit auto-package-libs
AUTO_PACKAGE_LIBS = "theoradec theoraenc"
Expand Down
10 changes: 10 additions & 0 deletions recipes/orc/orc-0.4.18/pc.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff -urN a/orc.pc.in b/orc.pc.in
--- a/orc.pc.in 2013-02-20 02:39:37.000000000 +0100
+++ b/orc.pc.in 2015-05-14 13:53:18.744262513 +0200
@@ -12,5 +12,5 @@
Libs.private: @LIBM@ @LIBRT@ @PTHREAD_LIBS@
Cflags: -I${includedir}

-orcc=${toolsdir}/orcc@EXEEXT@
+orcc=${pc_sysrootdir}${toolsdir}/orcc@EXEEXT@

3 changes: 3 additions & 0 deletions recipes/orc/orc_0.4.18.oe
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
LICENSE = "BSD-2-Clause*"

require orc.inc

SRC_URI += "file://pc.patch"

LIBV = "0.4"