diff options
-rw-r--r-- | multimedia/gst-plugins-theora/Makefile | 10 | ||||
-rw-r--r-- | multimedia/gst-plugins-theora/PLIST | 5 |
2 files changed, 15 insertions, 0 deletions
diff --git a/multimedia/gst-plugins-theora/Makefile b/multimedia/gst-plugins-theora/Makefile new file mode 100644 index 00000000000..74df9fbc279 --- /dev/null +++ b/multimedia/gst-plugins-theora/Makefile @@ -0,0 +1,10 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 13:51:43 jmmv Exp $ +# + +GST_PLUGINS_NAME= theora +GST_PLUGINS_DIR= ext/theora + +.include "../../multimedia/gst-plugins/Makefile.common" + +.include "../../multimedia/libtheora/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/multimedia/gst-plugins-theora/PLIST b/multimedia/gst-plugins-theora/PLIST new file mode 100644 index 00000000000..3cdf63c5bfd --- /dev/null +++ b/multimedia/gst-plugins-theora/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/06 13:51:43 jmmv Exp $ +lib/gstreamer-0.8/libgsttheora.a +lib/gstreamer-0.8/libgsttheora.la +lib/gstreamer-0.8/libgsttheora.so +@comment in gstreamer: @dirrm lib/gstreamer-0.8 |