Skip to content

Commit

Permalink
Import gst-plugins1-dvdread-1.0.3 as multimedia/gst-plugins1-dvdread.
Browse files Browse the repository at this point in the history
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 dvdread plugin for GStreamer, which allows reading
of DVD disks.  You'll probably want to install the dvdnav plugin (from the
gst-plugins0.10-dvdnav package), too.
  • Loading branch information
ryoon committed Nov 29, 2012
1 parent 98c5744 commit e7f975b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions multimedia/gst-plugins1-dvdread/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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 dvdread plugin for GStreamer, which allows reading
of DVD disks. You'll probably want to install the dvdnav plugin (from the
gst-plugins0.10-dvdnav package), too.
10 changes: 10 additions & 0 deletions multimedia/gst-plugins1-dvdread/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# $NetBSD: Makefile,v 1.1 2012/11/29 09:21:18 ryoon Exp $
#

GST_PLUGINS1_NAME= dvdread
GST_PLUGINS1_DIRS= ext/dvdread

.include "../../multimedia/gst-plugins1-ugly/Makefile.common"

.include "../../multimedia/libdvdread/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
2 changes: 2 additions & 0 deletions multimedia/gst-plugins1-dvdread/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2012/11/29 09:21:18 ryoon Exp $
lib/gstreamer-1.0/libgstdvdread.la

0 comments on commit e7f975b

Please sign in to comment.