diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/juce/projucer.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-multimedia/recipes-multimedia/juce/projucer.inc b/meta-multimedia/recipes-multimedia/juce/projucer.inc index 6f696e26f9..63ed9e90e0 100644 --- a/meta-multimedia/recipes-multimedia/juce/projucer.inc +++ b/meta-multimedia/recipes-multimedia/juce/projucer.inc | |||
| @@ -3,19 +3,19 @@ DESCRIPTION = "Projucer is used to build and generate support files and build in | |||
| 3 | JUCE supported platforms, including Linux and Embedded Linux." | 3 | JUCE supported platforms, including Linux and Embedded Linux." |
| 4 | SECTION = "utils" | 4 | SECTION = "utils" |
| 5 | HOMEPAGE = "http://juce.com/" | 5 | HOMEPAGE = "http://juce.com/" |
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv3" |
| 7 | LIC_FILES_CHKSUM = "file://README.txt;md5=9ab765ccda8890efc753f287911a1958" | 7 | LIC_FILES_CHKSUM = "file://README.md;md5=65c50b4ff3522b99436da100536ccd1c" |
| 8 | 8 | ||
| 9 | inherit pkgconfig | 9 | inherit pkgconfig |
| 10 | 10 | ||
| 11 | DEPENDS = "libx11 libxext libxinerama libxrandr libxcursor freetype alsa-lib curl" | 11 | DEPENDS = "libx11 libxext libxinerama libxrandr libxcursor freetype alsa-lib curl" |
| 12 | 12 | ||
| 13 | SRCREV = "a8a7fa28e2e9cb19db6a27fcccb567a8ccfe6109" | 13 | SRCREV = "4f41f28b47d01b939559123d145b4e5860528bb7" |
| 14 | BRANCH = "develop" | 14 | BRANCH = "master" |
| 15 | SRC_URI = "git://github.com/julianstorer/JUCE.git;protocol=https;branch=${BRANCH}" | 15 | SRC_URI = "git://github.com/WeAreROLI/JUCE.git;protocol=https;branch=${BRANCH}" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
| 18 | PV = "4.2.3+git${SRCPV}" | 18 | PV = "5.0.1" |
| 19 | 19 | ||
| 20 | JUCE_PROJUCER_BUILD_PATH = "${B}/extras/Projucer/Builds" | 20 | JUCE_PROJUCER_BUILD_PATH = "${B}/extras/Projucer/Builds" |
| 21 | JUCE_PROJUCER_MAKEFILE_PATH = "${JUCE_PROJUCER_BUILD_PATH}/LinuxMakefile" | 21 | JUCE_PROJUCER_MAKEFILE_PATH = "${JUCE_PROJUCER_BUILD_PATH}/LinuxMakefile" |
