this repo has no description

Merge pull request #18312 from toots/fix-conf-licenses

Fix licenses for some conf packages

Changed files
+16 -16
packages
conf-alsa
conf-alsa.1
conf-ao
conf-ao.1
conf-dssi
conf-dssi.1
conf-gstreamer
conf-gstreamer.1
conf-jack
conf-jack.1
conf-ladspa
conf-ladspa.1
conf-libflac
conf-libflac.1
conf-libogg
conf-libogg.1
conf-libopus
conf-libopus.1
conf-libsamplerate
conf-libsamplerate.1
conf-libspeex
conf-libspeex.1
conf-libtheora
conf-libtheora.1
conf-libvorbis
conf-libvorbis.1
conf-portaudio
conf-portaudio.1
conf-pulseaudio
conf-pulseaudio.1
conf-soundtouch
conf-soundtouch.1
+1 -1
packages/conf-alsa/conf-alsa.1/opam
···
homepage: "https://www.alsa-project.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "alsa dev team"
-
license: "BSD"
build: ["pkg-config" "--exists" "alsa"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://www.alsa-project.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "alsa dev team"
+
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "alsa"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-ao/conf-ao.1/opam
···
homepage: "https://www.xiph.org/ao/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "libao dev team"
-
license: "BSD"
build: ["pkg-config" "--exists" "ao"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://www.xiph.org/ao/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "libao dev team"
+
license: "GPL-2.0-only"
build: ["pkg-config" "--exists" "ao"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-dssi/conf-dssi.1/opam
···
homepage: "http://dssi.sourceforge.net/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "dssi dev team"
-
license: "BSD"
depends: [
"conf-alsa" {os = "linux"}
]
···
homepage: "http://dssi.sourceforge.net/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "dssi dev team"
+
license: "LGPL-2.1-or-later"
depends: [
"conf-alsa" {os = "linux"}
]
+1 -1
packages/conf-gstreamer/conf-gstreamer.1/opam
···
homepage: "https://gstreamer.freedesktop.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "The GStreamer Project"
-
license: "BSD"
build: ["pkg-config" "--exists" "gstreamer-1.0" "gstreamer-app-1.0"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://gstreamer.freedesktop.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "The GStreamer Project"
+
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "gstreamer-1.0" "gstreamer-app-1.0"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-jack/conf-jack.1/opam
···
homepage: "https://jackaudio.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "jack dev team"
-
license: "BSD"
build: ["pkg-config" "--exists" "jack"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://jackaudio.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "jack dev team"
+
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "jack"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-ladspa/conf-ladspa.1/opam
···
homepage: "https://www.ladspa.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "ladspa dev team"
-
license: "BSD"
depexts: [
["ladspa-dev"] {os-distribution = "alpine"}
["ladspa-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse"}
···
homepage: "https://www.ladspa.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "ladspa dev team"
+
license: "LGPL-2.1-or-later"
depexts: [
["ladspa-dev"] {os-distribution = "alpine"}
["ladspa-devel"] {os-distribution = "centos" | os-distribution = "fedora" | os-family = "suse"}
+1 -1
packages/conf-libflac/conf-libflac.1/opam
···
homepage: "https://xiph.org/flac/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "libFLAC dev team"
-
license: "BSD"
build: ["pkg-config" "--exists" "flac"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://xiph.org/flac/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "libFLAC dev team"
+
license: "LGPL-2.1-or-later"
build: ["pkg-config" "--exists" "flac"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-libogg/conf-libogg.1/opam
···
homepage: "https://xiph.org/ogg/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
-
license: "BSD"
build: ["pkg-config" "--exists" "ogg"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://xiph.org/ogg/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
+
license: "BSD-3-Clause"
build: ["pkg-config" "--exists" "ogg"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-libopus/conf-libopus.1/opam
···
homepage: "https://opus-codec.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
-
license: "BSD"
build: ["pkg-config" "--exists" "opus"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://opus-codec.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
+
license: "BSD-3-Clause"
build: ["pkg-config" "--exists" "opus"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-libsamplerate/conf-libsamplerate.1/opam
···
homepage: "http://www.mega-nerd.com/SRC/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "libsamplerate dev team"
-
license: "BSD"
build: ["pkg-config" "--exists" "samplerate"]
depends: [
"conf-pkg-config" {build}
···
homepage: "http://www.mega-nerd.com/SRC/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "libsamplerate dev team"
+
license: "BSD-2-clause"
build: ["pkg-config" "--exists" "samplerate"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-libspeex/conf-libspeex.1/opam
···
homepage: "https://xiph.org/speex/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
-
license: "BSD"
build: ["pkg-config" "--exists" "speex"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://xiph.org/speex/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
+
license: "BSD-3-Clause"
build: ["pkg-config" "--exists" "speex"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-libtheora/conf-libtheora.1/opam
···
homepage: "https://www.theora.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
-
license: "BSD"
build: ["pkg-config" "--exists" "theora"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://www.theora.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
+
license: "BSD-3-Clause"
build: ["pkg-config" "--exists" "theora"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-libvorbis/conf-libvorbis.1/opam
···
homepage: "https://xiph.org/vorbis/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
-
license: "BSD"
build: ["pkg-config" "--exists" "vorbis"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://xiph.org/vorbis/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "Xiph.Org Foundation"
+
license: "BSD-3-Clause"
build: ["pkg-config" "--exists" "vorbis"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-portaudio/conf-portaudio.1/opam
···
homepage: "http://www.portaudio.com/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "portaudio dev team"
-
license: "BSD"
build: ["pkg-config" "--exists" "portaudio-2.0"]
depends: [
"conf-pkg-config" {build}
···
homepage: "http://www.portaudio.com/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "portaudio dev team"
+
license: "BSD-1-Clause"
build: ["pkg-config" "--exists" "portaudio-2.0"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-pulseaudio/conf-pulseaudio.1/opam
···
homepage: "https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "pulseaudio dev team"
-
license: "BSD"
build: ["sh" "-c" "pkg-config --exists libpulse && pkg-config --exists libpulse-simple"]
depends: [
"conf-pkg-config" {build}
···
homepage: "https://gitlab.freedesktop.org/pulseaudio/pulseaudio"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "pulseaudio dev team"
+
license: "LGPL-2.1+"
build: ["sh" "-c" "pkg-config --exists libpulse && pkg-config --exists libpulse-simple"]
depends: [
"conf-pkg-config" {build}
+1 -1
packages/conf-soundtouch/conf-soundtouch.1/opam
···
homepage: "http://www.mega-nerd.com/SRC/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "soundtouch dev team"
-
license: "BSD"
build: ["sh" "-c" "pkg-config --exists soundtouch || pkg-config --exists libSoundTouch || pkg-config --exists soundtouch-1.4"]
depends: [
"conf-pkg-config" {build}
···
homepage: "http://www.mega-nerd.com/SRC/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "soundtouch dev team"
+
license: "LGPL-2.1+"
build: ["sh" "-c" "pkg-config --exists soundtouch || pkg-config --exists libSoundTouch || pkg-config --exists soundtouch-1.4"]
depends: [
"conf-pkg-config" {build}