mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-09-13 15:49:32 +02:00
gigedit: initial add 1.1.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
8
recipes-musicians/linuxsampler/gigedit/gigedit.desktop
Normal file
8
recipes-musicians/linuxsampler/gigedit/gigedit.desktop
Normal file
@@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Name=Gigedit
|
||||
Comment=Instrument editor for gig files
|
||||
Icon=gigedit
|
||||
Exec=gigedit
|
||||
Categories=AudioVideo;Audio;Midi;Sequencer;
|
||||
|
||||
BIN
recipes-musicians/linuxsampler/gigedit/gigedit.png
Normal file
BIN
recipes-musicians/linuxsampler/gigedit/gigedit.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
38
recipes-musicians/linuxsampler/gigedit_1.1.0.bb
Normal file
38
recipes-musicians/linuxsampler/gigedit_1.1.0.bb
Normal file
@@ -0,0 +1,38 @@
|
||||
SUMMARY = "An instrument editor for gig files"
|
||||
HOMEPAGE = "http://www.linuxsampler.org"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
glib-2.0-native \
|
||||
intltool-native \
|
||||
libxslt-native \
|
||||
gtkmm3 \
|
||||
linuxsampler \
|
||||
"
|
||||
|
||||
inherit autotools pkgconfig gtk-icon-cache
|
||||
|
||||
SRC_URI = " \
|
||||
http://download.linuxsampler.org/packages/${BPN}-${PV}.tar.bz2 \
|
||||
file://gigedit.png \
|
||||
file://gigedit.desktop \
|
||||
"
|
||||
SRC_URI[md5sum] = "1ca041c960d997dd8a58c4072056f165"
|
||||
SRC_URI[sha256sum] = "d18abe98d8bc6ec0d1ac8b8b185a25d7e2454225fcb030f80e19099c4262f720"
|
||||
|
||||
EXTRA_OEMAKE = "LIBTOOLFLAGS='--tag=CXX'"
|
||||
|
||||
do_install_append() {
|
||||
install -d "${D}/${datadir}/pixmaps/${BPN}"
|
||||
install ${WORKDIR}/${BPN}.png ${D}/${datadir}/pixmaps/${BPN}/
|
||||
|
||||
install -d ${D}${datadir}/applications
|
||||
install -m 0644 ${WORKDIR}/${BPN}.desktop ${D}${datadir}/applications
|
||||
}
|
||||
|
||||
FILES_SOLIBSDEV = "${libdir}/${BPN}/lib*${SOLIBSDEV}"
|
||||
|
||||
FILES_${PN} += "${libdir}/linuxsampler"
|
||||
@@ -71,6 +71,7 @@ RDEPENDS_${PN} += " \
|
||||
libxmp \
|
||||
\
|
||||
\
|
||||
gigedit \
|
||||
libgig-bin \
|
||||
liblscp \
|
||||
linuxsampler-standalone linuxsampler-tools linuxsampler-dssi linuxsampler-lv2 \
|
||||
|
||||
Reference in New Issue
Block a user