diff options
author | rodent <rodent@pkgsrc.org> | 2014-12-17 01:35:07 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-12-17 01:35:07 +0000 |
commit | d3d324e7390425d45d5368738d0dad0e77d06b86 (patch) | |
tree | 020f525405a9a616b51c68b242e46bca1a3f090e /emulators/suse131_gstreamer/Makefile | |
parent | 9c859fd9a7293ce0e93c82760b8b14e77fe2c60d (diff) | |
download | pkgsrc-d3d324e7390425d45d5368738d0dad0e77d06b86.tar.gz |
Import suse_gstreamer-13.1 as emulators/suse131_gstreamer.
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
require the gstreamer shared libraries.
Diffstat (limited to 'emulators/suse131_gstreamer/Makefile')
-rw-r--r-- | emulators/suse131_gstreamer/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/suse131_gstreamer/Makefile b/emulators/suse131_gstreamer/Makefile new file mode 100644 index 00000000000..110efb89765 --- /dev/null +++ b/emulators/suse131_gstreamer/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2014/12/17 01:35:07 rodent Exp $ + +PKGNAME= suse_gstreamer-${SUSE_VERSION} +CATEGORIES= emulators +RPMUPDPKGS+= gstreamer-plugin-gstclutter-2.0.8-3.1.${SUSE_ARCH} +RPMUPDPKGS+= gstreamer-plugins-bad-1.0.10-2.5.4.${SUSE_ARCH} +RPMUPDPKGS+= gstreamer-plugins-base-1.0.10-2.4.1.${SUSE_ARCH} + +MAINTAINER= rodent@NetBSD.org +COMMENT= Linux compatibility package for gstreamer + +EMUL_MODULES.linux= base + +PLIST_SRC= ${RPM2PKG_PLIST} + +.include "../../emulators/suse131_linux/Makefile.common" +.include "../../mk/bsd.pkg.mk" |