mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
qt-apps,-tasks: drop from meta-oe, changes were merged back into meta-oe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
408601b9d4
commit
2a9e3855e8
@ -1,25 +0,0 @@
|
||||
DESCRIPTION = "Fotowall is a creative tool that allows you to layout your photos or pictures \
|
||||
in a personal way. You can add pictures, then resize, move, change colors, text, shadows, etc.."
|
||||
|
||||
HOMEPAGE = "http://www.enricoros.com/opensource/fotowall"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://GPL_V2;md5=79808397c3355f163c012616125c9e26 \
|
||||
file://main.cpp;beginline=6;endline=11;md5=b569acc2bf8974a3082b58fc53b9d8dc"
|
||||
SECTION = "x11/apps"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
inherit qt4x11 pkgconfig
|
||||
|
||||
RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff"
|
||||
|
||||
SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "142ef697332e0777c6d22c5bc96cc438"
|
||||
SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d"
|
||||
|
||||
S = "${WORKDIR}/Fotowall-${PV}"
|
||||
|
||||
do_install() {
|
||||
oe_runmake INSTALL_ROOT=${D} install
|
||||
}
|
||||
@ -1,46 +0,0 @@
|
||||
DESCRIPTION = "Qmmp (Qt-based Multimedia Player) is an audio-player, written with help of Qt library"
|
||||
HOMEPAGE = "http://qmmp.ylsoftware.com"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
|
||||
SECTION = "multimedia"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "taglib libmad libvorbis libogg alsa-lib"
|
||||
RDEPENDS_${PN} += "taglib alsa-lib curl"
|
||||
|
||||
inherit qt4x11 cmake
|
||||
|
||||
SRC_URI = "http://qmmp.ylsoftware.com/files/${PN}-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "b79ce55ed8aca31a29360ff828ce1881"
|
||||
SRC_URI[sha256sum] = "a75c2c676515182ecfbe811cba29ba4ca736912e52fde283db4d03eb116457a4"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
export EXTRA_OECMAKE = "-DQT_QMAKE_EXECUTABLE=${OE_QMAKE_QMAKE} \
|
||||
-DQT_LRELEASE_EXECUTABLE=${OE_QMAKE_LRELEASE} \
|
||||
-DQT_MOC_EXECUTABLE=${OE_QMAKE_MOC} \
|
||||
-DQT_UIC_EXECUTABLE=${OE_QMAKE_UIC} \
|
||||
-DQT_RCC_EXECUTABLE=${OE_QMAKE_RCC} \
|
||||
-DQT_LIBRARY_DIR=${OE_QMAKE_LIBDIR_QT} \
|
||||
-DQT_HEADERS_DIR=${OE_QMAKE_INCDIR_QT} \
|
||||
-DQT_QTCORE_INCLUDE_DIR=${OE_QMAKE_INCDIR_QT}/QtCore \
|
||||
"
|
||||
|
||||
FILES_${PN} = "${bindir}/qmmp ${libdir}/*.so* \
|
||||
${libdir}/qmmp/PlaylistFormats/*.so \
|
||||
${libdir}/qmmp/Output/libalsa.so \
|
||||
${libdir}/qmmp/Transports/libhttp.so \
|
||||
${libdir}/qmmp/Visual/libanalyzer.so \
|
||||
${datadir}/icons/* \
|
||||
${datadir}/qmmp/images/* \
|
||||
${datadir}/applications/qmmp.desktop \
|
||||
"
|
||||
|
||||
PACKAGES += "${PN}-plugin-input-mad ${PN}-plugin-input-vorbis"
|
||||
|
||||
FILES_${PN}-plugin-input-mad = "${libdir}/qmmp/Input/libmad.so"
|
||||
RDEPENDS_${PN}-plugin-input-mad = "libmad"
|
||||
FILES_${PN}-plugin-input-vorbis = "${libdir}/qmmp/Input/libvorbis.so"
|
||||
RDEPENDS_${PN}-plugin-input-vorbis = "libvorbis libogg"
|
||||
@ -1,20 +0,0 @@
|
||||
DESCRIPTION = "A simple note-taking application with Wiki-style syntax and behaviour"
|
||||
HOMEPAGE = "http://qt-apps.org/content/show.php/Quicky?content=80325"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://version.h;endline=19;md5=878bdaff438dab86298301fd1a210e14"
|
||||
SECTION = "x11/apps"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
|
||||
SRC_URI = "http://qt-apps.org/CONTENT/content-files/80325-quicky-0.4.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "824d9e477ee9c4994f73a3cb215161d9"
|
||||
SRC_URI[sha256sum] = "9c66376e0035d44547612bf629890769a6178c3e7eafbcf95f1c6207ac0f352a"
|
||||
|
||||
inherit qt4x11
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${S}/${PN} ${D}${bindir}
|
||||
}
|
||||
@ -1,22 +0,0 @@
|
||||
#
|
||||
# Copyright (C) 2010 Intel Corporation. All rights reserved
|
||||
#
|
||||
|
||||
DESCRIPTION = "Qt Tasks for Poky"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PR = "r3"
|
||||
|
||||
PACKAGES = "\
|
||||
task-poky-qt-demos \
|
||||
task-poky-qt-demos-dbg \
|
||||
task-poky-qt-demos-dev \
|
||||
"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
QTDEMOS ?= "quicky ${COMMERCIAL_QT} fotowall"
|
||||
#QTDEMOS_disabled = "fotowall"
|
||||
|
||||
RDEPENDS_task-poky-qt-demos = "${QTDEMOS}"
|
||||
Loading…
x
Reference in New Issue
Block a user