Blame audiocd-kio-4.8.90-cmake_oggvorbis.patch

Rex Dieter 8509cf
diff -up audiocd-kio-4.8.90/plugins/CMakeLists.txt.cmake_oggvorbis audiocd-kio-4.8.90/plugins/CMakeLists.txt
Rex Dieter 8509cf
--- audiocd-kio-4.8.90/plugins/CMakeLists.txt.cmake_oggvorbis	2012-05-22 19:42:50.000000000 -0500
Rex Dieter 8509cf
+++ audiocd-kio-4.8.90/plugins/CMakeLists.txt	2012-06-13 08:52:00.512963773 -0500
Rex Dieter 8509cf
@@ -6,6 +6,9 @@ if (FLAC_FOUND)
Rex Dieter 8509cf
     add_subdirectory( flac )
Rex Dieter 8509cf
 endif(FLAC_FOUND)
Rex Dieter 8509cf
 
Rex Dieter 8509cf
+macro_optional_find_package(OggVorbis)
Rex Dieter 8509cf
+macro_log_feature(OGGVORBIS_FOUND "OggVorbis" "Libraries for Ogg Vorbis general audio compression codec" "http://www.xiph.org" FALSE "" "Required for the AudioCD Ogg Vorbis plugin.")
Rex Dieter 8509cf
+
Rex Dieter 8509cf
 if (OGGVORBIS_FOUND)
Rex Dieter 8509cf
     add_subdirectory( vorbis )
Rex Dieter 8509cf
 endif(OGGVORBIS_FOUND)
Rex Dieter 8509cf
diff -up audiocd-kio-4.8.90/plugins/vorbis/encodervorbis.h.cmake_oggvorbis audiocd-kio-4.8.90/plugins/vorbis/encodervorbis.h
Rex Dieter 8509cf
--- audiocd-kio-4.8.90/plugins/vorbis/encodervorbis.h.cmake_oggvorbis	2012-05-22 19:42:50.000000000 -0500
Rex Dieter 8509cf
+++ audiocd-kio-4.8.90/plugins/vorbis/encodervorbis.h	2012-06-13 08:52:11.382827881 -0500
Rex Dieter 8509cf
@@ -25,7 +25,6 @@
Rex Dieter 8509cf
 #ifndef ENCODER_VORBIS_H
Rex Dieter 8509cf
 #define ENCODER_VORBIS_H
Rex Dieter 8509cf
 
Rex Dieter 8509cf
-#include <config.h>
Rex Dieter 8509cf
 #include "ui_encodervorbisconfig.h"
Rex Dieter 8509cf
 #ifdef HAVE_VORBIS
Rex Dieter 8509cf