Commit 531cf603 authored by saltedcoffii's avatar saltedcoffii

Licensed libl* to lz*

parent 5c212117
...@@ -4,6 +4,7 @@ class Libmad < Package ...@@ -4,6 +4,7 @@ class Libmad < Package
description 'MAD is a high-quality MPEG audio decoder.' description 'MAD is a high-quality MPEG audio decoder.'
homepage 'https://www.underbit.com/products/mad/' homepage 'https://www.underbit.com/products/mad/'
version '0.15.1b' version '0.15.1b'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz' source_url 'ftp://ftp.mars.org/pub/mpeg/libmad-0.15.1b.tar.gz'
source_sha256 'bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690' source_sha256 'bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690'
......
...@@ -4,6 +4,7 @@ class Libmbedtls < Package ...@@ -4,6 +4,7 @@ class Libmbedtls < Package
description 'An open source, portable, easy to use, readable and flexible SSL library' description 'An open source, portable, easy to use, readable and flexible SSL library'
homepage 'https://tls.mbed.org/' homepage 'https://tls.mbed.org/'
version '2.16.8' version '2.16.8'
license 'Apache-2.0'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/ARMmbed/mbedtls/archive/v2.16.8.tar.gz' source_url 'https://github.com/ARMmbed/mbedtls/archive/v2.16.8.tar.gz'
source_sha256 'fe9e3b15c3375943bdfebbbb20dd6b4f1147b3b5d926248bd835d73247407430' source_sha256 'fe9e3b15c3375943bdfebbbb20dd6b4f1147b3b5d926248bd835d73247407430'
......
...@@ -5,6 +5,7 @@ class Libmbim < Package ...@@ -5,6 +5,7 @@ class Libmbim < Package
homepage 'https://www.freedesktop.org/wiki/Software/libmbim/' homepage 'https://www.freedesktop.org/wiki/Software/libmbim/'
@_ver = '1.24.6' @_ver = '1.24.6'
version @_ver version @_ver
license 'LGPL-2'
compatibility 'all' compatibility 'all'
source_url "https://www.freedesktop.org/software/libmbim/libmbim-#{@_ver}.tar.xz" source_url "https://www.freedesktop.org/software/libmbim/libmbim-#{@_ver}.tar.xz"
source_sha256 '760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd' source_sha256 '760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd'
......
...@@ -3,8 +3,9 @@ require 'package' ...@@ -3,8 +3,9 @@ require 'package'
class Libmetalink < Package class Libmetalink < Package
description 'libmetalink is a Metalink library written in C language.' description 'libmetalink is a Metalink library written in C language.'
homepage 'https://launchpad.net/libmetalink/' homepage 'https://launchpad.net/libmetalink/'
compatibility 'all'
version '0.1.3-2' version '0.1.3-2'
license 'MIT'
compatibility 'all'
source_url 'https://launchpad.net/libmetalink/trunk/libmetalink-0.1.3/+download/libmetalink-0.1.3.tar.xz' source_url 'https://launchpad.net/libmetalink/trunk/libmetalink-0.1.3/+download/libmetalink-0.1.3.tar.xz'
source_sha256 '86312620c5b64c694b91f9cc355eabbd358fa92195b3e99517504076bf9fe33a' source_sha256 '86312620c5b64c694b91f9cc355eabbd358fa92195b3e99517504076bf9fe33a'
......
...@@ -4,6 +4,7 @@ class Libmfx < Package ...@@ -4,6 +4,7 @@ class Libmfx < Package
description 'Intel Media SDK dispatcher library' description 'Intel Media SDK dispatcher library'
homepage 'https://github.com/lu-zero/mfx_dispatch/' homepage 'https://github.com/lu-zero/mfx_dispatch/'
version '1.25' version '1.25'
license 'BSD'
compatibility 'i686' compatibility 'i686'
case ARCH case ARCH
when 'i686' when 'i686'
......
...@@ -4,6 +4,7 @@ class Libmicrohttpd < Package ...@@ -4,6 +4,7 @@ class Libmicrohttpd < Package
description 'GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.' description 'GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application.'
homepage 'https://www.gnu.org/software/libmicrohttpd/' homepage 'https://www.gnu.org/software/libmicrohttpd/'
version '0.9.58' version '0.9.58'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.58.tar.gz' source_url 'https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.58.tar.gz'
source_sha256 '7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3' source_sha256 '7a11e1376c62ff95bd6d2dfe6799d57ac7cdbcb32f70bfbd5e47c71f373e01f3'
......
...@@ -4,6 +4,7 @@ class Libmms < Package ...@@ -4,6 +4,7 @@ class Libmms < Package
description 'MMS stream protocol library' description 'MMS stream protocol library'
homepage 'https://sourceforge.net/projects/libmms/' homepage 'https://sourceforge.net/projects/libmms/'
version '0.6.4' version '0.6.4'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://download.sourceforge.net/libmms/libmms-0.6.4.tar.gz' source_url 'https://download.sourceforge.net/libmms/libmms-0.6.4.tar.gz'
source_sha256 '3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f' source_sha256 '3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f'
......
...@@ -4,6 +4,7 @@ class Libmng < Package ...@@ -4,6 +4,7 @@ class Libmng < Package
description 'A PNG-like Image Format Supporting Multiple Images, Animation and Transparent JPEG' description 'A PNG-like Image Format Supporting Multiple Images, Animation and Transparent JPEG'
homepage 'http://www.libpng.org/pub/mng/' homepage 'http://www.libpng.org/pub/mng/'
version '2.0.3' version '2.0.3'
license 'libmng'
compatibility 'all' compatibility 'all'
source_url 'https://prdownloads.sourceforge.net/project/libmng/libmng-devel/2.0.3/libmng-2.0.3.tar.xz' source_url 'https://prdownloads.sourceforge.net/project/libmng/libmng-devel/2.0.3/libmng-2.0.3.tar.xz'
source_sha256 '4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3' source_sha256 '4a462fdd48d4bc82c1d7a21106c8a18b62f8cc0042454323058e6da0dbb57dd3'
......
...@@ -4,6 +4,7 @@ class Libmnl < Package ...@@ -4,6 +4,7 @@ class Libmnl < Package
description 'libmnl is a minimalistic user-space library oriented to Netlink developers.' description 'libmnl is a minimalistic user-space library oriented to Netlink developers.'
homepage 'https://www.netfilter.org/projects/libmnl/' homepage 'https://www.netfilter.org/projects/libmnl/'
version '1.0.4' version '1.0.4'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://www.netfilter.org/projects/libmnl/files/libmnl-1.0.4.tar.bz2' source_url 'https://www.netfilter.org/projects/libmnl/files/libmnl-1.0.4.tar.bz2'
source_sha256 '171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81' source_sha256 '171f89699f286a5854b72b91d06e8f8e3683064c5901fb09d954a9ab6f551f81'
......
...@@ -4,6 +4,7 @@ class Libmodplug < Package ...@@ -4,6 +4,7 @@ class Libmodplug < Package
description 'A MOD playing library' description 'A MOD playing library'
homepage 'http://modplug-xmms.sourceforge.net/' homepage 'http://modplug-xmms.sourceforge.net/'
version '0.8.9.0' version '0.8.9.0'
license 'public-domain'
compatibility 'all' compatibility 'all'
source_url 'https://downloads.sourceforge.net/modplug-xmms/libmodplug-0.8.9.0.tar.gz' source_url 'https://downloads.sourceforge.net/modplug-xmms/libmodplug-0.8.9.0.tar.gz'
source_sha256 '457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de' source_sha256 '457ca5a6c179656d66c01505c0d95fafaead4329b9dbaa0f997d00a3508ad9de'
......
...@@ -4,6 +4,7 @@ class Libmp3lame < Package ...@@ -4,6 +4,7 @@ class Libmp3lame < Package
description 'LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.' description 'LAME is a high quality MPEG Audio Layer III (MP3) encoder licensed under the LGPL.'
homepage 'http://lame.sourceforge.net/' homepage 'http://lame.sourceforge.net/'
version '3.100' version '3.100'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'http://downloads.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz' source_url 'http://downloads.sourceforge.net/project/lame/lame/3.100/lame-3.100.tar.gz'
source_sha256 'ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e' source_sha256 'ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e'
......
...@@ -4,6 +4,7 @@ class Libmpeg2 < Package ...@@ -4,6 +4,7 @@ class Libmpeg2 < Package
description 'A free MPEG-2 video stream decoder' description 'A free MPEG-2 video stream decoder'
homepage 'https://libmpeg2.sourceforge.io/' homepage 'https://libmpeg2.sourceforge.io/'
version '0.5.1' version '0.5.1'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://libmpeg2.sourceforge.io/files/libmpeg2-0.5.1.tar.gz' source_url 'https://libmpeg2.sourceforge.io/files/libmpeg2-0.5.1.tar.gz'
source_sha256 'dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4' source_sha256 'dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4'
......
...@@ -4,6 +4,7 @@ class Libmypaint < Package ...@@ -4,6 +4,7 @@ class Libmypaint < Package
description 'Libmypaint is MyPaint\'s brushstroke rendering code, in a form that can be used by other programs.' description 'Libmypaint is MyPaint\'s brushstroke rendering code, in a form that can be used by other programs.'
homepage 'http://mypaint.org/' homepage 'http://mypaint.org/'
version '1.3.0' version '1.3.0'
license 'ISC'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz' source_url 'https://github.com/mypaint/libmypaint/releases/download/v1.3.0/libmypaint-1.3.0.tar.xz'
source_sha256 '6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671' source_sha256 '6a07d9d57fea60f68d218a953ce91b168975a003db24de6ac01ad69dcc94a671'
......
...@@ -4,6 +4,7 @@ class Libndp < Package ...@@ -4,6 +4,7 @@ class Libndp < Package
description 'Library for Neighbor Discovery Protocol' description 'Library for Neighbor Discovery Protocol'
homepage 'http://libndp.org/' homepage 'http://libndp.org/'
version '1.7-3fc2' version '1.7-3fc2'
license 'LGPL-2.1+'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/jpirko/libndp/archive/3fc2ed78edb5deae0381d022bedc22ffd00d50cb.zip' source_url 'https://github.com/jpirko/libndp/archive/3fc2ed78edb5deae0381d022bedc22ffd00d50cb.zip'
source_sha256 '53fd7da8fc840900238f1699e98a7e3e60cd6c68489015303e84b19c9dd2bb3a' source_sha256 '53fd7da8fc840900238f1699e98a7e3e60cd6c68489015303e84b19c9dd2bb3a'
......
...@@ -4,6 +4,7 @@ class Libnet < Package ...@@ -4,6 +4,7 @@ class Libnet < Package
description 'A portable framework for low-level network packet construction' description 'A portable framework for low-level network packet construction'
homepage 'https://github.com/libnet/libnet' homepage 'https://github.com/libnet/libnet'
version '1.2' version '1.2'
license 'BSD, BSD-2 and HPND'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/libnet/libnet/releases/download/v1.2/libnet-1.2.tar.gz' source_url 'https://github.com/libnet/libnet/releases/download/v1.2/libnet-1.2.tar.gz'
source_sha256 'caa4868157d9e5f32e9c7eac9461efeff30cb28357f7f6bf07e73933fb4edaa7' source_sha256 'caa4868157d9e5f32e9c7eac9461efeff30cb28357f7f6bf07e73933fb4edaa7'
......
...@@ -5,6 +5,7 @@ class Libnewt < Package ...@@ -5,6 +5,7 @@ class Libnewt < Package
homepage 'https://pagure.io/newt' homepage 'https://pagure.io/newt'
@_ver = '0.52.21' @_ver = '0.52.21'
version @_ver version @_ver
license 'LGPL-2'
compatibility 'all' compatibility 'all'
source_url "https://releases.pagure.org/newt/newt-#{@_ver}.tar.gz" source_url "https://releases.pagure.org/newt/newt-#{@_ver}.tar.gz"
source_sha256 '265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31' source_sha256 '265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31'
......
...@@ -4,6 +4,7 @@ class Libnftnl < Package ...@@ -4,6 +4,7 @@ class Libnftnl < Package
description 'libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem.' description 'libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem.'
homepage 'https://netfilter.org/projects/libnftnl/' homepage 'https://netfilter.org/projects/libnftnl/'
compatibility 'all' compatibility 'all'
license 'GPL-2'
version '1.1.7-1' version '1.1.7-1'
source_url 'https://netfilter.org/projects/libnftnl/files/libnftnl-1.1.7.tar.bz2' source_url 'https://netfilter.org/projects/libnftnl/files/libnftnl-1.1.7.tar.bz2'
source_sha256 '20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f' source_sha256 '20dbc13f11004aea2c9e479cfb90359cb11fe3446c3140811c18e4ec1648ed8f'
......
...@@ -4,6 +4,7 @@ class Libnghttp2 < Package ...@@ -4,6 +4,7 @@ class Libnghttp2 < Package
description 'library implementing HTTP/2 protocol' description 'library implementing HTTP/2 protocol'
homepage 'https://nghttp2.org/' homepage 'https://nghttp2.org/'
version '1.38.0' version '1.38.0'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/nghttp2/nghttp2/releases/download/v1.38.0/nghttp2-1.38.0.tar.xz' source_url 'https://github.com/nghttp2/nghttp2/releases/download/v1.38.0/nghttp2-1.38.0.tar.xz'
source_sha256 'ef75c761858241c6b4372fa6397aa0481a984b84b7b07c4ec7dc2d7b9eee87f8' source_sha256 'ef75c761858241c6b4372fa6397aa0481a984b84b7b07c4ec7dc2d7b9eee87f8'
......
...@@ -4,6 +4,7 @@ class Libnl3 < Package ...@@ -4,6 +4,7 @@ class Libnl3 < Package
description 'Library for applications dealing with netlink sockets.' description 'Library for applications dealing with netlink sockets.'
homepage 'http://www.infradead.org/~tgr/libnl/' homepage 'http://www.infradead.org/~tgr/libnl/'
version '3.2.25-0' version '3.2.25-0'
license 'LGPL-2.1 and GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz' source_url 'https://www.infradead.org/~tgr/libnl/files/libnl-3.2.25.tar.gz'
source_sha256 '8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5' source_sha256 '8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5'
......
...@@ -5,6 +5,7 @@ class Libnotify < Package ...@@ -5,6 +5,7 @@ class Libnotify < Package
homepage 'https://git.gnome.org/browse/libnotify' homepage 'https://git.gnome.org/browse/libnotify'
@_ver = '0.7.9' @_ver = '0.7.9'
version @_ver version @_ver
license 'LGPL-2.1+'
compatibility 'all' compatibility 'all'
source_url "https://github.com/GNOME/libnotify/archive/#{@_ver}.tar.gz" source_url "https://github.com/GNOME/libnotify/archive/#{@_ver}.tar.gz"
source_sha256 '9bd4f5fa911d27567e7cc2d2d09d69356c16703c4e8d22c0b49a5c45651f3af0' source_sha256 '9bd4f5fa911d27567e7cc2d2d09d69356c16703c4e8d22c0b49a5c45651f3af0'
......
...@@ -4,6 +4,7 @@ class Libnsbmp < Package ...@@ -4,6 +4,7 @@ class Libnsbmp < Package
description 'Decoding library for BMP and ICO images in C' description 'Decoding library for BMP and ICO images in C'
homepage 'https://www.netsurf-browser.org' homepage 'https://www.netsurf-browser.org'
version '0.1.6' version '0.1.6'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://download.netsurf-browser.org/libs/releases/libnsbmp-0.1.6-src.tar.gz' source_url 'https://download.netsurf-browser.org/libs/releases/libnsbmp-0.1.6-src.tar.gz'
source_sha256 '79c49365f860ed451bfc4109eddec8de3e9b7ce5a3be069596bd2aa19279324f' source_sha256 '79c49365f860ed451bfc4109eddec8de3e9b7ce5a3be069596bd2aa19279324f'
......
...@@ -4,6 +4,7 @@ class Libnsgif < Package ...@@ -4,6 +4,7 @@ class Libnsgif < Package
description 'Decoding library for the GIF image file format, written in C' description 'Decoding library for the GIF image file format, written in C'
homepage 'https://www.netsurf-browser.org' homepage 'https://www.netsurf-browser.org'
version '0.2.1' version '0.2.1'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://download.netsurf-browser.org/libs/releases/libnsgif-0.2.1-src.tar.gz' source_url 'https://download.netsurf-browser.org/libs/releases/libnsgif-0.2.1-src.tar.gz'
source_sha256 '9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b' source_sha256 '9eaea534cd70b53c5aaf45317ae957701685a6b4a88dbe34ed26f4faae879a4b'
......
...@@ -4,6 +4,7 @@ class Libnsutils < Package ...@@ -4,6 +4,7 @@ class Libnsutils < Package
description 'CSS parser and selection engine, written in C' description 'CSS parser and selection engine, written in C'
homepage 'https://www.netsurf-browser.org' homepage 'https://www.netsurf-browser.org'
version '0.1.0' version '0.1.0'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://download.netsurf-browser.org/libs/releases/libnsutils-0.1.0-src.tar.gz' source_url 'https://download.netsurf-browser.org/libs/releases/libnsutils-0.1.0-src.tar.gz'
source_sha256 '790c6516344abe82f6289d656392e9ccebe475b20cc7e1e2d843011385f7aef0' source_sha256 '790c6516344abe82f6289d656392e9ccebe475b20cc7e1e2d843011385f7aef0'
......
...@@ -4,6 +4,7 @@ class Libofx < Package ...@@ -4,6 +4,7 @@ class Libofx < Package
description 'The LibOFX library is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads.' description 'The LibOFX library is a parser and an API designed to allow applications to very easily support OFX command responses, usually provided by financial institutions for statement downloads.'
homepage 'http://libofx.sourceforge.net/' homepage 'http://libofx.sourceforge.net/'
version '0.9.13' version '0.9.13'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://downloads.sourceforge.net/project/libofx/libofx/libofx-0.9.13.tar.gz' source_url 'https://downloads.sourceforge.net/project/libofx/libofx/libofx-0.9.13.tar.gz'
source_sha256 '57eaf97cddbaf82c24f26b8f5cf8b2fbfd4969c74500a2c9acc9082b83bcc0e4' source_sha256 '57eaf97cddbaf82c24f26b8f5cf8b2fbfd4969c74500a2c9acc9082b83bcc0e4'
......
...@@ -4,6 +4,7 @@ class Libogg < Package ...@@ -4,6 +4,7 @@ class Libogg < Package
description 'Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.' description 'Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs.'
homepage 'https://xiph.org/ogg/' homepage 'https://xiph.org/ogg/'
version '1.3.3' version '1.3.3'
license 'BSD'
compatibility 'all' compatibility 'all'
source_url 'https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.3.tar.xz' source_url 'https://ftp.osuosl.org/pub/xiph/releases/ogg/libogg-1.3.3.tar.xz'
source_sha256 '4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08' source_sha256 '4f3fc6178a533d392064f14776b23c397ed4b9f48f5de297aba73b643f955c08'
......
...@@ -2,8 +2,9 @@ require 'package' ...@@ -2,8 +2,9 @@ require 'package'
class Libomxil_bellagio < Package class Libomxil_bellagio < Package
description 'Bellagio is an opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components.' description 'Bellagio is an opensource implementation of the Khronos OpenMAX Integration Layer API to access multimedia components.'
homepage 'https://sourceforge.net/projects/aa-project/' homepage 'https://sourceforge.net/projects/omxil/'
version '0.9.3' version '0.9.3'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://sourceforge.net/projects/omxil/files/omxil/Bellagio%200.9.3/libomxil-bellagio-0.9.3.tar.gz' source_url 'https://sourceforge.net/projects/omxil/files/omxil/Bellagio%200.9.3/libomxil-bellagio-0.9.3.tar.gz'
source_sha256 '593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c' source_sha256 '593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c'
......
...@@ -4,6 +4,7 @@ class Libopencoreamr < Package ...@@ -4,6 +4,7 @@ class Libopencoreamr < Package
description 'Audio codecs extracted from Android Open Source Project.' description 'Audio codecs extracted from Android Open Source Project.'
homepage 'https://sourceforge.net/projects/opencore-amr/' homepage 'https://sourceforge.net/projects/opencore-amr/'
version '0.1.5-0' version '0.1.5-0'
license 'Apache-2.0'
compatibility 'all' compatibility 'all'
source_url 'https://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz' source_url 'https://downloads.sourceforge.net/project/opencore-amr/opencore-amr/opencore-amr-0.1.5.tar.gz'
source_sha256 '2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341' source_sha256 '2c006cb9d5f651bfb5e60156dbff6af3c9d35c7bbcc9015308c0aff1e14cd341'
......
...@@ -4,6 +4,7 @@ class Libopus < Package ...@@ -4,6 +4,7 @@ class Libopus < Package
description 'Opus is a totally open, royalty-free, highly versatile audio codec.' description 'Opus is a totally open, royalty-free, highly versatile audio codec.'
homepage 'http://opus-codec.org/' homepage 'http://opus-codec.org/'
version '1.2.1' version '1.2.1'
license 'BSD'
compatibility 'all' compatibility 'all'
source_url 'https://archive.mozilla.org/pub/opus/opus-1.2.1.tar.gz' source_url 'https://archive.mozilla.org/pub/opus/opus-1.2.1.tar.gz'
source_sha256 'cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732' source_sha256 'cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732'
......
...@@ -5,6 +5,7 @@ class Libostree < Package ...@@ -5,6 +5,7 @@ class Libostree < Package
homepage 'https://ostreedev.github.io/ostree/' homepage 'https://ostreedev.github.io/ostree/'
@_ver = '2020.8' @_ver = '2020.8'
version @_ver version @_ver
license 'LGPL-2+'
compatibility 'all' compatibility 'all'
source_url "https://github.com/ostreedev/ostree/releases/download/v#{@_ver}/libostree-#{@_ver}.tar.xz" source_url "https://github.com/ostreedev/ostree/releases/download/v#{@_ver}/libostree-#{@_ver}.tar.xz"
source_sha256 'fdaa5992d0a6f62157152355449ac8476c50df6602be398e9ad10438cc1e679b' source_sha256 'fdaa5992d0a6f62157152355449ac8476c50df6602be398e9ad10438cc1e679b'
......
...@@ -5,6 +5,7 @@ class Libotf < Package ...@@ -5,6 +5,7 @@ class Libotf < Package
homepage 'https://www.nongnu.org/m17n/' homepage 'https://www.nongnu.org/m17n/'
@_ver = '0.9.16' @_ver = '0.9.16'
version @_ver version @_ver
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://download.savannah.gnu.org/releases/m17n/libotf-#{@_ver}.tar.gz' source_url 'https://download.savannah.gnu.org/releases/m17n/libotf-#{@_ver}.tar.gz'
source_sha256 '68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b' source_sha256 '68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b'
......
...@@ -4,6 +4,7 @@ class Libotr < Package ...@@ -4,6 +4,7 @@ class Libotr < Package
description 'Portable OTR Messaging Library, as well as the toolkit to help you forge messages.' description 'Portable OTR Messaging Library, as well as the toolkit to help you forge messages.'
homepage 'https://otr.im/' homepage 'https://otr.im/'
version '4.1.1' version '4.1.1'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://otr.im/dist/libotr/4.1.1/libotr-4.1.1.tar.gz' source_url 'https://otr.im/dist/libotr/4.1.1/libotr-4.1.1.tar.gz'
source_sha256 '8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5' source_sha256 '8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5'
......
...@@ -2,8 +2,9 @@ require 'package' ...@@ -2,8 +2,9 @@ require 'package'
class Libpaper < Package class Libpaper < Package
description 'Library for handling paper characteristics' description 'Library for handling paper characteristics'
homepage 'http://packages.debian.org/unstable/source/libpaper' homepage 'https://packages.debian.org/unstable/source/libpaper'
version '1.1.28' version '1.1.28'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.28.tar.gz' source_url 'http://ftp.debian.org/debian/pool/main/libp/libpaper/libpaper_1.1.28.tar.gz'
source_sha256 'c8bb946ec93d3c2c72bbb1d7257e90172a22a44a07a07fb6b802a5bb2c95fddc' source_sha256 'c8bb946ec93d3c2c72bbb1d7257e90172a22a44a07a07fb6b802a5bb2c95fddc'
......
...@@ -4,6 +4,7 @@ class Libparserutils < Package ...@@ -4,6 +4,7 @@ class Libparserutils < Package
description 'Library for building efficient parsers, written in C' description 'Library for building efficient parsers, written in C'
homepage 'https://www.netsurf-browser.org' homepage 'https://www.netsurf-browser.org'
version '0.2.4' version '0.2.4'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://download.netsurf-browser.org/libs/releases/libparserutils-0.2.4-src.tar.gz' source_url 'https://download.netsurf-browser.org/libs/releases/libparserutils-0.2.4-src.tar.gz'
source_sha256 '322bae61b30ccede3e305bf6eae2414920649775bc5ff1d1b688012a3c4947d8' source_sha256 '322bae61b30ccede3e305bf6eae2414920649775bc5ff1d1b688012a3c4947d8'
......
...@@ -2,8 +2,9 @@ require 'package' ...@@ -2,8 +2,9 @@ require 'package'
class Libpcap < Package class Libpcap < Package
description 'A portable C/C++ library for network traffic capture.' description 'A portable C/C++ library for network traffic capture.'
homepage 'http://www.tcpdump.org/' homepage 'https://www.tcpdump.org/'
version '1.9.1' version '1.9.1'
license 'BSD'
compatibility 'all' compatibility 'all'
source_url 'https://www.tcpdump.org/release/libpcap-1.9.1.tar.gz' source_url 'https://www.tcpdump.org/release/libpcap-1.9.1.tar.gz'
source_sha256 '635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094' source_sha256 '635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094'
......
...@@ -4,6 +4,7 @@ class Libpciaccess < Package ...@@ -4,6 +4,7 @@ class Libpciaccess < Package
description 'Generic PCI access library' description 'Generic PCI access library'
homepage 'https://x.org' homepage 'https://x.org'
version '0.16' version '0.16'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://www.x.org/archive/individual/lib/libpciaccess-0.16.tar.gz' source_url 'https://www.x.org/archive/individual/lib/libpciaccess-0.16.tar.gz'
source_sha256 '84413553994aef0070cf420050aa5c0a51b1956b404920e21b81e96db6a61a27' source_sha256 '84413553994aef0070cf420050aa5c0a51b1956b404920e21b81e96db6a61a27'
......
...@@ -4,6 +4,7 @@ class Libpeas < Package ...@@ -4,6 +4,7 @@ class Libpeas < Package
description 'A GObject plugins library' description 'A GObject plugins library'
homepage 'https://wiki.gnome.org/Projects/Libpeas' homepage 'https://wiki.gnome.org/Projects/Libpeas'
version '1.28.0' version '1.28.0'
license 'LGPL-2.1+'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/GNOME/libpeas/archive/libpeas-1.28.0.tar.gz' source_url 'https://github.com/GNOME/libpeas/archive/libpeas-1.28.0.tar.gz'
source_sha256 '93d2826330a5e943dcfe8d059c5885a808494ee44c0b04f72f2bb2283b4d515b' source_sha256 '93d2826330a5e943dcfe8d059c5885a808494ee44c0b04f72f2bb2283b4d515b'
......
...@@ -5,6 +5,7 @@ class Libpipeline < Package ...@@ -5,6 +5,7 @@ class Libpipeline < Package
homepage 'http://libpipeline.nongnu.org/' homepage 'http://libpipeline.nongnu.org/'
@_ver = '1.5.3' @_ver = '1.5.3'
version @_ver version @_ver
license 'GPL-3'
compatibility 'all' compatibility 'all'
source_url "https://mirror.csclub.uwaterloo.ca/nongnu/libpipeline/libpipeline-#{@_ver}.tar.gz" source_url "https://mirror.csclub.uwaterloo.ca/nongnu/libpipeline/libpipeline-#{@_ver}.tar.gz"
source_sha256 '5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0' source_sha256 '5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0'
......
...@@ -4,6 +4,7 @@ class Libplist < Package ...@@ -4,6 +4,7 @@ class Libplist < Package
description 'A library to handle Apple Property List format' description 'A library to handle Apple Property List format'
homepage 'http://www.libimobiledevice.org/' homepage 'http://www.libimobiledevice.org/'
version '2.1.0' version '2.1.0'
license 'GPL-2 and LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/libimobiledevice/libplist/archive/2.1.0.tar.gz' source_url 'https://github.com/libimobiledevice/libplist/archive/2.1.0.tar.gz'
source_sha256 '4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03' source_sha256 '4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03'
......
...@@ -5,6 +5,7 @@ class Libpng < Package ...@@ -5,6 +5,7 @@ class Libpng < Package
homepage 'http://libpng.org/pub/png/libpng.html' homepage 'http://libpng.org/pub/png/libpng.html'
@_ver = '1.6.37' @_ver = '1.6.37'
version "#{@_ver}-1" version "#{@_ver}-1"
license 'libpng2'
compatibility 'all' compatibility 'all'
source_url "https://downloads.sourceforge.net/project/libpng/libpng16/#{@_ver}/libpng-#{@_ver}.tar.xz" source_url "https://downloads.sourceforge.net/project/libpng/libpng16/#{@_ver}/libpng-#{@_ver}.tar.xz"
source_sha256 '505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca' source_sha256 '505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca'
......
...@@ -4,6 +4,7 @@ class Libportal < Package ...@@ -4,6 +4,7 @@ class Libportal < Package
description 'libportal provides GIO-style async APIs for most Flatpak portals.' description 'libportal provides GIO-style async APIs for most Flatpak portals.'
homepage 'https://github.com/flatpak/libportal' homepage 'https://github.com/flatpak/libportal'
version '0.3' version '0.3'
license 'GPL-2+'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/flatpak/libportal/releases/download/0.3/libportal-0.3.tar.xz' source_url 'https://github.com/flatpak/libportal/releases/download/0.3/libportal-0.3.tar.xz'
source_sha256 'fd35d66357169e63e33ef46c43fdf22ddc07dbd960ec3462b58ca9ef15a65bd7' source_sha256 'fd35d66357169e63e33ef46c43fdf22ddc07dbd960ec3462b58ca9ef15a65bd7'
......
...@@ -4,6 +4,7 @@ class Libprelude < Package ...@@ -4,6 +4,7 @@ class Libprelude < Package
description 'Prelude is a Universal "Security Information & Event Management" (SIEM) system.' description 'Prelude is a Universal "Security Information & Event Management" (SIEM) system.'
homepage 'https://www.prelude-siem.org/' homepage 'https://www.prelude-siem.org/'
version '4.1.0' version '4.1.0'
license 'GPL-2+'
compatibility 'all' compatibility 'all'
source_url 'https://www.prelude-siem.org/attachments/download/831/libprelude-4.1.0.tar.gz' source_url 'https://www.prelude-siem.org/attachments/download/831/libprelude-4.1.0.tar.gz'
source_sha256 '21ee5bee2fc4136903c606ad7891927b7b32a29e92ca7e418ac458823951562d' source_sha256 '21ee5bee2fc4136903c606ad7891927b7b32a29e92ca7e418ac458823951562d'
......
...@@ -4,6 +4,7 @@ class Libproxy < Package ...@@ -4,6 +4,7 @@ class Libproxy < Package
description 'libproxy is a library that provides automatic proxy configuration management.' description 'libproxy is a library that provides automatic proxy configuration management.'
homepage 'http://libproxy.github.io/libproxy/' homepage 'http://libproxy.github.io/libproxy/'
version '0.4.15' version '0.4.15'
license 'LGPL-2.1+'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/libproxy/libproxy/releases/download/0.4.15/libproxy-0.4.15.tar.xz' source_url 'https://github.com/libproxy/libproxy/releases/download/0.4.15/libproxy-0.4.15.tar.xz'
source_sha256 '654db464120c9534654590b6683c7fa3887b3dad0ca1c4cd412af24fbfca6d4f' source_sha256 '654db464120c9534654590b6683c7fa3887b3dad0ca1c4cd412af24fbfca6d4f'
......
...@@ -5,6 +5,7 @@ class Libpsl < Package ...@@ -5,6 +5,7 @@ class Libpsl < Package
homepage 'https://github.com/rockdaboot/libpsl' homepage 'https://github.com/rockdaboot/libpsl'
@_ver = '0.21.1' @_ver = '0.21.1'
version @_ver version @_ver
license 'MIT'
compatibility 'all' compatibility 'all'
source_url "https://github.com/rockdaboot/libpsl/releases/download/#{@_ver}/libpsl-#{@_ver}.tar.lz" source_url "https://github.com/rockdaboot/libpsl/releases/download/#{@_ver}/libpsl-#{@_ver}.tar.lz"
source_sha256 '644375d557bb3b84c485df2dae98ee388fe1e11fb75230004e4b8623b3b833a9' source_sha256 '644375d557bb3b84c485df2dae98ee388fe1e11fb75230004e4b8623b3b833a9'
......
...@@ -2,8 +2,9 @@ require 'package' ...@@ -2,8 +2,9 @@ require 'package'
class Libpstat < Package class Libpstat < Package
description 'Library for getting information about running processes' description 'Library for getting information about running processes'
homepage 'https://github.com/jcnelson/libpstat' homepage 'https://github.com/jcnelson/libpstat/'
version '030f37-1' version '030f37-1'
license 'ISC'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/jcnelson/libpstat/archive/030f37a9d22ef3b8be839d487c97759e6126c30f.tar.gz' source_url 'https://github.com/jcnelson/libpstat/archive/030f37a9d22ef3b8be839d487c97759e6126c30f.tar.gz'
source_sha256 '71e5d3f190fe045b38f31dfa9b5962fb6ea4099f46b25981b411122569ff6b30' source_sha256 '71e5d3f190fe045b38f31dfa9b5962fb6ea4099f46b25981b411122569ff6b30'
......
...@@ -4,6 +4,7 @@ class Libpth < Package ...@@ -4,6 +4,7 @@ class Libpth < Package
description 'Pth is a very portable POSIX/ANSI-C based library for Unix platforms' description 'Pth is a very portable POSIX/ANSI-C based library for Unix platforms'
homepage 'https://www.gnu.org/software/pth/' homepage 'https://www.gnu.org/software/pth/'
version '2.0.7' version '2.0.7'
license 'LGPL-2.1+'
compatibility 'all' compatibility 'all'
source_url 'https://ftpmirror.gnu.org/pth/pth-2.0.7.tar.gz' source_url 'https://ftpmirror.gnu.org/pth/pth-2.0.7.tar.gz'
source_sha256 '72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232' source_sha256 '72353660c5a2caafd601b20e12e75d865fd88f6cf1a088b306a3963f0bc77232'
......
...@@ -5,6 +5,7 @@ class Libqmi < Package ...@@ -5,6 +5,7 @@ class Libqmi < Package
homepage 'https://www.freedesktop.org/wiki/Software/libqmi/' homepage 'https://www.freedesktop.org/wiki/Software/libqmi/'
@_ver = '1.28.2' @_ver = '1.28.2'
version @_ver version @_ver
license 'LGPL-2'
compatibility 'all' compatibility 'all'
source_url "https://www.freedesktop.org/software/libqmi/libqmi-#{@_ver}.tar.xz" source_url "https://www.freedesktop.org/software/libqmi/libqmi-#{@_ver}.tar.xz"
source_sha256 '8c8c3ee719874d2529bce9b35b028fe435b36f003979a360d3ad0938449db783' source_sha256 '8c8c3ee719874d2529bce9b35b028fe435b36f003979a360d3ad0938449db783'
......
...@@ -4,6 +4,7 @@ class Libraw < Package ...@@ -4,6 +4,7 @@ class Libraw < Package
description 'Raw image decoder library' description 'Raw image decoder library'
homepage 'https://www.libraw.org' homepage 'https://www.libraw.org'
version '0.19.5' version '0.19.5'
license 'LGPL-2.1 and CDDL'
compatibility 'all' compatibility 'all'
source_url 'https://www.libraw.org/data/LibRaw-0.19.5.tar.gz' source_url 'https://www.libraw.org/data/LibRaw-0.19.5.tar.gz'
source_sha256 '40a262d7cc71702711a0faec106118ee004f86c86cc228281d12d16da03e02f5' source_sha256 '40a262d7cc71702711a0faec106118ee004f86c86cc228281d12d16da03e02f5'
......
...@@ -4,6 +4,7 @@ class Libraw1394 < Package ...@@ -4,6 +4,7 @@ class Libraw1394 < Package
description 'libraw1394 provides direct access to the IEEE 1394 bus through the Linux 1394 subsystem\'s raw1394 user space interface.' description 'libraw1394 provides direct access to the IEEE 1394 bus through the Linux 1394 subsystem\'s raw1394 user space interface.'
homepage 'https://sourceforge.net/projects/libraw1394/' homepage 'https://sourceforge.net/projects/libraw1394/'
version '2.0.5' version '2.0.5'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://downloads.sourceforge.net/project/libraw1394/libraw1394/libraw1394-2.0.5.tar.gz' source_url 'https://downloads.sourceforge.net/project/libraw1394/libraw1394/libraw1394-2.0.5.tar.gz'
source_sha256 '50e7b812f09ec8181fc060e7e25e260017c16c1b41a04c51e23446f26fa109d4' source_sha256 '50e7b812f09ec8181fc060e7e25e260017c16c1b41a04c51e23446f26fa109d4'
......
...@@ -4,6 +4,7 @@ class Librespot < Package ...@@ -4,6 +4,7 @@ class Librespot < Package
description 'Open Source Spotify connect library' description 'Open Source Spotify connect library'
homepage 'https://github.com/librespot-org/librespot' homepage 'https://github.com/librespot-org/librespot'
version '0.1.3' version '0.1.3'
license 'MIT'
compatibility 'aarch64,armv7l,x86_64' compatibility 'aarch64,armv7l,x86_64'
source_url 'https://github.com/librespot-org/librespot/archive/v0.1.3.tar.gz' source_url 'https://github.com/librespot-org/librespot/archive/v0.1.3.tar.gz'
source_sha256 '2d28a63c6dda08ecbc1245c7cfe34c9b3b29e8c5304f4aa8b65aedb899056b25' source_sha256 '2d28a63c6dda08ecbc1245c7cfe34c9b3b29e8c5304f4aa8b65aedb899056b25'
......
...@@ -4,9 +4,15 @@ class Libressl < Package ...@@ -4,9 +4,15 @@ class Libressl < Package
description 'LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.' description 'LibreSSL is a version of the TLS/crypto stack forked from OpenSSL in 2014, with goals of modernizing the codebase, improving security, and applying best practice development processes.'
homepage 'https://www.libressl.org/' homepage 'https://www.libressl.org/'
version '1.1.1i' version '1.1.1i'
license 'ISC and openssl' # This is the actual libressl package license.
compatibility 'all' compatibility 'all'
is_fake is_fake
depends_on 'openssl' depends_on 'openssl'
def self.preflight
puts
puts 'Chromebrew\'s libressl is a fake package pointing to openssl.'.lightblue
puts
end end
...@@ -4,6 +4,7 @@ class Librhash < Package ...@@ -4,6 +4,7 @@ class Librhash < Package
description 'RHash is a console utility for computing and verifying hash sums of files.' description 'RHash is a console utility for computing and verifying hash sums of files.'
homepage 'http://rhash.anz.ru/' homepage 'http://rhash.anz.ru/'
version '1.3.6' version '1.3.6'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/rhash/RHash/archive/v1.3.6.tar.gz' source_url 'https://github.com/rhash/RHash/archive/v1.3.6.tar.gz'
source_sha256 '964df972b60569b5cb35ec989ced195ab8ea514fc46a74eab98e86569ffbcf92' source_sha256 '964df972b60569b5cb35ec989ced195ab8ea514fc46a74eab98e86569ffbcf92'
......
...@@ -4,6 +4,7 @@ class Librsvg < Package ...@@ -4,6 +4,7 @@ class Librsvg < Package
description 'SVG library for GNOME' description 'SVG library for GNOME'
homepage 'https://wiki.gnome.org/Projects/LibRsvg' homepage 'https://wiki.gnome.org/Projects/LibRsvg'
version '2.50.3' version '2.50.3'
license 'LGPL-2+'
compatibility 'all' compatibility 'all'
source_url 'https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.3.tar.xz' source_url 'https://download.gnome.org/sources/librsvg/2.50/librsvg-2.50.3.tar.xz'
source_sha256 'a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958' source_sha256 'a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958'
......
...@@ -4,6 +4,7 @@ class Librsync < Package ...@@ -4,6 +4,7 @@ class Librsync < Package
description 'remote delta-compression library' description 'remote delta-compression library'
homepage 'https://librsync.github.io/' homepage 'https://librsync.github.io/'
version '2.0.1-1' version '2.0.1-1'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/librsync/librsync/archive/v2.0.1.tar.gz' source_url 'https://github.com/librsync/librsync/archive/v2.0.1.tar.gz'
source_sha256 '6fce69041aa4fc72a21f1ab280a7299b82df2b1fa0a25d8695fd527e6752625e' source_sha256 '6fce69041aa4fc72a21f1ab280a7299b82df2b1fa0a25d8695fd527e6752625e'
......
...@@ -4,6 +4,7 @@ class Libsamplerate < Package ...@@ -4,6 +4,7 @@ class Libsamplerate < Package
description 'Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio.' description 'Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio.'
homepage 'http://www.mega-nerd.com/libsamplerate/' homepage 'http://www.mega-nerd.com/libsamplerate/'
version '0.1.9' version '0.1.9'
license 'BSD-2'
compatibility 'all' compatibility 'all'
source_url 'http://www.mega-nerd.com/libsamplerate/libsamplerate-0.1.9.tar.gz' source_url 'http://www.mega-nerd.com/libsamplerate/libsamplerate-0.1.9.tar.gz'
source_sha256 '0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1' source_sha256 '0a7eb168e2f21353fb6d84da152e4512126f7dc48ccb0be80578c565413444c1'
......
...@@ -4,6 +4,7 @@ class Libsass < Package ...@@ -4,6 +4,7 @@ class Libsass < Package
description 'LibSass is a C/C++ port of the Sass engine' description 'LibSass is a C/C++ port of the Sass engine'
homepage 'https://sass-lang.com/libsass' homepage 'https://sass-lang.com/libsass'
version '3.6.4' version '3.6.4'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/sass/libsass/archive/3.6.4.tar.gz' source_url 'https://github.com/sass/libsass/archive/3.6.4.tar.gz'
source_sha256 'f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889' source_sha256 'f9484d9a6df60576e791566eab2f757a97fd414fce01dd41fc0a693ea5db2889'
......
...@@ -4,6 +4,7 @@ class Libsdl < Package ...@@ -4,6 +4,7 @@ class Libsdl < Package
description 'Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.' description 'Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.'
homepage 'http://www.libsdl.org' homepage 'http://www.libsdl.org'
version '1.2.15-4' version '1.2.15-4'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz' source_url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz'
source_sha256 'd6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00' source_sha256 'd6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00'
......
...@@ -5,6 +5,7 @@ class Libsdl2 < Package ...@@ -5,6 +5,7 @@ class Libsdl2 < Package
homepage 'http://www.libsdl.org' homepage 'http://www.libsdl.org'
@_ver = '2.0.14' @_ver = '2.0.14'
version @_ver version @_ver
license 'ZLIB'
compatibility 'all' compatibility 'all'
source_url "https://www.libsdl.org/release/SDL2-#{@_ver}.tar.gz" source_url "https://www.libsdl.org/release/SDL2-#{@_ver}.tar.gz"
source_sha256 'd8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc' source_sha256 'd8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc'
......
...@@ -5,6 +5,7 @@ class Libseccomp < Package ...@@ -5,6 +5,7 @@ class Libseccomp < Package
homepage 'https://github.com/seccomp/libseccomp' homepage 'https://github.com/seccomp/libseccomp'
@_ver = '2.5.1' @_ver = '2.5.1'
version @_ver version @_ver
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url "https://github.com/seccomp/libseccomp/archive/v#{@_ver}.tar.gz" source_url "https://github.com/seccomp/libseccomp/archive/v#{@_ver}.tar.gz"
source_sha256 '76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829' source_sha256 '76ad54e31d143b39a99083564045212a965e026a1010a742edd793d26d699829'
......
...@@ -4,6 +4,7 @@ class Libsecret < Package ...@@ -4,6 +4,7 @@ class Libsecret < Package
description 'GObject based library for accessing the Secret Service API.' description 'GObject based library for accessing the Secret Service API.'
homepage 'https://github.com/GNOME/libsecret' homepage 'https://github.com/GNOME/libsecret'
version '0.20.4' version '0.20.4'
license 'LGPL-2.1+ and Apache-2.0'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/GNOME/libsecret/archive/0.20.4.tar.gz' source_url 'https://github.com/GNOME/libsecret/archive/0.20.4.tar.gz'
source_sha256 'ca34e69b210df221ae5da6692c2cb15ef169bb4daf42e204442f24fdb0520d4b' source_sha256 'ca34e69b210df221ae5da6692c2cb15ef169bb4daf42e204442f24fdb0520d4b'
......
...@@ -5,6 +5,7 @@ class Libsigcplusplus < Package ...@@ -5,6 +5,7 @@ class Libsigcplusplus < Package
homepage 'https://github.com/libsigcplusplus/libsigcplusplus/' homepage 'https://github.com/libsigcplusplus/libsigcplusplus/'
@_ver = '2.10.6' @_ver = '2.10.6'
version @_ver version @_ver
license 'LGPL-3'
compatibility 'all' compatibility 'all'
source_url "https://github.com/libsigcplusplus/libsigcplusplus/archive/#{@_ver}.tar.gz" source_url "https://github.com/libsigcplusplus/libsigcplusplus/archive/#{@_ver}.tar.gz"
source_sha256 '3458b027f44204571a3a7091ebb94e5b1b5ecc7fbab89ce2bada25543645993f' source_sha256 '3458b027f44204571a3a7091ebb94e5b1b5ecc7fbab89ce2bada25543645993f'
......
...@@ -5,6 +5,7 @@ class Libsigcplusplus3 < Package ...@@ -5,6 +5,7 @@ class Libsigcplusplus3 < Package
homepage 'https://github.com/libsigcplusplus/libsigcplusplus/' homepage 'https://github.com/libsigcplusplus/libsigcplusplus/'
@_ver = '3.0.6' @_ver = '3.0.6'
version @_ver version @_ver
license 'LGPL-3'
compatibility 'all' compatibility 'all'
source_url "https://github.com/libsigcplusplus/libsigcplusplus/archive/#{@_ver}.tar.gz" source_url "https://github.com/libsigcplusplus/libsigcplusplus/archive/#{@_ver}.tar.gz"
source_sha256 '25ff9bf59c28e185c3901963f11bbdac58ce866281c65c870145b119e59a0836' source_sha256 '25ff9bf59c28e185c3901963f11bbdac58ce866281c65c870145b119e59a0836'
......
...@@ -4,6 +4,7 @@ class Libsigsegv < Package ...@@ -4,6 +4,7 @@ class Libsigsegv < Package
description 'GNU libsigsegv is a library for handling page faults in user mode.' description 'GNU libsigsegv is a library for handling page faults in user mode.'
homepage 'https://www.gnu.org/software/libsigsegv/' homepage 'https://www.gnu.org/software/libsigsegv/'
version '2.12' version '2.12'
license 'GPL-2+'
compatibility 'all' compatibility 'all'
source_url 'https://ftpmirror.gnu.org/libsigsegv/libsigsegv-2.12.tar.gz' source_url 'https://ftpmirror.gnu.org/libsigsegv/libsigsegv-2.12.tar.gz'
source_sha256 '3ae1af359eebaa4ffc5896a1aee3568c052c99879316a1ab57f8fe1789c390b6' source_sha256 '3ae1af359eebaa4ffc5896a1aee3568c052c99879316a1ab57f8fe1789c390b6'
......
...@@ -4,6 +4,7 @@ class Libslz < Package ...@@ -4,6 +4,7 @@ class Libslz < Package
description 'SLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip.' description 'SLZ is a fast and memory-less stream compressor which produces an output that can be decompressed with zlib or gzip.'
homepage 'http://www.libslz.org/' homepage 'http://www.libslz.org/'
version '1.1.0-2' version '1.1.0-2'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'http://git.1wt.eu/web?p=libslz.git;a=snapshot;h=f65544ca6a0d628b1db2d76069cc3be493543d38;sf=tbz2' source_url 'http://git.1wt.eu/web?p=libslz.git;a=snapshot;h=f65544ca6a0d628b1db2d76069cc3be493543d38;sf=tbz2'
source_sha256 '985cb527a4d1c7a93e9eb19d79f97513eb57cfe6e112b727976855c8144ffccc' source_sha256 '985cb527a4d1c7a93e9eb19d79f97513eb57cfe6e112b727976855c8144ffccc'
......
...@@ -4,6 +4,7 @@ class Libsm < Package ...@@ -4,6 +4,7 @@ class Libsm < Package
description 'X.org X Session Management Library' description 'X.org X Session Management Library'
homepage 'http://www.x.org' homepage 'http://www.x.org'
version '1.2.2' version '1.2.2'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://www.x.org/archive/individual/lib/libSM-1.2.2.tar.gz' source_url 'https://www.x.org/archive/individual/lib/libSM-1.2.2.tar.gz'
source_sha256 '14bb7c669ce2b8ff712fbdbf48120e3742a77edcd5e025d6b3325ed30cf120f4' source_sha256 '14bb7c669ce2b8ff712fbdbf48120e3742a77edcd5e025d6b3325ed30cf120f4'
......
...@@ -4,6 +4,7 @@ class Libsndfile < Package ...@@ -4,6 +4,7 @@ class Libsndfile < Package
description 'Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.' description 'Libsndfile is a C library for reading and writing files containing sampled sound (such as MS Windows WAV and the Apple/SGI AIFF format) through one standard library interface.'
homepage 'http://www.mega-nerd.com/libsndfile/' homepage 'http://www.mega-nerd.com/libsndfile/'
version '1.0.28' version '1.0.28'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz' source_url 'http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz'
source_sha256 '1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9' source_sha256 '1ff33929f042fa333aed1e8923aa628c3ee9e1eb85512686c55092d1e5a9dfa9'
......
...@@ -4,6 +4,7 @@ class Libsodium < Package ...@@ -4,6 +4,7 @@ class Libsodium < Package
description 'A modern, portable, easy to use crypto library' description 'A modern, portable, easy to use crypto library'
homepage 'https://libsodium.org' homepage 'https://libsodium.org'
version '1.0.18' version '1.0.18'
license 'ISC'
compatibility 'all' compatibility 'all'
source_url 'https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz' source_url 'https://download.libsodium.org/libsodium/releases/libsodium-1.0.18.tar.gz'
source_sha256 '6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1' source_sha256 '6f504490b342a4f8a4c4a02fc9b866cbef8622d5df4e5452b46be121e46636c1'
......
...@@ -4,6 +4,7 @@ class Libsolv < Package ...@@ -4,6 +4,7 @@ class Libsolv < Package
description 'Library for solving packages and reading repositories' description 'Library for solving packages and reading repositories'
homepage 'https://en.opensuse.org/openSUSE:Libzypp_satsolver' homepage 'https://en.opensuse.org/openSUSE:Libzypp_satsolver'
version '0.7.14' version '0.7.14'
license 'BSD'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/openSUSE/libsolv/archive/0.7.14.tar.gz' source_url 'https://github.com/openSUSE/libsolv/archive/0.7.14.tar.gz'
source_sha256 '34a67c23cedd38a949607d8cdbd867aa4b07556f18a57e17162ac962bbdbbf54' source_sha256 '34a67c23cedd38a949607d8cdbd867aa4b07556f18a57e17162ac962bbdbbf54'
......
...@@ -6,6 +6,7 @@ class Libsoup < Package ...@@ -6,6 +6,7 @@ class Libsoup < Package
@_ver = '2.99.2' @_ver = '2.99.2'
@_ver_prelastdot = @_ver.rpartition('.')[0] @_ver_prelastdot = @_ver.rpartition('.')[0]
version @_ver version @_ver
license 'LGPL-2.1+'
compatibility 'all' compatibility 'all'
source_url "https://download.gnome.org/sources/libsoup/#{@_ver_prelastdot}/libsoup-#{@_ver}.tar.xz" source_url "https://download.gnome.org/sources/libsoup/#{@_ver_prelastdot}/libsoup-#{@_ver}.tar.xz"
source_sha256 '664fa1b78a15cc0aa1fa65efb3b281a888417530f9f56a219571c0630f942ba5' source_sha256 '664fa1b78a15cc0aa1fa65efb3b281a888417530f9f56a219571c0630f942ba5'
......
...@@ -4,6 +4,7 @@ class Libsoup2 < Package ...@@ -4,6 +4,7 @@ class Libsoup2 < Package
description 'libsoup is an HTTP client/server library for GNOME.' description 'libsoup is an HTTP client/server library for GNOME.'
homepage 'https://wiki.gnome.org/Projects/libsoup' homepage 'https://wiki.gnome.org/Projects/libsoup'
version '2.72' version '2.72'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://download.gnome.org/sources/libsoup/2.72/libsoup-2.72.0.tar.xz' source_url 'https://download.gnome.org/sources/libsoup/2.72/libsoup-2.72.0.tar.xz'
source_sha256 '170c3f8446b0f65f8e4b93603349172b1085fb8917c181d10962f02bb85f5387' source_sha256 '170c3f8446b0f65f8e4b93603349172b1085fb8917c181d10962f02bb85f5387'
......
...@@ -4,6 +4,7 @@ class Libsoxr < Package ...@@ -4,6 +4,7 @@ class Libsoxr < Package
description 'High quality, one-dimensional sample-rate conversion library.' description 'High quality, one-dimensional sample-rate conversion library.'
homepage 'https://sourceforge.net/projects/soxr/' homepage 'https://sourceforge.net/projects/soxr/'
version '0.1.3-1' version '0.1.3-1'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'http://downloads.sourceforge.net/project/soxr/soxr-0.1.3-Source.tar.xz' source_url 'http://downloads.sourceforge.net/project/soxr/soxr-0.1.3-Source.tar.xz'
source_sha256 'b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889' source_sha256 'b111c15fdc8c029989330ff559184198c161100a59312f5dc19ddeb9b5a15889'
......
...@@ -4,6 +4,7 @@ class Libspatialindex < Package ...@@ -4,6 +4,7 @@ class Libspatialindex < Package
description 'C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API' description 'C++ implementation of R*-tree, an MVR-tree and a TPR-tree with C API'
homepage 'https://libspatialindex.org/' homepage 'https://libspatialindex.org/'
version '1.9.3' version '1.9.3'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/libspatialindex/libspatialindex/archive/1.9.3.tar.gz' source_url 'https://github.com/libspatialindex/libspatialindex/archive/1.9.3.tar.gz'
source_sha256 '7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379' source_sha256 '7b44340a3edc55c11abfc453bb60f148b29f569cef9e1148583e76132e9c7379'
......
...@@ -4,6 +4,7 @@ class Libspectre < Package ...@@ -4,6 +4,7 @@ class Libspectre < Package
description 'Small library for rendering Postscript documents' description 'Small library for rendering Postscript documents'
homepage 'https://www.freedesktop.org/wiki/Software/libspectre/' homepage 'https://www.freedesktop.org/wiki/Software/libspectre/'
version '0.2.9' version '0.2.9'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://libspectre.freedesktop.org/releases/libspectre-0.2.9.tar.gz' source_url 'https://libspectre.freedesktop.org/releases/libspectre-0.2.9.tar.gz'
source_sha256 '49ae9c52b5af81b405455c19fe24089d701761da2c45d22164a99576ceedfbed' source_sha256 '49ae9c52b5af81b405455c19fe24089d701761da2c45d22164a99576ceedfbed'
......
...@@ -4,6 +4,7 @@ class Libspng < Package ...@@ -4,6 +4,7 @@ class Libspng < Package
description 'libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use.' description 'libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use.'
homepage 'https://libspng.org' homepage 'https://libspng.org'
version '0.5.0' version '0.5.0'
license 'BSD-2'
compatibility 'all' compatibility 'all'
source_url 'https://gitlab.com/randy408/libspng/uploads/3d980bac86c51368f40af2f1ac79a057/libspng-0.5.0.tar.xz' source_url 'https://gitlab.com/randy408/libspng/uploads/3d980bac86c51368f40af2f1ac79a057/libspng-0.5.0.tar.xz'
source_sha256 '220a653802559943ae43fd48f03ba6ff3935a5243766d9ee5ff905240d4399a7' source_sha256 '220a653802559943ae43fd48f03ba6ff3935a5243766d9ee5ff905240d4399a7'
......
...@@ -5,6 +5,7 @@ class Libssh < Package ...@@ -5,6 +5,7 @@ class Libssh < Package
homepage 'https://www.libssh.org/' homepage 'https://www.libssh.org/'
@_ver = '0.9.5' @_ver = '0.9.5'
version "#{@_ver}-1" version "#{@_ver}-1"
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
@_ver_prelastdot = @_ver.rpartition('.')[0] @_ver_prelastdot = @_ver.rpartition('.')[0]
source_url "https://www.libssh.org/files/#{@_ver_prelastdot}/libssh-#{@_ver}.tar.xz" source_url "https://www.libssh.org/files/#{@_ver_prelastdot}/libssh-#{@_ver}.tar.xz"
......
...@@ -5,6 +5,7 @@ class Libssh2 < Package ...@@ -5,6 +5,7 @@ class Libssh2 < Package
homepage 'https://www.libssh2.org/' homepage 'https://www.libssh2.org/'
@_ver = '1.9.0' @_ver = '1.9.0'
version @_ver + '-3' version @_ver + '-3'
license 'BSD'
compatibility 'all' compatibility 'all'
source_url "https://www.libssh2.org/download/libssh2-#{@_ver}.tar.gz" source_url "https://www.libssh2.org/download/libssh2-#{@_ver}.tar.gz"
source_sha256 'd5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd' source_sha256 'd5fb8bd563305fd1074dda90bd053fb2d29fc4bce048d182f96eaa466dfadafd'
......
...@@ -4,6 +4,7 @@ class Libstemmer < Package ...@@ -4,6 +4,7 @@ class Libstemmer < Package
description 'Snowball Stemming Algorithms' description 'Snowball Stemming Algorithms'
homepage 'https://snowballstem.org/' homepage 'https://snowballstem.org/'
version '78c149' version '78c149'
license 'BSD-3'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/zvelo/libstemmer/archive/78c149a3a6f262a35c7f7351d3f77b725fc646cf.tar.gz' source_url 'https://github.com/zvelo/libstemmer/archive/78c149a3a6f262a35c7f7351d3f77b725fc646cf.tar.gz'
source_sha256 '9bbd1bd2b7829f6bdafba97667fc795b3a80785c2285a5b73c3006b0bf3db688' source_sha256 '9bbd1bd2b7829f6bdafba97667fc795b3a80785c2285a5b73c3006b0bf3db688'
......
...@@ -4,6 +4,7 @@ class Libstrophe < Package ...@@ -4,6 +4,7 @@ class Libstrophe < Package
description 'A simple, lightweight C library for writing XMPP clients' description 'A simple, lightweight C library for writing XMPP clients'
homepage 'http://strophe.im/libstrophe/' homepage 'http://strophe.im/libstrophe/'
version '0.9.2' version '0.9.2'
license 'MIT or GPL-3'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/strophe/libstrophe/archive/0.9.2.tar.gz' source_url 'https://github.com/strophe/libstrophe/archive/0.9.2.tar.gz'
source_sha256 '158145bc1565a5fd0bbd7f57e3e15d768e58b8a460897ab5918a5a689d67ae6f' source_sha256 '158145bc1565a5fd0bbd7f57e3e15d768e58b8a460897ab5918a5a689d67ae6f'
......
...@@ -4,8 +4,9 @@ class Libtasn1 < Package ...@@ -4,8 +4,9 @@ class Libtasn1 < Package
description 'Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some other packages.' description 'Libtasn1 is the ASN.1 library used by GnuTLS, GNU Shishi and some other packages.'
homepage 'https://www.gnu.org/software/libtasn1/' homepage 'https://www.gnu.org/software/libtasn1/'
version '4.16' version '4.16'
license 'GPL-3 and LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.16.0.tar.gz' source_url 'https://ftpmirror.gnu.org/libtasn1/libtasn1-4.16.0.tar.gz'
source_sha256 '0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8d4329d' source_sha256 '0e0fb0903839117cb6e3b56e68222771bebf22ad7fc2295a0ed7d576e8d4329d'
binary_url ({ binary_url ({
......
...@@ -4,6 +4,7 @@ class Libtheora < Package ...@@ -4,6 +4,7 @@ class Libtheora < Package
description 'Theora is a free and open video compression format from the Xiph.org Foundation.' description 'Theora is a free and open video compression format from the Xiph.org Foundation.'
homepage 'https://theora.org/' homepage 'https://theora.org/'
version '1.1.1-0' version '1.1.1-0'
license 'BSD'
compatibility 'all' compatibility 'all'
source_url 'https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2' source_url 'https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2'
source_sha256 'b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc' source_sha256 'b6ae1ee2fa3d42ac489287d3ec34c5885730b1296f0801ae577a35193d3affbc'
......
...@@ -4,6 +4,7 @@ class Libticables2 < Package ...@@ -4,6 +4,7 @@ class Libticables2 < Package
description 'Libticables2 offers the library used to connect to and perform read/write operations on TI Calculators via. USB.' description 'Libticables2 offers the library used to connect to and perform read/write operations on TI Calculators via. USB.'
homepage 'http://lpg.ticalc.org/prj_tilp/' homepage 'http://lpg.ticalc.org/prj_tilp/'
version '1.3.5' version '1.3.5'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libticables2-1.3.5.tar.bz2' source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libticables2-1.3.5.tar.bz2'
source_sha256 '0c6fb6516e72ccab081ddb3aecceff694ed93aec689ddd2edba9c7c7406c4522' source_sha256 '0c6fb6516e72ccab081ddb3aecceff694ed93aec689ddd2edba9c7c7406c4522'
......
...@@ -4,6 +4,7 @@ class Libticalcs2 < Package ...@@ -4,6 +4,7 @@ class Libticalcs2 < Package
description 'Libticalcs2 offers the library used to communicate with TI calculators. It implements the TI protocol for each type of calculator, independently of the link cable used to establish the link.' description 'Libticalcs2 offers the library used to communicate with TI calculators. It implements the TI protocol for each type of calculator, independently of the link cable used to establish the link.'
homepage 'http://lpg.ticalc.org/prj_tilp/' homepage 'http://lpg.ticalc.org/prj_tilp/'
version '1.1.9' version '1.1.9'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libticalcs2-1.1.9.tar.bz2' source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libticalcs2-1.1.9.tar.bz2'
source_sha256 '76780788bc309b647f97513d38dd5f01611c335a72855e0bd10c7bdbf2e38921' source_sha256 '76780788bc309b647f97513d38dd5f01611c335a72855e0bd10c7bdbf2e38921'
......
...@@ -4,6 +4,7 @@ class Libticonv < Package ...@@ -4,6 +4,7 @@ class Libticonv < Package
description 'Libticonv offers support for performing operations on TI calculators involving charsets.' description 'Libticonv offers support for performing operations on TI calculators involving charsets.'
homepage 'http://lpg.ticalc.org/prj_tilp/' homepage 'http://lpg.ticalc.org/prj_tilp/'
version '1.1.5' version '1.1.5'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libticonv-1.1.5.tar.bz2' source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libticonv-1.1.5.tar.bz2'
source_sha256 '316da6a73bf26b266dd23443882abc4c9fe7013edc3a53e5e301d525c2060878' source_sha256 '316da6a73bf26b266dd23443882abc4c9fe7013edc3a53e5e301d525c2060878'
......
...@@ -4,6 +4,7 @@ class Libtiff < Package ...@@ -4,6 +4,7 @@ class Libtiff < Package
description 'LibTIFF provides support for the Tag Image File Format (TIFF), a widely used format for storing image data.' description 'LibTIFF provides support for the Tag Image File Format (TIFF), a widely used format for storing image data.'
homepage 'http://www.libtiff.org/' homepage 'http://www.libtiff.org/'
version '4.2.0' version '4.2.0'
license 'libtiff'
compatibility 'all' compatibility 'all'
source_url 'https://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz' source_url 'https://download.osgeo.org/libtiff/tiff-4.2.0.tar.gz'
source_sha256 'eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb' source_sha256 'eb0484e568ead8fa23b513e9b0041df7e327f4ee2d22db5a533929dfc19633cb'
......
...@@ -4,6 +4,7 @@ class Libtifiles2 < Package ...@@ -4,6 +4,7 @@ class Libtifiles2 < Package
description 'Libtifiles2 offers the library used to properly manipulate files on TI calculators.' description 'Libtifiles2 offers the library used to properly manipulate files on TI calculators.'
homepage 'http://lpg.ticalc.org/prj_tilp/' homepage 'http://lpg.ticalc.org/prj_tilp/'
version '1.1.7' version '1.1.7'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libtifiles2-1.1.7.tar.bz2' source_url 'https://sourceforge.net/projects/tilp/files/tilp2-linux/tilp2-1.18/libtifiles2-1.1.7.tar.bz2'
source_sha256 '9ac63b49e97b09b30b37bbc84aeb15fa7967bceb944e56141c5cd5a528acc982' source_sha256 '9ac63b49e97b09b30b37bbc84aeb15fa7967bceb944e56141c5cd5a528acc982'
......
...@@ -4,6 +4,7 @@ class Libtinfo < Package ...@@ -4,6 +4,7 @@ class Libtinfo < Package
description 'Missing ncurses library reference.' description 'Missing ncurses library reference.'
homepage 'https://www.gnu.org/software/ncurses/' homepage 'https://www.gnu.org/software/ncurses/'
version '6.2-1' version '6.2-1'
license 'MIT' # Ncurses license
compatibility 'all' compatibility 'all'
source_url 'file:///dev/null' source_url 'file:///dev/null'
source_sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' source_sha256 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
......
...@@ -5,6 +5,7 @@ class Libtirpc < Package ...@@ -5,6 +5,7 @@ class Libtirpc < Package
homepage 'https://sourceforge.net/projects/libtirpc' homepage 'https://sourceforge.net/projects/libtirpc'
@_ver = '1.3.1' @_ver = '1.3.1'
version @_ver version @_ver
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url "http://downloads.sourceforge.net/project/libtirpc/libtirpc/#{@_ver}/libtirpc-#{@_ver}.tar.bz2" source_url "http://downloads.sourceforge.net/project/libtirpc/libtirpc/#{@_ver}/libtirpc-#{@_ver}.tar.bz2"
source_sha256 '245895caf066bec5e3d4375942c8cb4366adad184c29c618d97f724ea309ee17' source_sha256 '245895caf066bec5e3d4375942c8cb4366adad184c29c618d97f724ea309ee17'
......
...@@ -4,6 +4,7 @@ class Libtool < Package ...@@ -4,6 +4,7 @@ class Libtool < Package
description 'GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.' description 'GNU libtool is a generic library support script. Libtool hides the complexity of using shared libraries behind a consistent, portable interface.'
homepage 'https://www.gnu.org/software/libtool/' homepage 'https://www.gnu.org/software/libtool/'
version '2.4.6-4' version '2.4.6-4'
license 'GPL-2'
compatibility 'all' compatibility 'all'
source_url 'https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz' source_url 'https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz'
source_sha256 'e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3' source_sha256 'e3bd4d5d3d025a36c21dd6af7ea818a2afcd4dfc1ea5a17b39d7854bcd0c06e3'
......
...@@ -4,6 +4,7 @@ class Libudev_stub < Package ...@@ -4,6 +4,7 @@ class Libudev_stub < Package
description 'A libudev stub and proxy library for WSL' description 'A libudev stub and proxy library for WSL'
homepage 'https://github.com/therealkenc/libudev-stub' homepage 'https://github.com/therealkenc/libudev-stub'
version '0.9.0' version '0.9.0'
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/therealkenc/libudev-stub/archive/v0.9.0.tar.gz' source_url 'https://github.com/therealkenc/libudev-stub/archive/v0.9.0.tar.gz'
source_sha256 '4bc4479b8297bfd6449f245e09106600af1b3af657dd1472d9fd4c920b673660' source_sha256 '4bc4479b8297bfd6449f245e09106600af1b3af657dd1472d9fd4c920b673660'
......
...@@ -5,6 +5,7 @@ class Libunbound < Package ...@@ -5,6 +5,7 @@ class Libunbound < Package
homepage 'https://nlnetlabs.nl/projects/unbound/about/' homepage 'https://nlnetlabs.nl/projects/unbound/about/'
@_ver = '1.13.0' @_ver = '1.13.0'
version @_ver version @_ver
license 'BSD and GPL-2'
compatibility 'all' compatibility 'all'
source_url "https://nlnetlabs.nl/downloads/unbound/unbound-#{@_ver}.tar.gz" source_url "https://nlnetlabs.nl/downloads/unbound/unbound-#{@_ver}.tar.gz"
source_sha256 'a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1' source_sha256 'a954043a95b0326ca4037e50dace1f3a207a0a19e9a4a22f4c6718fc623db2a1'
......
...@@ -4,6 +4,7 @@ class Libuninum < Package ...@@ -4,6 +4,7 @@ class Libuninum < Package
description 'This is a library for converting Unicode strings to numbers and numbers to Unicode strings.' description 'This is a library for converting Unicode strings to numbers and numbers to Unicode strings.'
homepage 'http://billposer.org/Software/libuninum.html' homepage 'http://billposer.org/Software/libuninum.html'
version '2.7-0' version '2.7-0'
license 'GPL-2, GPL-2+, LGPL-2 and LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url 'https://billposer.org/Software/Downloads/libuninum-2.7.tar.bz2' source_url 'https://billposer.org/Software/Downloads/libuninum-2.7.tar.bz2'
source_sha256 'e704983c3c00e9b76bd836b8b83ce31bfe4eb1752eee8be123cf97c1275076ea' source_sha256 'e704983c3c00e9b76bd836b8b83ce31bfe4eb1752eee8be123cf97c1275076ea'
......
...@@ -4,6 +4,7 @@ class Libunistring < Package ...@@ -4,6 +4,7 @@ class Libunistring < Package
description 'A library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.' description 'A library that provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard.'
homepage 'https://www.gnu.org/software/libunistring/' homepage 'https://www.gnu.org/software/libunistring/'
version '0.9.10' version '0.9.10'
license 'LGPL-3+ or GPL-2+ and FDL-1.2 or GPL-3+'
compatibility 'all' compatibility 'all'
source_url 'https://ftpmirror.gnu.org/libunistring/libunistring-0.9.10.tar.xz' source_url 'https://ftpmirror.gnu.org/libunistring/libunistring-0.9.10.tar.xz'
source_sha256 'eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7' source_sha256 'eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7'
......
...@@ -4,6 +4,7 @@ class Libunwind < Package ...@@ -4,6 +4,7 @@ class Libunwind < Package
description 'libunwind is a portable and efficient C programming interface (API) to determine the call-chain of a program.' description 'libunwind is a portable and efficient C programming interface (API) to determine the call-chain of a program.'
homepage 'https://www.nongnu.org/libunwind/' homepage 'https://www.nongnu.org/libunwind/'
version '1.5.0-1' version '1.5.0-1'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://download.savannah.gnu.org/releases/libunwind/libunwind-1.5.0.tar.gz' source_url 'https://download.savannah.gnu.org/releases/libunwind/libunwind-1.5.0.tar.gz'
source_sha256 '90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017' source_sha256 '90337653d92d4a13de590781371c604f9031cdb50520366aa1e3a91e1efb1017'
......
...@@ -4,12 +4,15 @@ class Liburing < Package ...@@ -4,12 +4,15 @@ class Liburing < Package
description 'liburing provides helpers to setup and teardown io_uring instances.' description 'liburing provides helpers to setup and teardown io_uring instances.'
homepage 'https://github.com/axboe/liburing/' homepage 'https://github.com/axboe/liburing/'
version '0.7' version '0.7'
license 'MIT'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/axboe/liburing/archive/liburing-0.7.tar.gz' source_url 'https://github.com/axboe/liburing/archive/liburing-0.7.tar.gz'
source_sha256 '8e2842cfe947f3a443af301bdd6d034455536c38a455c7a700d0c1ad165a7543' source_sha256 '8e2842cfe947f3a443af301bdd6d034455536c38a455c7a700d0c1ad165a7543'
def self.build def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX} --mandir=#{CREW_MAN_PREFIX}" system "./configure --prefix=#{CREW_PREFIX} \
--libdir=#{CREW_LIB_PREFIX} \
--mandir=#{CREW_MAN_PREFIX}"
system "make" system "make"
end end
......
...@@ -5,6 +5,7 @@ class Libusb < Package ...@@ -5,6 +5,7 @@ class Libusb < Package
homepage 'https://sourceforge.net/projects/libusb/' homepage 'https://sourceforge.net/projects/libusb/'
@_ver = '1.0.24' @_ver = '1.0.24'
version @_ver version @_ver
license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url "https://github.com/libusb/libusb/releases/download/v#{@_ver}/libusb-#{@_ver}.tar.bz2" source_url "https://github.com/libusb/libusb/releases/download/v#{@_ver}/libusb-#{@_ver}.tar.bz2"
source_sha256 '7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a' source_sha256 '7efd2685f7b327326dcfb85cee426d9b871fd70e22caa15bb68d595ce2a2b12a'
......
...@@ -4,6 +4,7 @@ class Libusbmuxd < Package ...@@ -4,6 +4,7 @@ class Libusbmuxd < Package
description 'USB Multiplex Daemon' description 'USB Multiplex Daemon'
homepage 'http://www.libimobiledevice.org/' homepage 'http://www.libimobiledevice.org/'
version '2.0.1' version '2.0.1'
license 'GPL-2+ and LGPL-2.1+'
compatibility 'all' compatibility 'all'
source_url 'https://github.com/libimobiledevice/libusbmuxd/archive/2.0.1.tar.gz' source_url 'https://github.com/libimobiledevice/libusbmuxd/archive/2.0.1.tar.gz'
source_sha256 'f93faf3b3a73e283646f4d62b3421aeccf58142266b0eb22b2b13dd4b2362eb8' source_sha256 'f93faf3b3a73e283646f4d62b3421aeccf58142266b0eb22b2b13dd4b2362eb8'
......
...@@ -4,6 +4,7 @@ class Libuuid < Package ...@@ -4,6 +4,7 @@ class Libuuid < Package
description 'Portable UUID C library' description 'Portable UUID C library'
homepage 'https://sourceforge.net/projects/libuuid/' homepage 'https://sourceforge.net/projects/libuuid/'
version '1.3.0' version '1.3.0'
license 'BSD' # The actual libuuid library
compatibility 'all' compatibility 'all'
is_fake is_fake
......
...@@ -5,6 +5,7 @@ class Libuv < Package ...@@ -5,6 +5,7 @@ class Libuv < Package
homepage 'http://libuv.org/' homepage 'http://libuv.org/'
@_ver = '1.39.0' @_ver = '1.39.0'
version @_ver version @_ver
license 'BSD, BSD-2, ISC and MIT'
compatibility 'all' compatibility 'all'
source_url "https://dist.libuv.org/dist/v#{@_ver}/libuv-v#{@_ver}.tar.gz" source_url "https://dist.libuv.org/dist/v#{@_ver}/libuv-v#{@_ver}.tar.gz"
source_sha256 '5c52de5bdcfb322dbe10f98feb56e45162e668ad08bc28ab4b914d4f79911697' source_sha256 '5c52de5bdcfb322dbe10f98feb56e45162e668ad08bc28ab4b914d4f79911697'
......
...@@ -5,6 +5,7 @@ class Libva < Package ...@@ -5,6 +5,7 @@ class Libva < Package
homepage 'https://01.org/linuxmedia' homepage 'https://01.org/linuxmedia'
@_ver = '2.10.0' @_ver = '2.10.0'
version "#{@_ver}-1" version "#{@_ver}-1"
liecnse 'MIT'
compatibility 'all' compatibility 'all'
source_url "https://github.com/intel/libva/releases/download/#{@_ver}/libva-#{@_ver}.tar.bz2" source_url "https://github.com/intel/libva/releases/download/#{@_ver}/libva-#{@_ver}.tar.bz2"
source_sha256 'fa81e35b50d9818fce5ec9eeeeff08a24a8864ceeb9a5c8e7ae4446eacfc0236' source_sha256 'fa81e35b50d9818fce5ec9eeeeff08a24a8864ceeb9a5c8e7ae4446eacfc0236'
......
...@@ -2,7 +2,9 @@ require 'package' ...@@ -2,7 +2,9 @@ require 'package'
class Libva_intel_driver_hybrid < Package class Libva_intel_driver_hybrid < Package
description 'VA-API implementation for Intel G45 and HD Graphics family' description 'VA-API implementation for Intel G45 and HD Graphics family'
homepage 'https://github.com/intel/intel-vaapi-driver'
version '2.4.1' version '2.4.1'
license 'MIT'
compatibility 'i686 x86_64' compatibility 'i686 x86_64'
case ARCH case ARCH
when 'i686', 'x86_64' when 'i686', 'x86_64'
......
...@@ -5,6 +5,7 @@ class Libva_utils < Package ...@@ -5,6 +5,7 @@ class Libva_utils < Package
homepage 'https://01.org/linuxmedia' homepage 'https://01.org/linuxmedia'
@_ver = '2.10.0' @_ver = '2.10.0'
version @_ver version @_ver
license 'MIT'
compatibility 'all' compatibility 'all'
source_url "https://github.com/intel/libva-utils/archive/#{@_ver}.tar.gz" source_url "https://github.com/intel/libva-utils/archive/#{@_ver}.tar.gz"
source_sha256 'cbb7f9f6eae21d772e31b67bc8c311be6e35fe9c65e63acc57f9b16d72bf8dc0' source_sha256 'cbb7f9f6eae21d772e31b67bc8c311be6e35fe9c65e63acc57f9b16d72bf8dc0'
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment