13 lines
396 B
Bash
13 lines
396 B
Bash
# Copyright 1999-2015 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-oss/gst-plugins-oss-0.10.31.ebuild,v 1.13 2015/01/02 05:48:28 leio Exp $
|
|
|
|
EAPI="5"
|
|
|
|
inherit gst-plugins-good
|
|
|
|
DESCRIPTION="GStreamer plugin for OSS (Open Sound System) support"
|
|
KEYWORDS="sh"
|
|
IUSE=""
|
|
|
|
DEPEND="virtual/os-headers"
|