From 51983201ec8a3f1c3b8630990e12cf1b0413a966 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Mon, 5 Sep 2022 21:02:56 +0100 Subject: [PATCH] Import easyeffects_6.3.0-1.debian.tar.xz [dgit import tarball easyeffects 6.3.0-1 easyeffects_6.3.0-1.debian.tar.xz] --- changelog | 44 +++++++++++++++++++++++++++++++ control | 54 ++++++++++++++++++++++++++++++++++++++ copyright | 66 +++++++++++++++++++++++++++++++++++++++++++++++ easyeffects.docs | 1 + rules | 26 +++++++++++++++++++ source/format | 1 + upstream/metadata | 3 +++ watch | 4 +++ 8 files changed, 199 insertions(+) create mode 100644 changelog create mode 100644 control create mode 100644 copyright create mode 100644 easyeffects.docs create mode 100755 rules create mode 100644 source/format create mode 100644 upstream/metadata create mode 100644 watch diff --git a/changelog b/changelog new file mode 100644 index 0000000..407e35f --- /dev/null +++ b/changelog @@ -0,0 +1,44 @@ +easyeffects (6.3.0-1) unstable; urgency=medium + + * New upstream release. + * debian/control: Add new build-dependency. + + -- Boyuan Yang Mon, 05 Sep 2022 16:02:56 -0400 + +easyeffects (6.2.8-1) unstable; urgency=medium + + * New upstream release. + + -- Boyuan Yang Sat, 30 Jul 2022 15:39:05 -0400 + +easyeffects (6.2.7-1) unstable; urgency=medium + + * New upstream release. + + -- Boyuan Yang Wed, 20 Jul 2022 14:21:07 -0400 + +easyeffects (6.2.6-3) unstable; urgency=medium + + * Downgrade "lsp-plugins-lv2 | lsp-plugins" to Recommends since + they are not available on Debian armel. + * debian/upstream/metadata: Added. + + -- Boyuan Yang Sat, 25 Jun 2022 15:38:15 -0400 + +easyeffects (6.2.6-2) unstable; urgency=medium + + * debian/rules: Add missing -latomic LDFLAGS on needed architectures. + + -- Boyuan Yang Fri, 24 Jun 2022 14:38:00 -0400 + +easyeffects (6.2.6-1) unstable; urgency=medium + + * New upstream release. + + -- Boyuan Yang Fri, 24 Jun 2022 09:03:10 -0400 + +easyeffects (6.2.5+git20220618.1-1) unstable; urgency=medium + + * Initial release. (Closes: #1006277) + + -- Boyuan Yang Sat, 18 Jun 2022 17:43:17 -0400 diff --git a/control b/control new file mode 100644 index 0000000..f1648e5 --- /dev/null +++ b/control @@ -0,0 +1,54 @@ +Source: easyeffects +Section: sound +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: + Boyuan Yang , +Build-Depends: + appstream-util, + debhelper-compat (= 13), + desktop-file-utils, + gettext, + itstool, + libadwaita-1-dev, + libbs2b-dev, + libebur128-dev, + libfftw3-dev, + libfmt-dev, + libglib2.0-dev, + libgtk-4-bin, + libgtk-4-dev, + liblilv-dev, + libpipewire-0.3-dev, + librubberband-dev, + libsamplerate0-dev, + libsigc++-3.0-dev, + libsndfile-dev, + libspeexdsp-dev, + libtbb-dev, + libzita-convolver-dev, + lv2-dev, + meson, + nlohmann-json3-dev, + pkg-config, +Standards-Version: 4.6.1 +Homepage: https://github.com/wwmm/easyeffects +Vcs-Git: https://salsa.debian.org/debian/easyeffects.git +Vcs-Browser: https://salsa.debian.org/debian/easyeffects +Rules-Requires-Root: no + +Package: easyeffects +Architecture: any +Depends: + calf-plugins, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + lsp-plugins-lv2 | lsp-plugins, +Description: Audio effects for PipeWire applications + This program provides various audio effects for PipeWire + applications. + . + This application was formerly known as PulseEffects, + but it was renamed to EasyEffects after it started to use + GTK4 and GStreamer usage was replaced by native PipeWire filters. diff --git a/copyright b/copyright new file mode 100644 index 0000000..0881f48 --- /dev/null +++ b/copyright @@ -0,0 +1,66 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: easyeffects +Upstream-Contact: Wellington Wallace +Source: https://github.com/wwmm/easyeffects + +Files: * +Copyright: + 2017-2022 Wellington Wallace + Mikhail Novosyolov +License: GPL-3.0-only + +Files: debian/* +Copyright: 2022 Boyuan Yang +License: CC0-1.0 + +Files: data/com.github.wwmm.easyeffects.metainfo.xml.in +Copyright: 2017 Patrik Nilsson +License: CC0-1.0 + +Files: util/autobuild.sh +Copyright: Mikhail Novosyolov +License: GPL-3.0-only + +Files: + include/* + src/* +Copyright: + 2017-2022 Wellington Wallace +License: GPL-3.0-or-later + +License: GPL-3.0-only + 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, version 3 of the License. + . + This package 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, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: CC0-1.0 + On Debian systems, the complete text of the Creative Commons Zero v1.0 + Universal License can be found in "/usr/share/common-licenses/CC0-1.0". + +License: GPL-3.0-or-later + 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 3 of the License, or + (at your option) any later version. + . + This package 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, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/easyeffects.docs b/easyeffects.docs new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/easyeffects.docs @@ -0,0 +1 @@ +README.md diff --git a/rules b/rules new file mode 100755 index 0000000..c67c9fb --- /dev/null +++ b/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +# export DH_VERBOSE=1 + +# see FEATURE AREAS in dpkg-buildflags(1) +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +DEB_LDFLAGS_MAINT_APPEND = +ifneq (,$(filter $(DEB_HOST_ARCH), armel mips mipsel sparc powerpc powerpcspe sh4 m68k )) + DEB_LDFLAGS_MAINT_APPEND += -latomic +endif + +# see ENVIRONMENT in dpkg-buildflags(1) +# package maintainers to append CFLAGS +#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic +# package maintainers to append LDFLAGS +export DEB_LDFLAGS_MAINT_APPEND + +include /usr/share/dpkg/default.mk + +%: + dh $@ + +override_dh_installchangelogs: + dh_installchangelogs -k CHANGELOG.md diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..44e0a53 --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,3 @@ +--- +Repository: https://github.com/wwmm/easyeffects.git +Repository-Browse: https://github.com/wwmm/easyeffects diff --git a/watch b/watch new file mode 100644 index 0000000..0330f70 --- /dev/null +++ b/watch @@ -0,0 +1,4 @@ +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*@ARCHIVE_EXT@)%@PACKAGE@-$1%" \ + https://github.com/wwmm/easyeffects/tags \ + (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@ -- 2.30.2