mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
New package: elektroid-1.4
This commit is contained in:
parent
707b739e1f
commit
e984e5db17
2 changed files with 34 additions and 0 deletions
21
srcpkgs/elektroid/patches/musl.patch
Normal file
21
srcpkgs/elektroid/patches/musl.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- a/src/connector.c
|
||||
+++ b/src/connector.c
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include <endian.h>
|
||||
-#include <sys/poll.h>
|
||||
+#include <poll.h>
|
||||
#include <zlib.h>
|
||||
#include <libgen.h>
|
||||
#include "connector.h"
|
||||
--- a/src/elektroid.c
|
||||
+++ b/src/elektroid.c
|
||||
@@ -20,6 +20,7 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include <limits.h>
|
||||
+#include <locale.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <unistd.h>
|
||||
#include "connector.h"
|
13
srcpkgs/elektroid/template
Normal file
13
srcpkgs/elektroid/template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'elektroid'
|
||||
pkgname=elektroid
|
||||
version=1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake gettext-devel-tools libtool pkg-config"
|
||||
makedepends="alsa-lib-devel gettext-devel gtk+3-devel libsamplerate-devel libsndfile-devel pulseaudio-devel zlib-devel"
|
||||
short_desc="Data transfer application for Elektron music devices"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/dagargo/elektroid"
|
||||
distfiles="https://github.com/dagargo/elektroid/releases/download/${version}/elektroid-${version}.tar.gz"
|
||||
checksum=c4d1f484118d9600d727cda81caf4d10645c8ea92f78cfae6be13b0e3aec899a
|
Loading…
Add table
Reference in a new issue