From bd0cedf07abe5e8649f448ebc9937cc2e76b633b Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Sat, 8 Apr 2023 04:53:51 +0000 Subject: [PATCH] hugin: reintroduce package and dependencies to aramo. --- helpers/make-enblend-enfuse | 28 ++++++++++++++++++++++++++++ helpers/make-hugin | 28 ++++++++++++++++++++++++++++ helpers/make-libvigraimpex | 29 +++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 helpers/make-enblend-enfuse create mode 100644 helpers/make-hugin create mode 100644 helpers/make-libvigraimpex diff --git a/helpers/make-enblend-enfuse b/helpers/make-enblend-enfuse new file mode 100644 index 0000000..3198283 --- /dev/null +++ b/helpers/make-enblend-enfuse @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2023 Luis Guzmán +# +# 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=0 +EXTERNAL='deb-src http://ftp.debian.org/debian bullseye main' +REPOKEY=648ACFD622F3D138 +BUILD_UNTIL=11.0 +. ./config + + +changelog "Build as dependency of hugin." +compile diff --git a/helpers/make-hugin b/helpers/make-hugin new file mode 100644 index 0000000..6e5009e --- /dev/null +++ b/helpers/make-hugin @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2023 Luis Guzmán +# +# 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=0 +EXTERNAL='deb-src http://ftp.debian.org/debian bullseye main' +REPOKEY=648ACFD622F3D138 +BUILD_UNTIL=11.0 +. ./config + + +changelog "Build to reintroduce package in aramo repository." +compile diff --git a/helpers/make-libvigraimpex b/helpers/make-libvigraimpex new file mode 100644 index 0000000..cd23931 --- /dev/null +++ b/helpers/make-libvigraimpex @@ -0,0 +1,29 @@ +#!/bin/sh +# +# Copyright (C) 2023 Luis Guzmán +# +# 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=0 +EXTERNAL='deb-src http://ftp.debian.org/debian bookworm main' +REPOKEY=648ACFD622F3D138 +BUILD_UNTIL=11.0 +. ./config + + +changelog "Build as dependency of hugin." + +compile