Accepting request 786245 from home:Kieltux:branches:multimedia:apps

- Added fix for building with newer mpv versions:
  minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
  The qthelper.hpp header file is removed in the git version of mpv
  because it is depreceated.
  575197ff8b 
- Fix german translation (symlink DE_de -> de).

OBS-URL: https://build.opensuse.org/request/show/786245
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/minitube?expand=0&rev=50
This commit is contained in:
Martin Pluskal
2020-03-18 17:50:35 +00:00
committed by Git OBS Bridge
parent 74e7e54618
commit 64cb69a20c
3 changed files with 431 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Mar 18 17:27:59 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>
- Added fix for building with newer mpv versions:
minitube-fix-for-upstream-missing-qthelper.hpp-in-newer-mpv-version.patch
The qthelper.hpp header file is removed in the git version of mpv
because it is depreceated
- Fix german translation (symlink DE_de -> de).
-------------------------------------------------------------------
Sun Feb 2 07:30:21 UTC 2020 - Carsten Ziepke <kieltux@gmail.com>