Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229261 Details for
Bug 317319
media-video/vlc-1.1.0 VDPAU support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to vlc-1.1.0_pre2 ebuild for VDPAU additions
vlc-1.1.0_pre2+vdpau.diff (text/plain), 1.70 KB, created by
Frank Richter
on 2010-04-26 16:16:28 UTC
(
hide
)
Description:
Diff to vlc-1.1.0_pre2 ebuild for VDPAU additions
Filename:
MIME Type:
Creator:
Frank Richter
Created:
2010-04-26 16:16:28 UTC
Size:
1.70 KB
patch
obsolete
>--- /usr/portage/media-video/vlc/vlc-1.1.0_pre2.ebuild 2010-04-23 18:36:32.000000000 +0200 >+++ /usr/local/portage/media-video/vlc/vlc-1.1.0_pre2-r1.ebuild 2010-04-26 16:42:37.000000000 +0200 >@@ -52,7 +52,7 @@ > modplug mp3 mpeg mtp musepack ncurses nsplugin ogg opengl optimisememory oss > png projectm pulseaudio pvr +qt4 remoteosd rtsp run-as-root samba > schroedinger sdl sdl-image shine shout skins speex sqlite sse stream >- svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdx vlm >+ svg svga taglib theora truetype twolame udev upnp v4l v4l2 vcdx vdpau vlm > vorbis win32codecs wma-fixed x264 +xcb xml xosd xv zvbi" > > RDEPEND=" >@@ -76,7 +76,8 @@ > >=media-libs/libdvdnav-0.1.9 > media-libs/libdvdplay ) > elibc_glibc? ( >=sys-libs/glibc-2.8 ) >- ffmpeg? ( >=media-video/ffmpeg-0.4.9_p20090201 ) >+ ffmpeg? ( vdpau? ( >=media-video/ffmpeg-0.5_p21602 ) >+ !vdpau? ( >=media-video/ffmpeg-0.4.9_p20090201 ) ) > flac? ( media-libs/libogg > >=media-libs/flac-1.1.2 ) > fluidsynth? ( media-sound/fluidsynth ) >@@ -136,6 +137,7 @@ > twolame? ( media-sound/twolame ) > udev? ( >=sys-fs/udev-142 ) > upnp? ( net-libs/libupnp ) >+ vdpau? ( x11-libs/libva-vdpau ) > v4l2? ( libv4l2? ( media-libs/libv4l ) ) > v4l? ( libv4l? ( media-libs/libv4l ) ) > vcdx? ( >=dev-libs/libcdio-0.78.2 >=media-video/vcdimager-0.7.22 ) >@@ -195,6 +197,7 @@ > vlc_use_needs libv4l2 v4l2 > vlc_use_needs libv4l v4l > vlc_use_needs libtiger kate >+ vlc_use_needs vdpau ffmpeg > vlc_use_needs xv xcb > > if use qt4 || use skins ; then >@@ -318,6 +321,7 @@ > $(use_enable v4l) \ > $(use_enable v4l2) \ > $(use_enable vcdx) \ >+ $(use_enable vdpau libva) \ > $(use_enable vlm) \ > $(use_enable vorbis) \ > $(use_enable win32codecs loader) \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 317319
:
229257
|
229261
|
231235
|
231237