diff --git a/debian/changelog b/debian/changelog deleted file mode 100755 index 7f38fc6..0000000 --- a/debian/changelog +++ /dev/null @@ -1,95 +0,0 @@ -odio-edit (22.10.31) unstable; urgency=medium - - * Translated using Weblate (Spanish) - * src/mainwindow.c: Update copyright year - - -- Robert Tari Mon, 31 Oct 2022 17:36:00 +0200 - -odio-edit (22.7.5) unstable; urgency=medium - - * Updated translation files - * Translated using Weblate (Turkish) - * debian/control: Update runtime dependencies - * gstreamer.c: Drop cases with native endianness - - -- Robert Tari Mon, 5 Jul 2022 00:26:00 +0200 - -odio-edit (22.6.15) unstable; urgency=medium - - * Translated using Weblate (Spanish) - * Fix the AudioFormat to PCM for multichannel files - - -- Robert Tari Wed, 6 Jun 2022 23:53:00 +0200 - -odio-edit (21.11.13) unstable; urgency=medium - - * Replace the [Ctrl+D] accelerator with [Del] - - -- Robert Tari Sat, 13 Nov 2021 22:51:00 +0200 - -odio-edit (21.4.30) unstable; urgency=medium - - * Return cursor to selection start when playback ends - * src/mainwindow.c: Set play button to play selection by default - * Translated using Weblate (Sinhala) - * Translated using Weblate (Turkish) - * Translated using Weblate (Spanish) - * Added translation using Weblate (Catalan) - * Translated using Weblate (German) - * Translated using Weblate (Norwegian Bokmål) - * Translated using Weblate (French) - - -- Robert Tari Fri, 30 Apr 2021 18:24:00 +0200 - -odio-edit (20.5.12) unstable; urgency=medium - - * Version bump - - -- Robert Tari Mon, 12 May 2020 19:52:00 +0200 - -odio-edit (20.5.11) unstable; urgency=medium - - * Update for use with libodiosacd 20.5.11 - - -- Robert Tari Mon, 11 May 2020 17:38:26 +0200 - -odio-edit (20.5.9) unstable; urgency=medium - - * Use fractions as progress input - * Add *.dsf and *.dff support - - -- Robert Tari Sun, 10 May 2020 15:09:00 +0200 - -odio-edit (20.4.16) unstable; urgency=medium - - * Make gst-libav a dependency - * WEBM support - * Add progress bar text - * Make file load cancellable - * Wrap gtk_file_filter_filter checks into a function - * Store file patterns in a string array - * Add some string manipulation functions - * OnSave: show save dialog if source is not WAV - * Some code refactoring - - -- Robert Tari Thu, 16 Apr 2020 04:20:08 +0200 - -odio-edit (20.4.13) unstable; urgency=medium - - * Added more input formats - * Changed loading: decode compressed input files before reading - * Fixed selection after pasting - - -- Robert Tari Mon, 13 Apr 2020 23:26:33 +0200 - -odio-edit (20.4.3) unstable; urgency=medium - - * Run About Dialog with app's mainLoop - - -- Robert Tari Fri, 03 Apr 2020 11:49:06 +0200 - -odio-edit (20.3.26) unstable; urgency=medium - - * Initial Release. - - -- Robert Tari Sun, 29 Mar 2020 15:35:56 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100755 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control deleted file mode 100755 index 76231b2..0000000 --- a/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -Source: odio-edit -Section: sound -Priority: optional -Maintainer: Robert Tari -Build-Depends: debhelper (>= 10), gcc, gettext, libgstreamer-plugins-base1.0-dev, libgtk-3-dev, libodiosacd -Standards-Version: 4.1.2 -Homepage: https://tari.in/www/software/odio-edit/ - -Package: odio-edit -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-plugins-good, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, libgtk-3-0, dconf-gsettings-backend | gsettings-backend, libodiosacd -Description: A lightweight audio wave editor - A light and fast audio editor with a simple GTK+ interface. - Works with all media formats recognised by your GStreamer - installation. The application can cut, crop, mix and fade audio, - with the ability to undo/redo any number of steps. diff --git a/debian/copyright b/debian/copyright deleted file mode 100755 index ef1e5df..0000000 --- a/debian/copyright +++ /dev/null @@ -1,33 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: odio-edit -Upstream-Contact: Robert Tari -Source: https://github.com/tari01/odio-edit - -Files: * -Copyright: 2019-2022, Robert Tari -License: GPL-3+ - -Files: po/*.po -Copyright: 2019-2022, Rosetta Contributors and Canonical Ltd -License: GPL-3+ - -Files: debian/* -Copyright: 2019-2022 Robert Tari -License: GPL-3.0+ - -License: GPL-3.0+ - 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/debian/rules b/debian/rules deleted file mode 100755 index 3d475d6..0000000 --- a/debian/rules +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ - -override_dh_auto_install: - dh_auto_install - rm -frv ./data/usr/share/locale - rm -f ./src/*.o - diff --git a/debian/source/format b/debian/source/format deleted file mode 100755 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/debian/watch b/debian/watch deleted file mode 100755 index 510317f..0000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -https://github.com/tari01/odio-edit/archive/([0-9.]+)\.tar\.gz diff --git a/src/main.h b/src/main.h index abe98dd..f34323e 100755 --- a/src/main.h +++ b/src/main.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2019-2021, Robert Tari + Copyright (C) 2019-2023, Robert Tari Copyright (C) 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012, Magnus Hjorth This file is part of Odio Edit. @@ -24,7 +24,7 @@ #include -#define APPVERSION "22.10.31" +#define APPVERSION "23.1.31" #define ARRAY_LENGTH(arr) (sizeof(arr)/sizeof((arr)[0])) #define GFLOAT(x) ((gfloat)(x)) #define GDOUBLE(x) ((gdouble)(x))