Accepting request 446253 from KDE:Frameworks5
5.29.0 OBS-URL: https://build.opensuse.org/request/show/446253 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=41
This commit is contained in:
commit
0971efa9a6
@ -1,11 +1,6 @@
|
||||
---
|
||||
cmake/FindFFmpeg.cmake | 8 +-------
|
||||
1 file changed, 1 insertion(+), 7 deletions(-)
|
||||
|
||||
Index: kfilemetadata-5.21.0/cmake/FindFFmpeg.cmake
|
||||
===================================================================
|
||||
--- kfilemetadata-5.21.0.orig/cmake/FindFFmpeg.cmake
|
||||
+++ kfilemetadata-5.21.0/cmake/FindFFmpeg.cmake
|
||||
diff -urNB kfilemetadata/cmake/FindFFmpeg.cmake new/cmake/FindFFmpeg.cmake
|
||||
--- kfilemetadata/cmake/FindFFmpeg.cmake 2016-11-21 20:58:44.371788460 +0100
|
||||
+++ new/cmake/FindFFmpeg.cmake 2016-11-21 20:59:09.591943836 +0100
|
||||
@@ -9,11 +9,8 @@
|
||||
#
|
||||
# For each of the components it will additionally set.
|
||||
@ -18,18 +13,18 @@ Index: kfilemetadata-5.21.0/cmake/FindFFmpeg.cmake
|
||||
# the following variables will be defined
|
||||
# <component>_FOUND - System has <component>
|
||||
# <component>_INCLUDE_DIRS - Include directory necessary for using the <component> headers
|
||||
@@ -121,10 +118,7 @@ if (NOT FFMPEG_LIBRARIES)
|
||||
@@ -121,10 +118,7 @@
|
||||
# Check for all possible component.
|
||||
find_component(AVCODEC libavcodec avcodec libavcodec/avcodec.h)
|
||||
find_component(AVFORMAT libavformat avformat libavformat/avformat.h)
|
||||
- find_component(AVDEVICE libavdevice avdevice libavdevice/avdevice.h)
|
||||
find_component(AVUTIL libavutil avutil libavutil/avutil.h)
|
||||
- find_component(SWSCALE libswscale swscale libswscale/swscale.h)
|
||||
- find_component(POSTPROC libpostproc postproc libpostproc/postprocess.h)
|
||||
- find_component(POSTPROCESS libpostproc postproc libpostproc/postprocess.h)
|
||||
|
||||
# Check if the required components were found and add their stuff to the FFMPEG_* vars.
|
||||
foreach (_component ${FFmpeg_FIND_COMPONENTS})
|
||||
@@ -155,7 +149,7 @@ if (NOT FFMPEG_LIBRARIES)
|
||||
@@ -155,7 +149,7 @@
|
||||
endif ()
|
||||
|
||||
# Now set the noncached _FOUND vars for the components.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86fbcf1aa89d7224a99608aeb5cb3d912afe126e14a91c5d571060ec7f77b16b
|
||||
size 134944
|
3
kfilemetadata-5.29.0.tar.xz
Normal file
3
kfilemetadata-5.29.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:821df076d1fce4ac7dac067703e3c2ab885676a68e34f36140b10e58ec7b91c2
|
||||
size 135184
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 4 01:58:55 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.29.0
|
||||
* Actually find FFMpeg's libpostproc
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.29.0.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 22:04:58 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
%bcond_without ffmpeg
|
||||
%bcond_without lang
|
||||
%define _tar_path 5.28
|
||||
%define _tar_path 5.29
|
||||
Name: kfilemetadata5
|
||||
Version: 5.28.0
|
||||
Version: 5.29.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
Summary: Extract Metadata
|
||||
|
Loading…
Reference in New Issue
Block a user