diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-09 02:07:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-04-09 02:07:25 -0300 |
commit | 7727bf1ef4ee68071c62840f8f43a601a9d466cc (patch) | |
tree | 7890bfc50716812d9c4b88bb257bfe7fa336e136 /libre/audacious-plugins-libre/PKGBUILD | |
parent | 6ab56d6a9a2b564fcdbd5738a6609b20cd265eda (diff) | |
download | abslibre-7727bf1ef4ee68071c62840f8f43a601a9d466cc.tar.gz abslibre-7727bf1ef4ee68071c62840f8f43a601a9d466cc.tar.bz2 abslibre-7727bf1ef4ee68071c62840f8f43a601a9d466cc.zip |
audacious-plugins-libre: fixing issues in PKGBUILD
Diffstat (limited to 'libre/audacious-plugins-libre/PKGBUILD')
-rw-r--r-- | libre/audacious-plugins-libre/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD index 996d72dbf..1953c1764 100644 --- a/libre/audacious-plugins-libre/PKGBUILD +++ b/libre/audacious-plugins-libre/PKGBUILD @@ -14,14 +14,14 @@ url='http://audacious-media-player.org/' arch=('i686' 'x86_64') license=('GPL' 'GPL3' 'LGPL' 'custom') --# Licensing issues: --# The plugins 'scrobbler', stereoplugin', 'wavepack' and 'plugin_echo' have no license notice --# but I've been informed by an upstream dev, nenolod, that they are all GPL. I don't know what version --# --# The plugin 'psf' is currently (Nov 2011) BSD+noncommercial, but is apparently being changed to GPL. --# However, 'psf' is apparently an emulator for running non-free code, so I'm not rushing to fix it. --# --# All the other custom licensed plugins I think are mostly modified BSD or ISC. +# Licensing issues: +# The plugins 'scrobbler', stereoplugin', 'wavepack' and 'plugin_echo' have no license notice +# but I've been informed by an upstream dev, nenolod, that they are all GPL. I don't know what version +# +# The plugin 'psf' is currently (Nov 2011) BSD+noncommercial, but is apparently being changed to GPL. +# However, 'psf' is apparently an emulator for running non-free code, so I'm not rushing to fix it. +# +# All the other custom licensed plugins I think are mostly modified BSD or ISC. provides=("audacious-plugins=$pkgver") replaces=("${pkgname%-libre}") |