Skip to content

Commit

Permalink
build the gstreamer plugin for vp8/webm, part of gst-plugins-bad
Browse files Browse the repository at this point in the history
  • Loading branch information
drochner committed Jan 19, 2011
1 parent 9096dc3 commit 1bbd369
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions multimedia/gst-plugins0.10-vp8/DESCR
@@ -0,0 +1,10 @@
GStreamer is a library that allows the construction of graphs of
media-handling components, ranging from simple mp3 playback to complex
audio (mixing) and video (non-linear editing) processing.

Applications can take advantage of advances in codec and filter technology
transparently. Developers can add new codecs and filters by writing a
simple plugin with a clean, generic interface.

This package provides the vp8 plugin for GStreamer, making it able to
reproduce videos encoded using the vp8 (webm) video codec.
12 changes: 12 additions & 0 deletions multimedia/gst-plugins0.10-vp8/Makefile
@@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.1.1.1 2011/01/19 21:30:03 drochner Exp $
#

GST_PLUGINS0.10_NAME= vp8
GST_PLUGINS0.10_DIRS= ext/vp8

PKG_DESTDIR_SUPPORT= user-destdir

.include "../../multimedia/gst-plugins0.10-bad/Makefile.common"

.include "../../multimedia/libvpx/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
2 changes: 2 additions & 0 deletions multimedia/gst-plugins0.10-vp8/PLIST
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/19 21:30:03 drochner Exp $
lib/gstreamer-0.10/libgstvp8.la

0 comments on commit 1bbd369

Please sign in to comment.