Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 500678 - =media-video/vlc-2.1.4 version bump
Summary: =media-video/vlc-2.1.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tom Wijsman (TomWij) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 303845
  Show dependency tree
 
Reported: 2014-02-08 11:01 UTC by Frank Krömmelbein
Modified: 2014-02-22 21:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Krömmelbein 2014-02-08 11:01:21 UTC
Changelog: 
https://www.videolan.org/developers/vlc-branch/NEWS

Simply renaming the Ebuild for version 2.1.2 works for me.

emerge -pv vlc

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ~] media-video/vlc-2.1.3:0/5-7::lokal  USE="X a52 alsa avcodec avformat bluray cdda cddb chromaprint dbus dts dvb dvbpsi dvd encode faad ffmpeg flac fontconfig gcrypt httpd kde libnotify libsamplerate lirc lua matroska mmx modplug mp3 mpeg mtp ncurses ogg opencv opengl opus png postproc qt4 samba sdl sftp skins sse svg swscale taglib truetype udev upnp v4l vaapi vdpau vorbis x264 xcb xml xv -aalib (-altivec) -atmo (-audioqueue) -avahi -bidi -dc1394 -debug -dirac -directfb (-directx) (-dxva2) -egl -fdk -fluidsynth -gme -gnome -gnutls -growl -ieee1394 (-ios-vout) -jack -kate -libass -libcaca -libtar -libtiger -linsys -live (-macosx) (-macosx-audio) (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) (-macosx-vout) (-media-library) -musepack (-neon) -omxil -optimisememory -projectm -pulseaudio (-qt5) -rdp -rtsp -run-as-root -schroedinger -sdl-image -shout -sid -speex {-test} -theora -tremor -twolame -vcdx -vlm -wma-fixed -zvbi" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB


Reproducible: Always
Comment 1 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-02-10 15:17:25 UTC
Will get to this later this week.

As a reminder to myself: Fix bug where changing fonts results in small text.
Comment 2 Frank Krömmelbein 2014-02-22 10:43:20 UTC
Version 2.1.4 is out now:

Changes between 2.1.3 and 2.1.4:
--------------------------------

Demuxers:
 * Fix issue in WMV with multiple compressed payload and empty payloads

Video Output:
 * Fix subtitles size rendering on Windows

Mac OS X:
 * Fix DVD playback regression
 * Fix misleading error message during video playback on OS X 10.9
 * Fix hardware acceleration memleaks


The renamed Ebuild works for me again.

emerge -pv vlc

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ~] media-video/vlc-2.1.4:0/5-7::lokal  USE="X a52 alsa avcodec avformat bluray cdda cddb chromaprint dbus dts dvb dvbpsi dvd encode faad ffmpeg flac fontconfig gcrypt httpd kde libnotify libsamplerate lirc lua matroska mmx modplug mp3 mpeg mtp ncurses ogg opencv opengl opus png postproc qt4 samba sdl sftp skins sse svg swscale taglib truetype udev upnp v4l vaapi vdpau vorbis x264 xcb xml xv -aalib (-altivec) -atmo (-audioqueue) -avahi -bidi -dc1394 -debug -dirac -directfb (-directx) (-dxva2) -egl -fdk -fluidsynth -gme -gnome -gnutls -growl -ieee1394 (-ios-vout) -jack -kate -libass -libcaca -libtar -libtiger -linsys -live (-macosx) (-macosx-audio) (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) (-macosx-vout) (-media-library) -musepack (-neon) -omxil -optimisememory -projectm -pulseaudio (-qt5) -rdp -rtsp -run-as-root -schroedinger -sdl-image -shout -sid -speex {-test} -theora -tremor -twolame -vcdx -vlm -wma-fixed -zvbi" 0 kB
Comment 3 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-02-22 15:42:30 UTC
(In reply to Tom Wijsman (TomWij) from comment #1)
> As a reminder to myself: Fix bug where changing fonts results in small text.

Hmm, there's not an actual bug about this; the bug that there is about the old 2.0.7, and thus I think this is no longer present. If anyone can still reproduce that bug with the newest version 2.1.4 I'm about to bump; then please file a bug, and provide details as well as reproduction steps. Thank you in advance.
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2014-02-22 16:32:12 UTC
Done. Thank you for reporting this!

Changes I did earlier: http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?r1=1.14&r2=1.15

On top I've reverted the opengles support I brought in as it is not in Portage.

+  22 Feb 2014; Tom Wijsman <TomWij@gentoo.org> +vlc-2.1.4.ebuild,
+  vlc-2.1.9999.ebuild, vlc-9999.ebuild:
+  There is no opengles in Portage yet; and thus, disabled GLES support until
+  there is. Dropped amd64-fbsd temporarily due to libvncserver dependency.
+  Version bump to 2.1.4; fixes bug #500678, reported (and tested) by Frank
+  Krömmelbein.
Comment 5 Frank Krömmelbein 2014-02-22 21:35:36 UTC
Thank you very much Tom.