media-plugins/gst-plugins-sndio - 1.24.0 (gentoo)

Search

Install

Install this version:

emerge -a =media-plugins/gst-plugins-sndio-1.24.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-plugins/gst-plugins-sndio-1.24.0

Or alternatively:

emerge --autounmask-write -a =media-plugins/gst-plugins-sndio-1.24.0

Package Information

Description:
Sndio audio sink and source for GStreamer
Homepage:
https://github.com/BSDKaffee/gstreamer1-plugins-sndio/
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.24.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit toolchain-funcs

MY_P="gstreamer1-plugins-sndio-${PV}"

DESCRIPTION="Sndio audio sink and source for GStreamer"
HOMEPAGE="https://github.com/BSDKaffee/gstreamer1-plugins-sndio/"
SRC_URI="https://github.com/BSDKaffee/gstreamer1-plugins-sndio/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	media-libs/gst-plugins-base:1.0
	media-sound/sndio:=
"
RDEPEND="${DEPEND}"

src_compile() {
	tc-export CC
	default
}

src_install() {
	export BSD_INSTALL_LIB="install -m 444"

	default
}

Inherited Eclasses

Dependencies

DEPEND

	media-libs/gst-plugins-base:1.0
	media-sound/sndio:=

RDEPEND

	media-libs/gst-plugins-base:1.0
	media-sound/sndio:=

Manifest for 1.24.0

Type File Size Source URLs
DIST gstreamer1-plugins-sndio-1.24.0.tar.gz 7584 bytes https://github.com/BSDKaffee/gstreamer1-plugins-sndio/archive/v1.24.0.tar.gz