From 03f193cb0758ee177887292733f7e01d118d63df Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Wed, 8 Jul 2020 00:48:47 -0500 Subject: [PATCH] Fix lmms dependencies for i386 build --- helpers/make-khronos-api | 29 +++++++++++++++++++++++++++++ helpers/make-lmms | 1 + helpers/make-unicode-data | 29 +++++++++++++++++++++++++++++ helpers/make-wine | 30 ++++++++++++++++++++++++++++++ 4 files changed, 89 insertions(+) create mode 100644 helpers/make-khronos-api create mode 100644 helpers/make-unicode-data create mode 100644 helpers/make-wine diff --git a/helpers/make-khronos-api b/helpers/make-khronos-api new file mode 100644 index 000000000..bbfa2338f --- /dev/null +++ b/helpers/make-khronos-api @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright (C) 2020 Luis Guzman <ark@switnet.org> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main' +REPOKEY=04EE7237B7D453EC +BACKPORT=true + +. ./config + +changelog "Backported from debian old stable backports" + +compile diff --git a/helpers/make-lmms b/helpers/make-lmms index de0dd7f13..72f9cb36d 100644 --- a/helpers/make-lmms +++ b/helpers/make-lmms @@ -21,6 +21,7 @@ VERSION=1 EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' REPOKEY="3B4FE6ACC0B21F32" BACKPORTS=true +DEPENDS=wine . ./config diff --git a/helpers/make-unicode-data b/helpers/make-unicode-data new file mode 100644 index 000000000..bbfa2338f --- /dev/null +++ b/helpers/make-unicode-data @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright (C) 2020 Luis Guzman <ark@switnet.org> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main' +REPOKEY=04EE7237B7D453EC +BACKPORT=true + +. ./config + +changelog "Backported from debian old stable backports" + +compile diff --git a/helpers/make-wine b/helpers/make-wine new file mode 100644 index 000000000..33971c38b --- /dev/null +++ b/helpers/make-wine @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2020 Luis Guzman <ark@switnet.org> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +EXTERNAL='deb-src http://ftp.debian.org/debian oldstable-backports main' +REPOKEY=04EE7237B7D453EC +BACKPORT=true +DEPENDS=khronos-api,unicode-data + +. ./config + +changelog "Backported from debian old stable backports" + +compile -- GitLab