diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-12-24 22:36:10 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-12-24 22:36:10 -0600 |
commit | 14f1f7de0e32b27172968722644d5dbced226f52 (patch) | |
tree | 251a5208ec65fd5551cb2ca7dab3afaf096e0409 /libre/audacious-plugins-libre | |
parent | ebef5099cd5f2ec0686b8f46d389c43ea5a53cac (diff) | |
parent | 27fcef2038e5275af70e08f3f7249767b69a3e92 (diff) |
Merge remote-tracking branch 'libre/master'
Conflicts:
libre/aspell-pl-libre/PKGBUILD
libre/audacious-plugins-libre/PKGBUILD
libre/icecat/PKGBUILD
libre/kdeutils-libre/PKGBUILD
libre/lame-libre/PKGBUILD
libre/linux-libre/PKGBUILD
libre/linux-libre/linux-libre.install
libre/metalog/PKGBUILD
libre/p7zip-libre/PKGBUILD
libre/pacman/PKGBUILD
libre/sdl-libre/PKGBUILD
libre/texlive-bin-libre/PKGBUILD
libre/thunderbird-libre/PKGBUILD
social/batctl/PKGBUILD
social/ffingerd/PKGBUILD
social/libowfat/PKGBUILD
social/miniupnpc/PKGBUILD
social/opentracker/PKGBUILD
~lukeshu/android-udev/51-android.rules
~lukeshu/android-udev/PKGBUILD
~lukeshu/openni-unstable/PKGBUILD
~mtjm/zbar/PKGBUILD
Diffstat (limited to 'libre/audacious-plugins-libre')
-rw-r--r-- | libre/audacious-plugins-libre/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/audacious-plugins-libre/PKGBUILD b/libre/audacious-plugins-libre/PKGBUILD index e0607a940..0dc7a2830 100644 --- a/libre/audacious-plugins-libre/PKGBUILD +++ b/libre/audacious-plugins-libre/PKGBUILD @@ -9,18 +9,18 @@ pkgver=3.1 pkgrel=1 pkgdesc='Plugins for Audacious without unfree plugins' url='http://audacious-media-player.org/' -arch=('i686' 'x86_64' 'mips64el') +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 of some type. -# +# # The plugin 'psf' is currently BSD+noncommercial, but is apparently being changed to GPL. # However, 'psf' is apparently an emulator for running non-free code, so I'll leave it out. # # All the other custom licensed plugins I think are mostly modified BSD or ISC. - + provides=("audacious-plugins=$pkgver") replaces=("${pkgname%-libre}") conflicts=("${pkgname%-libre}") @@ -99,7 +99,7 @@ build() { head -n 17 unix-io/unix-io.c | cut -c 4- | tail -n 16 > ${tmpdir}/LICENSE.unix-io head -n 18 voice_removal/voice_removal.c | cut -c 4- | tail -n 17 > ${tmpdir}/LICENSE.voice_removal head -n 25 xsf/corlett.c | cut -c 2- | tail -n 23 > ${tmpdir}/LICENSE.xfs - l=${pkgdir}/usr/share/licenses/${pkgname}/ + l=${pkgdir}/usr/share/licenses/${pkgname}/ install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname} cd .. pushd $tmpdir |