Skip to content

Commit 8dfd382

Browse files
authored
Merge pull request #199 from pspdev/fix-license-names
Fix license names
2 parents 0c87f54 + f1390c6 commit 8dfd382

File tree

53 files changed

+112
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+112
-111
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ For new contributions to be merged, the PSPBUILDs in them should meet the follow
3131
- PSPBUILDs which use a git repository as source should use a specific tag or commit.
3232
- ``pkgname`` should not contain capital letters or special characters other than ``-``.
3333
- ``groups`` should be set if to ``pspdev-default`` unless the package conflicts with an existing package.
34+
- Be specific in the license field and follow the [spdx](https://spdx.org/licenses/) formatting for the license name.
3435
- For existing packages:
3536
- Either the ``pkgver`` or ``rel`` has been changed.
3637
- For all PSPBUILDs:

angelscript/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=angelscript
22
pkgver=2.28.2
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="A game-oriented interpreted compiled scripting language library"
55
arch=('mips')
66
url="http://angelcode.com/angelscript/"
7-
license=('ZLIB')
7+
license=('Zlib')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

argtable2/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=argtable2
22
pkgver=13
3-
pkgrel=4
3+
pkgrel=5
44
pkgdesc="Argtable is an ANSI C library for parsing GNU style command line options with a minimum of fuss"
55
arch=('mips')
66
url="http://argtable.sourceforge.net/"
7-
license=('GPL2')
7+
license=('GPL-2.0-only')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

dumb/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=dumb
22
pkgver=2.0.3
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="Dynamic Universal Music Bibliotheque - DUMB - Module/tracker based music format parser and player library"
55
arch=('mips')
66
url="https://github.com/kode54/dumb"
7-
license=('GPL2')
7+
license=('custom')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

flac/PSPBUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=flac
22
pkgver=1.4.3
3-
pkgrel=1
3+
pkgrel=2
44
pkgdesc="Free Lossless Audio Codec"
55
arch=('mips')
66
url="https://xiph.org/flac/"
7-
license=('GFDL-1.2 AND GPL-2.0 AND LGPL-2.1 AND BSD-3-Clause')
7+
license=('BSD-3-Clause')
88
groups=('pspdev-default')
99
depends=('libogg')
1010
makedepends=()
@@ -44,6 +44,6 @@ package() {
4444
rm -rf "${pkgdir}"/psp/lib/lib{FLAC,FLAC++}.la
4545

4646
mkdir -m 755 -p "${pkgdir}/psp/share/licenses/${pkgname}"
47-
install -m 644 COPYING.* "${pkgdir}/psp/share/licenses/${pkgname}"
47+
install -m 644 COPYING.Xiph "${pkgdir}/psp/share/licenses/${pkgname}"
4848
}
4949

flatbuffers/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=flatbuffers
22
pkgver=24.3.25
3-
pkgrel=1
3+
pkgrel=2
44
pkgdesc="Memory Efficient Serialization Library"
55
arch=('mips')
66
url="https://flatbuffers.dev"
7-
license=('Apache-2.0 license')
7+
license=('Apache-2.0')
88
groups=('pspdev-default')
99
source=("https://github.com/google/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
1010
sha256sums=('4157c5cacdb59737c5d627e47ac26b140e9ee28b1102f812b36068aab728c1ed')

freetype2/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=freetype2
22
pkgver=2.11.0
3-
pkgrel=5
3+
pkgrel=6
44
pkgdesc="a freely available software library to render fonts"
55
arch=('mips')
66
url="https://www.freetype.org/"
7-
license=('custom:Freetype' 'GPL2')
7+
license=('FTL OR GPL-2.0-or-later')
88
groups=('pspdev-default')
99
depends=('zlib' 'bzip2' 'libpng')
1010
makedepends=()

jsoncpp/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pkgname=jsoncpp
22
pkgver=1.9.5
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="a C++ library for interacting with JSON"
55
arch=('mips')
6-
license=('unlicense')
6+
license=('Unlicense')
77
groups=('pspdev-default')
88
url="https://github.com/open-source-parsers/jsoncpp"
99
makedepends=()

kubridge/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pkgname=kubridge
22
pkgver=20240427
3-
pkgrel=2
3+
pkgrel=3
44
pkgdesc="a bridging library to provide Kernel functions for PSPs in User Mode"
55
arch=('mips')
6-
license=('GPL2')
6+
license=('GPL-2.0-only')
77
groups=('pspdev-default')
88
url="https://github.com/pspdev/kubridge"
99
makedepends=()

libbulletml/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libbulletml
22
pkgver=0.0.5
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="Bullet Markup Language for PSP"
55
arch=('mips')
66
url="https://www.asahi-net.or.jp/~cs8k-cyu/bulletml/index_e.html"
7-
license=('BSD')
7+
license=('BSD-3-Clause')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

libeigen/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pkgname=libeigen
22
pkgver=3.4.0
3-
pkgrel=2
3+
pkgrel=3
44
url="http://eigen.tuxfamily.org"
55
source=("https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-$pkgver.tar.gz")
6-
license=('BSD')
6+
license=('MPL-2.0 AND BSD-3-Clause AND LGPL-2.1-only AND LGPL-2.1-or-later')
77
groups=('pspdev-default')
88
depends=()
99
makedepends=()

libintrafont/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pkgname=libintrafont
22
pkgver=4.0
3-
pkgrel=2
3+
pkgrel=3
44
pkgdesc="A bitmap font library using the PSP's internal fonts (firmware pgf and bwfon files)"
55
arch=('mips')
6-
license=('cc-by-sa-3.0')
6+
license=('CC-BY-SA-3.0')
77
groups=('pspdev-default')
88
url="https://github.com/pspdev/libintrafont"
99
makedepends=()

libmad/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libmad
22
pkgver=0.15.1
3-
pkgrel=4
3+
pkgrel=5
44
pkgdesc="MPEG audio decoder library for PSP"
55
arch=('mips')
66
url="https://www.underbit.com/products/mad"
7-
license=('GPL2')
7+
license=('GPL-2.0-only')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

libmikmod/PSPBUILD

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libmikmod
22
pkgver=3.3.11.1
3-
pkgrel=6
3+
pkgrel=7
44
pkgdesc="a portable sound library capable of playing samples as well as module files"
55
arch=('mips')
66
url="http://mikmod.sourceforge.net/"
7-
license=('GPL2.1')
7+
license=('LGPL-2.1-only')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()
@@ -35,7 +35,6 @@ package () {
3535
cd ..
3636

3737
mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname/"
38-
install -m 644 COPYING.LIB "$pkgdir/psp/share/licenses/$pkgname/"
3938
install -m 644 COPYING.LESSER "$pkgdir/psp/share/licenses/$pkgname/"
4039
install -m 644 AUTHORS "$pkgdir/psp/share/licenses/$pkgname/"
4140
}

libmodplug/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libmodplug
22
pkgver=0.8.8.5
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="libmodplug - the library which was part of the Modplug-xmms project"
55
arch=('mips')
66
url="http://modplug-xmms.sf.net/"
7-
license=('public domain')
7+
license=('custom:Public-Domain')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

libogg/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libogg
22
pkgver=1.3.5
3-
pkgrel=4
3+
pkgrel=5
44
pkgdesc="library for the multimedia container format, and the native file and stream format ogg"
55
arch=('mips')
66
url="https://www.xiph.org/ogg/"
7-
license=('BSD')
7+
license=('BSD-3-Clause')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

libpng/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libpng
22
pkgver=1.6.43
3-
pkgrel=7
3+
pkgrel=8
44
pkgdesc="libpng is the official PNG reference library"
55
arch=('mips')
66
url="http://libpng.org/pub/png/libpng.html"
7-
license=('ZLIB')
7+
license=('libpng-2.0')
88
groups=('pspdev-default')
99
depends=('zlib')
1010
makedepends=()

libun7zip/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
pkgname=libun7zip
22
pkgver=19.00
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="A library that provides 7-Zip (.7z) archive handling and extraction"
55
arch=('mips')
6-
license=('Apache-2.0 license')
6+
license=('Apache-2.0')
77
groups=('pspdev-default')
88
url="https://github.com/bucanero/libun7zip"
99
makedepends=()

libvorbis/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libvorbis
22
pkgver=1.3.7
3-
pkgrel=4
3+
pkgrel=5
44
pkgdesc="Vorbis audio compression reference implementation"
55
arch=('mips')
66
url="https://gitlab.xiph.org/xiph/vorbis"
7-
license=('BSD')
7+
license=('BSD-3-Clause')
88
groups=('pspdev-default')
99
depends=('libogg')
1010
makedepends=()

libxmp/PSPBUILD

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libxmp
22
pkgver=4.5.0
3-
pkgrel=4
3+
pkgrel=5
44
pkgdesc="Libxmp is a library that renders module files to PCM data"
55
arch=('mips')
66
url="https://github.com/libxmp/libxmp"
7-
license=('GPL2')
7+
license=('LGPL-2.1-only')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()
@@ -36,5 +36,6 @@ package() {
3636

3737
mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname"
3838
install -m 644 docs/COPYING.LIB "$pkgdir/psp/share/licenses/$pkgname"
39+
install -m 644 docs/CREDITS "$pkgdir/psp/share/licenses/$pkgname"
3940
}
4041

libzip/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=libzip
22
pkgver=1.9.2
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="libzip is a C library for reading, creating, and modifying zip archives."
55
arch=('mips')
66
url="https://libzip.org/"
7-
license=('3-clause BSD license')
7+
license=('BSD-3-Clause')
88
groups=('pspdev-default')
99
depends=('zlib' 'bzip2')
1010
makedepends=()

mbedtls/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=mbedtls
22
pkgver=2.16.12
3-
pkgrel=2
3+
pkgrel=3
44
pkgdesc="Secure Socket Layer library"
55
arch=('mips')
66
url="https://www.trustedfirmware.org/projects/mbed-tls/"
7-
license=('Apache 2.0 license')
7+
license=('Apache-2.0')
88
groups=('pspdev-default')
99
depends=()
1010
optdepends=()

mini18n/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=mini18n
22
pkgver=0.2.1
3-
pkgrel=3
3+
pkgrel=4
44
pkgdesc="mini18n is a translation library under GNU GPL."
55
arch=('mips')
66
url="https://github.com/bucanero/mini18n/"
7-
license=('GPL 2.0')
7+
license=('GPL-2.0-only')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

minizip/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=minizip
22
pkgver=3.0.4
3-
pkgrel=4
3+
pkgrel=5
44
pkgdesc="fork of the popular zip manipulation library found in the zlib distribution"
55
arch=('mips')
66
url="https://github.com/zlib-ng/minizip-ng"
7-
license=('zlib')
7+
license=('Zlib')
88
groups=('pspdev-default')
99
depends=('zlib' 'bzip2')
1010
makedepends=()

mpg123/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=mpg123
22
pkgver=1.32.10
3-
pkgrel=1
3+
pkgrel=2
44
pkgdesc="MPEG audio decoder library"
55
arch=('mips')
66
url="http://www.mpg123.org/"
7-
license=('LGPL-2.1')
7+
license=('LGPL-2.1-only')
88
groups=('pspdev-default')
99
depends=()
1010
makedepends=()

openal/PSPBUILD

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
pkgname=openal
2-
pkgver=1.6.372
3-
pkgrel=2
2+
pkgver=1.6.372.2
3+
pkgrel=1
44
pkgdesc="a cross-platform 3D audio API"
55
arch=('mips')
6-
license=('LGPL-2.0')
6+
license=('LGPL-2.0-only')
77
groups=('pspdev-default')
88
url="https://openal-soft.org/"
99
makedepends=()
10-
source=("https://github.com/illteteka/openal-soft-psp/archive/refs/tags/${pkgver}.${pkgrel}.tar.gz")
10+
source=("https://github.com/illteteka/openal-soft-psp/archive/refs/tags/${pkgver}.tar.gz")
1111
sha256sums=('2dd94abc457906203c03e87fd2c513077bde0d7344b377f09ec535f3b7cb0a91')
1212

1313
prepare() {
14-
cd $pkgname-soft-psp-$pkgver.${pkgrel}
14+
cd $pkgname-soft-psp-$pkgver
1515
sed -i 's#@prefix@#${PSPDEV}/psp#' openal.pc.in
1616
sed -i 's#@exec_prefix@#${prefix}#' openal.pc.in
1717
sed -i 's#@libdir@#${prefix}/lib#' openal.pc.in
@@ -24,12 +24,12 @@ prepare() {
2424
}
2525

2626
build() {
27-
cd $pkgname-soft-psp-$pkgver.${pkgrel}
27+
cd $pkgname-soft-psp-$pkgver
2828
make --quiet $MAKEFLAGS || { exit 1; }
2929
}
3030

3131
package () {
32-
cd $pkgname-soft-psp-$pkgver.${pkgrel}
32+
cd $pkgname-soft-psp-$pkgver
3333
mkdir -m 755 -p "$pkgdir/psp/lib" "$pkgdir/psp/include/AL" "$pkgdir/psp/include/OpenAL"
3434
install -m 644 libopenal.a "$pkgdir/psp/lib/libopenal.a"
3535
install -m 644 src/include/AL/*.h "$pkgdir/psp/include/AL/"
@@ -40,4 +40,4 @@ package () {
4040

4141
mkdir -m 755 -p "$pkgdir/psp/lib/pkgconfig"
4242
install -m 644 openal.pc.in "$pkgdir/psp/lib/pkgconfig/openal.pc"
43-
}
43+
}

opentri/PSPBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
pkgname=opentri
22
pkgver=r7.95b040d
3-
pkgrel=5
3+
pkgrel=6
44
pkgdesc="openTRI is a game engine for the PSP"
55
arch=('mips')
66
url="https://github.com/fjtrujy/openTRI"
7-
license=('GPL2')
7+
license=('GPL-2.0-only')
88
groups=('pspdev-default')
99
depends=('zlib' 'freetype2')
1010
makedepends=()

0 commit comments

Comments
 (0)