Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classes/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# buildScript: linuxBuildHeaders
# packageScript: linuxInstallHeaders $1
#
inherit: [cpackage, make, pkg-config]
inherit: [cpackage, make, pkg-config, licenses]

depends:
- tools:
Expand Down
5 changes: 4 additions & 1 deletion recipes/bsp/intel/microcode.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
inherit: [licenses]

metaEnvironment:
PKG_DESCRIPTION: "Intel Processor Microcode Package for Linux"
PKG_LICENSE_FILE: "license"
PKG_LICENSE: "LicenseRef-intel-microcode"
PKG_LICENSE_PATH: "intel-microcode:license"
PKG_VERSION: "20250211"

checkoutSCM:
Expand Down
1 change: 1 addition & 0 deletions recipes/devel/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [cmake]

metaEnvironment:
PKG_VERSION: "1.10.0"
PKG_LICENSE: "GPL-2.0-or-later"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/devel/dtc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [make, cpackage, install]

metaEnvironment:
PKG_VERSION: "1.6.1"
PKG_LICENSE: "GPL-2.0-or-later"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/devel/intltool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools, perl5]

metaEnvironment:
PKG_VERSION: "0.50.2"
PKG_LICENSE: "GPL-2.0-only"

depends:
- perl::xml-parser-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/devel/lief.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [cmake, python3]

metaEnvironment:
PKG_VERSION: "0.17.1"
PKG_LICENSE: "Apache-2.0"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/devel/makedepend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.0.5"
PKG_LICENSE: "MIT-open-group AND HPND"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
1 change: 1 addition & 0 deletions recipes/devel/rpcsvc-proto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.4.4"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
Expand Down
3 changes: 3 additions & 0 deletions recipes/graphics/fonts/dejavu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ inherit: [install]

metaEnvironment:
PKG_VERSION: "2.37"
PKG_LICENSE: "LicenseRef-fontDejavu"
PKG_LICENSE_PATH:
fontDejavu:LICENSE

checkoutSCM:
scm: url
Expand Down
4 changes: 3 additions & 1 deletion recipes/graphics/fonts/font-util.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ inherit: [autotools]
metaEnvironment:
PKG_VERSION: "1.4.1"
PKG_DESCRIPTION: "X.Org font utilities"
PKG_LICENCE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-fontutil"
PKG_LICENSE_PATH: |
fontutil:COPYING

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/graphics/graphviz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [cmake, python3]

metaEnvironment:
PKG_VERSION: "13.1.2"
PKG_LICENSE: "EPL-1.0"

depends:
- libs::cairo-dev
Expand Down
4 changes: 4 additions & 0 deletions recipes/graphics/xorg/proto/xorgproto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "2024.1"
PKG_LICENSE: >-
BSD-2-Clause AND HPND AND HPND-sell-variant AND ICU AND MIT AND
MIT-open-group AND SGI-B-2.0 AND SMLNJ AND X11 AND
X11-distribute-modifications-variant

checkoutSCM:
scm: url
Expand Down
3 changes: 2 additions & 1 deletion recipes/graphics/xorg/setxkbmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit: [autotools]
metaEnvironment:
PKG_VERSION: "1.3.4"
PKG_DESCRIPTION: "Utility to set the keyboard using the X Keyboard Extension"
PKG_LICENSE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-setxkbmap"
PKG_LICENSE_PATH: "setxkbmap:COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
4 changes: 2 additions & 2 deletions recipes/graphics/xorg/xf86-input-evdev.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
inherit: [autotools]

metaEnvironment:
PKG_LICENSE: "HPND-sell-variant AND MIT"
PKG_LICENSE: "HPND-sell-variant AND MIT AND LicenseRef-xf86-input-evdev"
PKG_LICENSE_PATH: "xf86-input-evdev:COPYING"
PKG_VERSION: "2.11.0"
PKG_DESCRIPTION: "X.Org evdev input driver"
PKG_LICENSE_FILE: "COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
3 changes: 2 additions & 1 deletion recipes/graphics/xorg/xkbcomp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit: [autotools]
metaEnvironment:
PKG_VERSION: "1.4.7"
PKG_DESCRIPTION: "X Keyboard description compiler"
PKG_LICENSE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-xkbcomp"
PKG_LICENSE_PATH: "xkbcomp:COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
3 changes: 2 additions & 1 deletion recipes/graphics/xorg/xserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit: [meson]
metaEnvironment:
PKG_VERSION: "21.1.18"
PKG_DESCRIPTION: "X.Org X Server"
PKG_LICENSE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-xserver"
PKG_LICENSE_PATH: "xserver:COPYING"

checkoutSCM:
scm: url
Expand Down
3 changes: 2 additions & 1 deletion recipes/graphics/xorg/xset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit: [autotools]
metaEnvironment:
PKG_VERSION: "1.2.5"
PKG_DESCRIPTION: "Set parameter setting utility for X"
PKG_LICENSE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-xset"
PKG_LICENSE_PATH: "xset:COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
3 changes: 2 additions & 1 deletion recipes/graphics/xorg/xsetroot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit: [autotools]
metaEnvironment:
PKG_VERSION: "1.1.3"
PKG_DESCRIPTION: "X utility to set your root window background to a given pattern or color"
PKG_LICENSE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-xsetroot"
PKG_LICENSE_PATH: "xsetroot:COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
1 change: 1 addition & 0 deletions recipes/kernel/kmod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "33"
PKG_LICENSE: "GPL-2.0-or-later AND LGPL-2.1-or-later"

