aboutsummaryrefslogtreecommitdiffstats
path: root/main/mp3splt-gtk
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/mp3splt-gtk: rename gst* dependencyNatanael Copa2017-06-291-2/+2
|
* main/mp3splt-gtk: Removed obsolete dependanciesScrumpyJack2015-11-101-1/+1
| | | | Removed gnome-doc-utils as dependancy
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/mp3splt-gtk: remove audacious supportNatanael Copa2015-04-221-2/+2
| | | | seems to conflict with our gtk3 use
* main/mp3splt-gtk: upgrade to 0.9.2Natanael Copa2014-11-281-4/+4
|
* main/mp3splt-gtk: upgrade to 0.9.1aNatanael Copa2014-08-211-4/+4
|
* main/mp3splt-gtk: upgrade to 0.9.1Natanael Copa2014-07-211-6/+6
|
* main/mp3splt-gtk: specify licenseFabian Affolter2013-10-301-6/+6
|
* main/mp3splt-gtk: help bootstrap audaciousNatanael Copa2013-10-211-1/+1
| | | | | | | audacious-plugins has an install_if=audacious so when building recusively and one of the dependencies for audacius-plugins is missing it wil fail. We help the situation by adding audacious-plugins as a buildtime dep even if it strictly is not.
* main/[various]: update config.subTimo Teräs2013-10-091-0/+1
|
* main/mp3splt-gtk: upgrade to 0.9Natanael Copa2013-08-161-4/+4
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-1/+4
|
* main/mp3splt-gtk: upgrade to 0.8.2Natanael Copa2013-04-262-38/+6
|
* main/mp3splt-gtk: upgrade to 0.8.1Natanael Copa2013-03-081-3/+7
|
* main/mp3splt-gtk: build fix for automake-1.13Natanael Copa2012-12-311-2/+3
|
* main/mp3splt-gtk: upgrade to 0.7.3Natanael Copa2012-10-011-4/+4
|
* main/mp3splt-gtk: rebuild against glib-2.32Natanael Copa2012-04-251-1/+1
|
* main/mp3split-gtk: fix underlinkingNatanael Copa2012-03-182-4/+35
|
* main/{mp3splt,libmp3splt,mp3splt-gtk}: moved from testingJeff Bilyk2012-03-171-0/+42
fixes #769