-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import gst-plugins1-dvdread-1.0.3 as multimedia/gst-plugins1-dvdread.
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
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |