Fix FindSQL include in the MPEG2 module.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
This commit is contained in:
parent
b164021d95
commit
76ff64d3c7
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -3,10 +3,12 @@ cmake (2.6.2-2~pre1) UNRELEASED; urgency=low
|
||||
* Add Vcs fields.
|
||||
* Add patches:
|
||||
- FindQt4_qt4_lupdate_lrelease.diff - prefer lupdate-qt4 to lupdate and
|
||||
lrelease-qt4 to lrelease. This is specific to Debian Qt4
|
||||
(Closes: #487528).
|
||||
lrelease-qt4 to lrelease. This is specific to Debian Qt4.
|
||||
Thanks to Ludovico Cavedon (Closes: #487528).
|
||||
- FindMPEG2_include_FindSDL_fix.diff - fix FindSQL include in the
|
||||
MPEG2 module. Thanks to Leopold Palomo Avellaneda (Closes: #500770).
|
||||
|
||||
-- Modestas Vainius <modestas@vainius.eu> Thu, 16 Oct 2008 10:46:44 +0300
|
||||
-- Modestas Vainius <modestas@vainius.eu> Thu, 16 Oct 2008 11:03:18 +0300
|
||||
|
||||
cmake (2.6.2-1) experimental; urgency=low
|
||||
|
||||
|
11
debian/patches/FindMPEG2_include_FindSDL_fix.diff
vendored
Normal file
11
debian/patches/FindMPEG2_include_FindSDL_fix.diff
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/Modules/FindMPEG2.cmake
|
||||
+++ b/Modules/FindMPEG2.cmake
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#some native mpeg2 installations will depend
|
||||
#on libSDL, if found, add it in.
|
||||
- INCLUDE( FindSDL.cmake )
|
||||
+ INCLUDE( FindSDL )
|
||||
IF(SDL_FOUND)
|
||||
SET( MPEG2_LIBRARIES ${MPEG2_LIBRARIES} ${SDL_LIBRARY})
|
||||
ENDIF(SDL_FOUND)
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -8,3 +8,4 @@ relative_path_fixes.diff
|
||||
relative_path_fixes2.diff
|
||||
manpage-generation-fixes.diff
|
||||
FindQt4_qt4_lupdate_lrelease.diff
|
||||
FindMPEG2_include_FindSDL_fix.diff
|
||||
|
Loading…
x
Reference in New Issue
Block a user