SHA256
1
0
forked from pool/vlc

Accepting request 200846 from home:dimstar:branches:multimedia:libs

- Update to version 2.1.0:
  + Important changes:
    - The licenses of numerous modules have changed from GPLv2+ to
      LGPLv2.1+.
    - Discontinued support for PowerPC-based Macs; VLC now requires
      Mac OS X 10.6+.
    - The --with-tuning and --without-tuning options are removed;
      to tune compilation for a specific processor type, set CFLAGS
      manually.
  + LOTS of updates all over. See NEWS for a full overview.
- Rebase fix_font_path.patch.
- Rebase 0001-no-return-in-non-void.patch.
- Drop vlc-avcodec-encoder-single-threaded.patch: fixed upstream.
- Drop ppc64_altivec.patch: fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/200846
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=41
This commit is contained in:
2013-09-26 16:41:07 +00:00
committed by Git OBS Bridge
parent 910bbdad05
commit 851922f51f
8 changed files with 86 additions and 108 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Sep 25 19:38:09 UTC 2013 - dimstar@opensuse.org
- Update to version 2.1.0:
+ Important changes:
- The licenses of numerous modules have changed from GPLv2+ to
LGPLv2.1+.
- Discontinued support for PowerPC-based Macs; VLC now requires
Mac OS X 10.6+.
- The --with-tuning and --without-tuning options are removed;
to tune compilation for a specific processor type, set CFLAGS
manually.
+ LOTS of updates all over. See NEWS for a full overview.
- Rebase fix_font_path.patch.
- Rebase 0001-no-return-in-non-void.patch.
- Drop vlc-avcodec-encoder-single-threaded.patch: fixed upstream.
- Drop ppc64_altivec.patch: fixed upstream.
-------------------------------------------------------------------
Sat Sep 21 13:08:45 UTC 2013 - dimstar@opensuse.org