Advertisement
Guest User

KF5 ffmpegthumbs-mattepaint Install & Uninstall

a guest
Oct 5th, 2015
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 KB | None | 0 0
  1. ----------------------------------------------------------------------------
  2. Installing ffmpegthumbs-mattepaint
  3. http://kde-apps.org/content/show.php/FFMpegThumbs-MattePaint?content=153902
  4. ----------------------------------------------------------------------------
  5.  
  6.  
  7. $ cd ffmpegthumbs-mattepaint
  8.  
  9. $ mkdir -p builddir
  10.  
  11. $ cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
  12.  
  13. -- The C compiler identification is GNU 5.2.0
  14. -- The CXX compiler identification is GNU 5.2.0
  15. -- Check for working C compiler: /usr/bin/cc
  16. -- Check for working C compiler: /usr/bin/cc -- works
  17. -- Detecting C compiler ABI info
  18. -- Detecting C compiler ABI info - done
  19. -- Detecting C compile features
  20. -- Detecting C compile features - done
  21. -- Check for working CXX compiler: /usr/bin/c++
  22. -- Check for working CXX compiler: /usr/bin/c++ -- works
  23. -- Detecting CXX compiler ABI info
  24. -- Detecting CXX compiler ABI info - done
  25. -- Detecting CXX compile features
  26. -- Detecting CXX compile features - done
  27. -- Looking for __GLIBC__
  28. -- Looking for __GLIBC__ - found
  29. -- Performing Test _OFFT_IS_64BIT
  30. -- Performing Test _OFFT_IS_64BIT - Success
  31. -- Found KF5KIO: /usr/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.14.0")
  32. -- Found KF5: success (found version "5.14.0") found components: KIO
  33. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  34. -- checking for module 'libavcodec'
  35. -- found libavcodec, version 56.60.100
  36. -- checking for module 'libavformat'
  37. -- found libavformat, version 56.40.101
  38. -- checking for module 'libavdevice'
  39. -- found libavdevice, version 56.4.100
  40. -- checking for module 'libavutil'
  41. -- found libavutil, version 54.31.100
  42. -- checking for module 'libswscale'
  43. -- found libswscale, version 3.1.101
  44. -- checking for module 'libpostproc'
  45. -- found libpostproc, version 53.3.100
  46. -- Found FFmpeg: /usr/lib64/libavcodec.so;/usr/lib64/libavformat.so;/usr/lib64/libswscale.so
  47. -- Configuring done
  48. -- Generating done
  49. -- Build files have been written to: /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/builddir
  50.  
  51. $ make
  52.  
  53. Scanning dependencies of target ffmpegthumbs-mattepaint_automoc
  54. [ 14%] Automatic moc for target ffmpegthumbs-mattepaint
  55. Generating moc_ffmpegthumbnailer.cpp
  56. [ 14%] Built target ffmpegthumbs-mattepaint_automoc
  57. Scanning dependencies of target ffmpegthumbs-mattepaint
  58. [ 28%] Building CXX object CMakeFiles/ffmpegthumbs-mattepaint.dir/ffmpegthumbnailer.cpp.o
  59. [ 42%] Building CXX object CMakeFiles/ffmpegthumbs-mattepaint.dir/ffmpegthumbnailer/moviedecoder.cpp.o
  60. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initialize(const QString&)’:
  61. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:70:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  62. m_pFrame = avcodec_alloc_frame();
  63. ^
  64. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  65. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  66. /usr/include/libavcodec/avcodec.h:3927:10: note: declared here
  67. AVFrame *avcodec_alloc_frame(void);
  68. ^
  69. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:70:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  70. m_pFrame = avcodec_alloc_frame();
  71. ^
  72. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  73. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  74. /usr/include/libavcodec/avcodec.h:3927:10: note: declared here
  75. AVFrame *avcodec_alloc_frame(void);
  76. ^
  77. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:70:36: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  78. m_pFrame = avcodec_alloc_frame();
  79. ^
  80. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  81. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  82. /usr/include/libavcodec/avcodec.h:3927:10: note: declared here
  83. AVFrame *avcodec_alloc_frame(void);
  84. ^
  85. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘bool ffmpegthumbnailer::MovieDecoder::decodeVideoPacket()’:
  86. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:242:5: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  87. avcodec_get_frame_defaults(m_pFrame);
  88. ^
  89. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  90. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  91. /usr/include/libavcodec/avcodec.h:3937:6: note: declared here
  92. void avcodec_get_frame_defaults(AVFrame *frame);
  93. ^
  94. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:242:5: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  95. avcodec_get_frame_defaults(m_pFrame);
  96. ^
  97. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  98. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  99. /usr/include/libavcodec/avcodec.h:3937:6: note: declared here
  100. void avcodec_get_frame_defaults(AVFrame *frame);
  101. ^
  102. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:242:40: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  103. avcodec_get_frame_defaults(m_pFrame);
  104. ^
  105. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  106. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  107. /usr/include/libavcodec/avcodec.h:3937:6: note: declared here
  108. void avcodec_get_frame_defaults(AVFrame *frame);
  109. ^
  110. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::getScaledVideoFrame(int, bool, ffmpegthumbnailer::VideoFrame&)’:
  111. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:289:9: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  112. avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContext->pix_fmt,
  113. ^
  114. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  115. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  116. /usr/include/libavcodec/avcodec.h:5141:5: note: declared here
  117. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  118. ^
  119. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:289:9: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  120. avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContext->pix_fmt,
  121. ^
  122. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  123. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  124. /usr/include/libavcodec/avcodec.h:5141:5: note: declared here
  125. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  126. ^
  127. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:290:88: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  128. m_pVideoCodecContext->width, m_pVideoCodecContext->height);
  129. ^
  130. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  131. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  132. /usr/include/libavcodec/avcodec.h:5141:5: note: declared here
  133. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  134. ^
  135. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::createAVFrame(AVFrame**, quint8**, int, int, AVPixelFormat)’:
  136. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:360:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  137. *avFrame = avcodec_alloc_frame();
  138. ^
  139. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  140. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  141. /usr/include/libavcodec/avcodec.h:3927:10: note: declared here
  142. AVFrame *avcodec_alloc_frame(void);
  143. ^
  144. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:360:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  145. *avFrame = avcodec_alloc_frame();
  146. ^
  147. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  148. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  149. /usr/include/libavcodec/avcodec.h:3927:10: note: declared here
  150. AVFrame *avcodec_alloc_frame(void);
  151. ^
  152. /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:360:36: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  153. *avFrame = avcodec_alloc_frame();
  154. ^
  155. In file included from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.h:24:0,
  156. from /media/sda3/Thumbnailers/tmp_video/KF5/08/ffmpegthumbs-mattepaint/ffmpegthumbnailer/moviedecoder.cpp:17:
  157. /usr/include/libavcodec/avcodec.h:3927:10: note: declared here
  158. AVFrame *avcodec_alloc_frame(void);
  159. ^
  160. [ 57%] Building CXX object CMakeFiles/ffmpegthumbs-mattepaint.dir/ffmpegthumbnailer/imagewriter.cpp.o
  161. [ 71%] Building CXX object CMakeFiles/ffmpegthumbs-mattepaint.dir/ffmpegthumbnailer/videothumbnailer.cpp.o
  162. [ 85%] Building CXX object CMakeFiles/ffmpegthumbs-mattepaint.dir/ffmpegthumbs-mattepaint_automoc.cpp.o
  163. [100%] Linking CXX shared module ffmpegthumbs-mattepaint.so
  164. [100%] Built target ffmpegthumbs-mattepaint
  165.  
  166.  
  167. $ sudo make install
  168.  
  169. [ 14%] Automatic moc for target ffmpegthumbs-mattepaint
  170. [ 14%] Built target ffmpegthumbs-mattepaint_automoc
  171. [100%] Built target ffmpegthumbs-mattepaint
  172. Install the project...
  173. -- Install configuration: "Release"
  174. -- Installing: /usr/lib/qt/plugins/ffmpegthumbs-mattepaint.so
  175. -- Installing: /usr/share/kservices5/ffmpegthumbs-mattepaint.desktop
  176. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-dragndrop.desktop
  177. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-face.desktop
  178. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-google.desktop
  179. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-imdb.desktop
  180. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-matroska.desktop
  181. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-mp4.desktop
  182. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-pick.desktop
  183. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-remover.desktop
  184. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-smplayer.desktop
  185. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-vlc.desktop
  186. -- Installing: /usr/share/kservices5/ServiceMenus/mattepaint-xattr.desktop
  187. -- Installing: /usr/bin/mattepaint-dragndrop.pl
  188. -- Installing: /usr/bin/mattepaint-face.pl
  189. -- Installing: /usr/bin/mattepaint-google.pl
  190. -- Installing: /usr/bin/mattepaint-imdb.pl
  191. -- Installing: /usr/bin/mattepaint-matroska2.pl
  192. -- Installing: /usr/bin/mattepaint-matroska.pl
  193. -- Installing: /usr/bin/mattepaint-mp42.pl
  194. -- Installing: /usr/bin/mattepaint-mp4.pl
  195. -- Installing: /usr/bin/mattepaint-pick.pl
  196. -- Installing: /usr/bin/mattepaint-remover.pl
  197. -- Installing: /usr/bin/mattepaint-smplayer.pl
  198. -- Installing: /usr/bin/mattepaint-vlc.pl
  199. -- Installing: /usr/bin/mattepaint-xattr.pl
  200.  
  201. -------------------------------------
  202. Uninstalling ffmpegthumbs-mattepaint
  203. -------------------------------------
  204.  
  205. $ sudo make uninstall
  206.  
  207. Scanning dependencies of target uninstall
  208. -- Uninstalling /usr/lib/qt/plugins/ffmpegthumbs-mattepaint.so
  209. -- Uninstalling /usr/share/kservices5/ffmpegthumbs-mattepaint.desktop
  210. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-dragndrop.desktop
  211. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-face.desktop
  212. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-google.desktop
  213. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-imdb.desktop
  214. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-matroska.desktop
  215. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-mp4.desktop
  216. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-pick.desktop
  217. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-remover.desktop
  218. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-smplayer.desktop
  219. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-vlc.desktop
  220. -- Uninstalling /usr/share/kservices5/ServiceMenus/mattepaint-xattr.desktop
  221. -- Uninstalling /usr/bin/mattepaint-dragndrop.pl
  222. -- Uninstalling /usr/bin/mattepaint-face.pl
  223. -- Uninstalling /usr/bin/mattepaint-google.pl
  224. -- Uninstalling /usr/bin/mattepaint-imdb.pl
  225. -- Uninstalling /usr/bin/mattepaint-matroska2.pl
  226. -- Uninstalling /usr/bin/mattepaint-matroska.pl
  227. -- Uninstalling /usr/bin/mattepaint-mp42.pl
  228. -- Uninstalling /usr/bin/mattepaint-mp4.pl
  229. -- Uninstalling /usr/bin/mattepaint-pick.pl
  230. -- Uninstalling /usr/bin/mattepaint-remover.pl
  231. -- Uninstalling /usr/bin/mattepaint-smplayer.pl
  232. -- Uninstalling /usr/bin/mattepaint-vlc.pl
  233. -- Uninstalling /usr/bin/mattepaint-xattr.pl
  234. Built target uninstall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement