mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
Update Gstreamer-plugins-good to 0.10.27 Update Gstreamer-plugins-bad to 0.10.21 Update Gstreamer-plugins-ugly to 0.10.17 Add flite plugin. plugin for the flite Speech synthesis engine. Add opencv plugin. plugin for opencv Computer vision library. Move vdpau plugin to a beter category. Remove LOCAL master sites that haven't been updated for ages. Check if Gstreamer (core) is recent enough. Remove 6.x BROKEN line for the bad plugin.
29 lines
801 B
Text
29 lines
801 B
Text
--- configure.orig 2010-12-01 19:16:00.000000000 +0100
|
|
+++ configure 2010-12-02 15:39:17.000000000 +0100
|
|
@@ -24955,7 +24955,7 @@ if test "${with_default_audiosink+set}"
|
|
|
|
else
|
|
|
|
- DEFAULT_AUDIOSINK="$DEFAULT_AUDIOSINK"
|
|
+ DEFAULT_VISUALIZER="$DEFAULT_VISUALIZER"
|
|
|
|
fi
|
|
|
|
@@ -27516,6 +27516,8 @@ $as_echo_n "checking Checking for up to
|
|
#ifdef __sun /* Solaris */
|
|
#include <sys/types.h>
|
|
#include <sys/videodev2.h>
|
|
+#elif __FreeBSD__
|
|
+#include <linux/videodev2.h>
|
|
#else /* Linux */
|
|
#include <linux/types.h>
|
|
#define _LINUX_TIME_H
|
|
@@ -27589,6 +27591,8 @@ $as_echo_n "checking struct v4l2_buffer
|
|
#ifdef __sun /* Solaris */
|
|
#include <sys/types.h>
|
|
#include <sys/videodev2.h>
|
|
+#elif __FreeBSD__
|
|
+#include <linux/videodev2.h>
|
|
#else /* Linux */
|
|
#include <linux/types.h>
|
|
#define _LINUX_TIME_H
|