privateEnvironment:
AUTOTOOLS_AUTO_STATIC: "no"
Expand Down
1 change: 1 addition & 0 deletions recipes/kernel/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ depends:

metaEnvironment:
PKG_VERSION: "6.15.2"
PKG_LICENSE: "GPL-2.0-only"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/cairo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [meson]

metaEnvironment:
PKG_VERSION: "1.18.0"
PKG_LICENSE: "LGPL-2.1-only OR MPL-1.1"

depends:
- libs::glib-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/cloog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "0.21.1"
PKG_LICENSE: "LGPL-2.1-or-later"

depends:
- libs::gmp-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/elfutils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "0.190"
PKG_LICENSE: "GPL-3.0-or-later"

depends:
- libs::zlib-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/fontconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "2.13.92"
PKG_LICENSE: "HPND AND Unicode-DFS-2016"

depends:
- name: devel::gettext
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/freetype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "2.10.4"
PKG_LICENSE: "FTL OR GPL-2.0-or-later"

depends:
- libs::libpng-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/fribidi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [meson]

metaEnvironment:
PKG_VERSION: "1.0.11"
PKG_LICENSE: "LGPL-2.1-or-later"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/harfbuzz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "2.7.4"
PKG_LICENSE: "MIT"

depends:
- libs::glib-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/liborc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [meson]

metaEnvironment:
PKG_VERSION: "0.4.32"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/libpcap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.9.1"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
Expand Down
3 changes: 3 additions & 0 deletions recipes/libs/libpng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.6.47"
PKG_LICENSE: "LicenseRef-libpng"
PKG_LICENSE_PATH: |
libpng:LICENSE

depends:
- libs::zlib-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/libusb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.0.26"
PKG_LICENSE: "LGPL-2.1-or-later"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/pango.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [meson]

metaEnvironment:
PKG_VERSION: "1.54.0"
PKG_LICENSE: "LGPL-2.1-or-later"

depends:
- libs::glib-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/pixman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "0.42.2"
PKG_LICENSE: "MIT"

checkoutSCM:
scm: url
Expand Down
3 changes: 2 additions & 1 deletion recipes/libs/spirv-llvm-translator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ inherit: [cmake]

metaEnvironment:
PKG_VERSION: "20.1.2"
PKG_LICENSE_FILE: "LICENSE.TXT"
PKG_LICENSE: "LicenseRef-spirv-llvm-trans"
PKG_LICENSE_PATH: "spirv-llvm-trans:LICENSE.TXT"

depends:
- devel::llvm-libs-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/xorg/libXcomposite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "0.4.6"
PKG_LICENSE: "HPND-sell-variant AND MIT"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/xorg/libXcursor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.2.3"
PKG_LICENSE: "HPND-sell-variant"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
1 change: 1 addition & 0 deletions recipes/libs/xorg/libXinerama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.1.5"
PKG_LICENSE: "MIT AND MIT-open-group AND X11"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
4 changes: 2 additions & 2 deletions recipes/libs/xorg/libXmu.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
inherit: [autotools]

metaEnvironment:
PKG_LICENSE: "MIT-open-group AND SMLNJ AND X11 AND ISC"
PKG_LICENSE: "MIT-open-group AND SMLNJ AND X11 AND ISC AND LicenseRef-libXmu"
PKG_LICENSE_PATH: "libXmu:COPYING"
PKG_VERSION: "1.2.1"
PKG_DESCRIPTION: "X11 miscellaneous micro-utility library"
PKG_LICENSE_FILE: "COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
3 changes: 2 additions & 1 deletion recipes/libs/xorg/libpciaccess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit: [meson]
metaEnvironment:
PKG_VERSION: "0.18.1"
PKG_DESCRIPTION: "X11 PCI access library"
PKG_LICENSE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-libpciaccess"
PKG_LICENSE_PATH: "libpciaccess:COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
3 changes: 2 additions & 1 deletion recipes/libs/xorg/libxkbfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ inherit: [autotools]
metaEnvironment:
PKG_VERSION: "1.1.3"
PKG_DESCRIPTION: "X11 keyboard file manipulation library"
PKG_LICENSE_FILE: "COPYING"
PKG_LICENSE: "LicenseRef-libxkbfile"
PKG_LICENSE_PATH: "libxkbfile:COPYING"

depends:
- graphics::xorg::proto::xorgproto
Expand Down
1 change: 1 addition & 0 deletions recipes/multimedia/gst-plugins-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [meson]

metaEnvironment:
PKG_VERSION: "1.18.2"
PKG_LICENSE: "LGPL-2.1-or-later"

depends:
# Requires glib-mkenums
Expand Down
1 change: 1 addition & 0 deletions recipes/multimedia/gst-plugins-good.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [meson]

metaEnvironment:
PKG_VERSION: "1.18.2"
PKG_LICENSE: "BSD-3-Clause"

depends:
- multimedia::gst-plugins-base-dev
Expand Down
1 change: 1 addition & 0 deletions recipes/multimedia/gstreamer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [meson, patch]

metaEnvironment:
PKG_VERSION: "1.18.2"
PKG_LICENSE: "LGPL-2.1-or-later"

depends:
# Requires glib-mkenums
Expand Down
1 change: 1 addition & 0 deletions recipes/multimedia/ogg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [cmake]

metaEnvironment:
PKG_VERSION: "1.3.6"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
Expand Down
1 change: 1 addition & 0 deletions recipes/multimedia/opus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit: [cmake]

metaEnvironment:
PKG_VERSION: "1.5.2"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
Expand Down
Loading
Loading