mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix invalid port LICENSE values.
This commit is contained in:
parent
14841fb43c
commit
8789069f7e
4 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ ARCHIVE=$DISTNAME.$COMPRESSION
|
|||
SHA256SUM=ef2efae259ce80a240de48ec85ecb062cecca26e4352ffb3fda562c21a93007b
|
||||
UPSTREAM_SITE=https://ffmpeg.org/releases
|
||||
UPSTREAM_ARCHIVE=$ARCHIVE
|
||||
LICENSE=LGPL-3-or-later
|
||||
LICENSE=LGPL-3.0-or-later
|
||||
BUILD_SYSTEM=configure
|
||||
DIRTY_FILE=ffbuild/config.mak
|
||||
CONFIGURE_ARGS='--disable-x86asm --enable-version3 --optflags=" " --disable-debug'
|
||||
|
|
|
@ -7,7 +7,7 @@ ARCHIVE=$DISTNAME.$COMPRESSION
|
|||
SHA256SUM=d20fcbb537e02dcf1383197ba05bd0734ef7bf5db06bdb241eb69b7d16b73192
|
||||
UPSTREAM_SITE=https://ftp.gnu.org/gnu/gettext
|
||||
UPSTREAM_ARCHIVE=$ARCHIVE
|
||||
LICENSE=GPL-3-or-later
|
||||
LICENSE=GPL-3.0-or-later
|
||||
# TODO: libcroco and libunistring are bundled and are only marked as optional
|
||||
# here as there's no official port yet. Finish those and then remove
|
||||
# them as optional.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
NAME=libavcodec
|
||||
SOURCE_PORT=ffmpeg
|
||||
BUILD_LIBRARIES='libfontconfig? libfreetype? libiconv? liblzma? libssl? libtheora? libvorbis? libxml2? libz?'
|
||||
LICENSE=LGPL-3-or-later
|
||||
LICENSE=LGPL-3.0-or-later
|
||||
BUILD_SYSTEM=configure
|
||||
DIRTY_FILE=ffbuild/config.mak
|
||||
CONFIGURE_ARGS='--disable-x86asm --enable-version3 --optflags=" " --disable-debug --disable-programs'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
NAME=libtextstyle
|
||||
BUILD_LIBRARIES='libiconv?'
|
||||
SOURCE_PORT=gettext
|
||||
LICENSE=GPL-3-or-later
|
||||
LICENSE=GPL-3.0-or-later
|
||||
SUBDIR=libtextstyle
|
||||
BUILD_SYSTEM=configure
|
||||
# gettext-tools doesn't try to -lcurses when detecting libtextstyle
|
||||
|
|
Loading…
Reference in a new issue