Package: subtitlecomposer / 0.6.4-2

Metadata

Package Version Patches format
subtitlecomposer 0.6.4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
xine cmake.diff | (download)

cmake/FindXine.cmake | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 cmake: do not error out if xine is not found
 .
 If Xine is not found, then the PKG_XINE_VERSION variable is empty,
 causing the string() command where it is used unquoted to fail.
 .
 Calculate the Xine version only if Xine was found using pkg-config.