diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-09 03:04:02 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-09 03:04:02 +0800 |
commit | 9ae9c343182b28c084c5ee99ec5c74317bc45e0f (patch) | |
tree | f0415575bf729eeacb7449e3e1105fc1544f0dd1 /multimedia/cheese3/Makefile | |
parent | 5090a53b85cfd34f01994e94ac90b7a6da28b851 (diff) | |
download | marcuscom-ports-9ae9c343182b28c084c5ee99ec5c74317bc45e0f.tar marcuscom-ports-9ae9c343182b28c084c5ee99ec5c74317bc45e0f.tar.gz marcuscom-ports-9ae9c343182b28c084c5ee99ec5c74317bc45e0f.tar.bz2 marcuscom-ports-9ae9c343182b28c084c5ee99ec5c74317bc45e0f.tar.lz marcuscom-ports-9ae9c343182b28c084c5ee99ec5c74317bc45e0f.tar.xz marcuscom-ports-9ae9c343182b28c084c5ee99ec5c74317bc45e0f.tar.zst marcuscom-ports-9ae9c343182b28c084c5ee99ec5c74317bc45e0f.zip |
Fix multimedia/cheese3:
- Add patch-libcheese_cheese-camera-device-monitor.c patch which fixes camera detection. [1]
- The port needs vpx gstreamer plugin. Add it to the list of gstreamer plugins.
- Remove the OMF knob. It does not install omf files anymore.
Contributed by: Joe Marcus [1]
Reviewed by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18779 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/cheese3/Makefile')
-rw-r--r-- | multimedia/cheese3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/cheese3/Makefile b/multimedia/cheese3/Makefile index 38ac58fe7..ff6d47bb2 100644 --- a/multimedia/cheese3/Makefile +++ b/multimedia/cheese3/Makefile @@ -31,8 +31,7 @@ USE_GNOME= gnomeprefix intlhack evolutiondataserver3 librsvg2 \ gnomedesktop3 libxml2:build introspection:build USES= gettext gmake pathfix pkgconfig # USE_GSTREAMER= bad gconf good jpeg ogg theora v4l2 vorbis -USE_GSTREAMER1= bad good jpeg ogg theora v4l2 -INSTALLS_OMF= yes +USE_GSTREAMER1= bad good jpeg ogg theora v4l2 vpx INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |