Revisions of vlc

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 240773 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 27)
Update to 2.1.5
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235666 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 26)
- Include also libglobalhotkeys_plugin.so which is build with old x11

- BuildRequire at least gnutls 3.0.20 (forwarded request 234661 from olh)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 233377 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 25)
- BuildRequire at least jack 1.9.7


[   25s] checking for JACK... no
[   25s] configure: WARNING: Requested 'jack >= 1.9.7' but version of jack is 1.9.6, trying jack1 instead (forwarded request 232381 from olh)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 232261 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 24)
- BuildRequire libtag-devel instead of taglib-devel to work around
  a resolver bug. A package name from external project is prefered
  over a provide from the same project.

  This fixes dependency errors in packman 11.4 evergreen (forwarded request 231259 from olh)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 230400 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 23)
- Require plain lua-devel instead of lua51-devel for 12.1 or older

fixes build in packman, evergreen and all that. (forwarded request 230247 from olh)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 225361 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 22)
Fixed PowerPC builds: https://build.opensuse.org/package/show/openSUSE:Factory:PowerPC/vlc

ppc, ppc64:
[  536s]     File not found: 
/home/abuild/rpmbuild/BUILDROOT/vlc-2.1.4-1.1.ppc64/usr/lib64/vlc/plugins/altivec/libmemcpyaltivec_plugin.so

ppc64le:
[  613s]     Installed (but unpackaged) file(s) found:
[  613s]    /usr/lib64/vlc/plugins/altivec/libi420_yuy2_altivec_plugin.so (forwarded request 225196 from dimstar)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 224368 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 21)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 223304 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 20)
- Update to version 2.1.3 (bnc#864422):
  + Core:
    - Fix broken behaviour with SOCKSv5 proxies
    - Fix integer overflow on error when using vlc_readdir
  + Access:
    - Fix DVB-T2 tuning on Linux.
    - Fix encrypted DVD playback.
    - Fix v4l2 frequency conversion.
  + Decoders:
    - Fix numerous issues (M2TS, VC1 interlaced, Lagarith, FFv1.3,
      Xvid) by updating codec libraries.
    - Bring fluidsynth back on Mac OS X
    - Fix some Opus crashes with some filters
    - Fix teletext crash on Windows
  + Demuxers:
    - Avoid an infinite recursion in MKV tags parsing
    - Fix an issue with some Vobsub tracks
    - Fix missing samples at the end of some wav files
    - Fix divide by 0 on ASF/WMV parsing
  + Audio output:
    - Fix audio device selection via command line on Mac OS X
    - Fix audio crashes on Mac OS X
 + Video Output:
    - Fix selection of DirectDraw as the default output for XP
    - Fix transform off-by-one issue
    - Fix screensaver disabling on Windows outputs
    - Fix DirectDraw device enumeration and multi-display output
    - Fix a potential crash when playing a fullscreen game at the same time as VLC
  + Stream output:
    - Fix 24bits audio MTU alignment in RTP
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 215437 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 19)
- Add update-desktop-files BuildRequires and
  %desktop_database_post/postun calls to respective scriptlets: Fix
  https://bugs.links2linux.org/browse/PM-108.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 210686 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 18)
- Update to version 2.1.2:
  + Audio output:
    - Fix digital playback on OS X when more than one audio device
      is installed.
    - Fix digital playback (SPDIF/HDMI) on Windows.
    - Fix stuttering or silent playback when using sound enhancers
      or external audio devices on OS X.
    - Improve responsiveness on OS X when playback starts or is
      being paused.
    - Improve responsiveness, silent playback intervals and
      reliability on iOS.
  + Demuxers:
    - Fix Vimeo and DailyMotion parsing.
    - Various WMV playback improvements and fixes.
  + Decoders:
    - Fix LPCM 20/24-bit decoding and 16 bits with channel padding.
    - Fix playback of some HEVC samples.
  + Video filters: Fix crash on deinterlace selection.
  + Qt interface:
    - Fix some streaming profiles when copy existed.
    - Improve A-B loop control.
    - Fix album art update when changing media.
  + Mac OS X interface adjustments.
  + Win32 installer: Kill running VLC process on uninstall/update.
  + Updated translations.

- More features (by adding BuildRequires):
  + IDN Support (International Domain Names): libidn-devel
  + SFTP Access: libssh2-devel
  + HotKey Support: xcb-util-keysyms-devel
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 204468 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 17)
- Make vlc build on OBS for openSUSE 12.3 - BuildRequire 
  pkgconfig(libswscale) and live555-devel on >= 13.1, and on 
  BUILD_ORIG case

- Drop support for < 12.2 as it does not build anyway
  * Removal of pulseaudio subpackage and incorporating it to the
    noX package.
  * Cleanup of the dependencies and configure switches we don't
    need to use anymore.
- Add lang subpackage as it was most of what was noX package
  containing. This way we can reduce the size and use noarch there.
- Touch the ghosted file in %post to make rpmlint happy
- Fix __DATE__ and __TIME__ usage so we do not rebuild so often.
- Drop obsolete configure options which are no longer around
- Disable xcb switch as we no longer build for such old distros.

- Re-add and adapt 0001-no-return-in-non-void.patch: fixes build on
  openSUSE versions other than Factory

- Add support to openGL ES 2 (enabled by default for %arm):
  + Introduce bcon_with(out) opengles.
  + If enabled, pass --enable-gles2 --enable-egl to configure.
  + Adjust the files section for that.

- Add vdpau support to -codecs package (BUILD_ORIG):
  + BuildRequire libvdpua-devel
  + Adapt files section.

- Only enable GME support on openSUSE >= 12.00 (disable on SLE11).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 199923 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 16)
- Drop fluidsynt-devel BuildRequires: the fluid plugin is known to
  introduce a lot crashes at no gain from functionality PoV.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 15)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197981 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 14)
Fix typo in .changes...
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197858 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 13)
- If we have a smblcient.pc available (meaning, we build against
  samba 4), we export the output of pkg-config --cflags smbclient
  into CFLAGS. Fixes build with Samab 4.0.
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 186979 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 12)
- Add ppc64_altivec.patch: Enable altivec for powerpc64
  (backport cce2cdb0dd246fa9669378f5a3b967464c88bf20)
- Add autoreconf call in build section, as above patch touches the
  build system.

- Package altivec plugins on powerpc
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 185779 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 11)
- Update to version 2.0.8a:
  + always hide menu bar for fullscreen on osx redacted (vlc#9040).
  + macosx: fix double release
  + avcodec audio decoder: update block pointer.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 185438 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 10)
Update to 2.0.8
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 184003 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 9)
Automatic submission by obs-autosubmit
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 182182 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 8)
Update to 2.0.7 (forwarded request 182181 from sumski)
Displaying revisions 121 - 140 of 147
openSUSE Build Service is sponsored by