Projects
home:jvle:branches:openEuler:24.03:Extra
libreoffice
_service:tar_scm:0001-disable-libe-book-support...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:0001-disable-libe-book-support.patch of Package libreoffice
diff -urN a/configure.ac b/configure.ac --- a/configure.ac 2024-09-23 21:53:35.000000000 +0800 +++ b/configure.ac 2024-10-17 12:42:47.800965661 +0800 @@ -9833,9 +9833,6 @@ libo_CHECK_SYSTEM_MODULE([libfreehand],[FREEHAND],[libfreehand-0.1]) -libo_CHECK_SYSTEM_MODULE([libebook],[EBOOK],[libe-book-0.1]) -libo_PKG_VERSION([EBOOK], [libe-book-0.1], [0.1.2]) - libo_CHECK_SYSTEM_MODULE([libabw],[ABW],[libabw-0.1]) libo_CHECK_SYSTEM_MODULE([libpagemaker],[PAGEMAKER],[libpagemaker-0.0]) diff -urN a/external/Module_external.mk b/external/Module_external.mk --- a/external/Module_external.mk 2024-09-23 21:53:35.000000000 +0800 +++ b/external/Module_external.mk 2024-10-17 12:43:12.883946976 +0800 @@ -32,7 +32,6 @@ $(call gb_Helper_optional,CURL,curl) \ $(call gb_Helper_optional,DRAGONBOX,dragonbox) \ dtoa \ - $(call gb_Helper_optional,EBOOK,libebook) \ $(call gb_Helper_optional,EPM,epm) \ $(call gb_Helper_optional,EPOXY,epoxy) \ $(call gb_Helper_optional,EPUBGEN,libepubgen) \ diff -urN a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk --- a/filter/Configuration_filter.mk 2024-09-23 21:53:35.000000000 +0800 +++ b/filter/Configuration_filter.mk 2024-10-17 12:45:55.053826168 +0800 @@ -351,10 +351,6 @@ writer_OOXML_Template \ writer_layout_dump_xml \ writer_indexing_export_xml \ - writer_BroadBand_eBook \ - writer_FictionBook_2 \ - writer_PalmDoc \ - writer_Plucker_eBook \ writer_ApplePages \ MWAW_Text_Document \ Palm_Text_Document \ @@ -401,10 +397,6 @@ OOXML_Text_Template \ writer_layout_dump \ writer_indexing_export \ - BroadBand_eBook \ - FictionBook_2 \ - PalmDoc \ - Plucker_eBook \ ApplePages \ MWAW_Text_Document \ Palm_Text_Document \ diff -urN a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk --- a/writerperfect/Library_wpftwriter.mk 2024-09-23 21:53:35.000000000 +0800 +++ b/writerperfect/Library_wpftwriter.mk 2024-10-17 12:47:12.201768703 +0800 @@ -64,7 +64,6 @@ $(eval $(call gb_Library_use_externals,wpftwriter,\ abw \ boost_headers \ - ebook \ $(if $(ENABLE_WASM_STRIP_SWEXPORTS),,etonyek) \ icu_headers \ icui18n \ @@ -93,7 +92,6 @@ ifneq ($(ENABLE_WASM_STRIP_SWEXPORTS),TRUE) $(eval $(call gb_Library_add_exception_objects,wpftwriter,\ writerperfect/source/writer/AbiWordImportFilter \ - writerperfect/source/writer/EBookImportFilter \ writerperfect/source/writer/MSWorksImportFilter \ writerperfect/source/writer/MWAWImportFilter \ writerperfect/source/writer/PagesImportFilter \ diff -urN a/writerperfect/qa/unit/WpftFilterFixture.hxx b/writerperfect/qa/unit/WpftFilterFixture.hxx --- a/writerperfect/qa/unit/WpftFilterFixture.hxx 2024-09-23 21:53:35.000000000 +0800 +++ b/writerperfect/qa/unit/WpftFilterFixture.hxx 2024-10-17 12:47:44.441744689 +0800 @@ -25,9 +25,6 @@ || ((major) == (req_major) \ && ((minor) > (req_minor) || ((minor) == (req_minor) && ((micro) >= (req_micro))))) -#define REQUIRE_EBOOK_VERSION(major, minor, micro) \ - REQUIRE_VERSION(EBOOK_VERSION_MAJOR, EBOOK_VERSION_MINOR, EBOOK_VERSION_MICRO, major, minor, \ - micro) #define REQUIRE_ETONYEK_VERSION(major, minor, micro) \ REQUIRE_VERSION(ETONYEK_VERSION_MAJOR, ETONYEK_VERSION_MINOR, ETONYEK_VERSION_MICRO, major, \ diff -urN a/writerperfect/qa/unit/WpftWriterFilterTest.cxx b/writerperfect/qa/unit/WpftWriterFilterTest.cxx --- a/writerperfect/qa/unit/WpftWriterFilterTest.cxx 2024-09-23 21:53:35.000000000 +0800 +++ b/writerperfect/qa/unit/WpftWriterFilterTest.cxx 2024-10-17 12:49:01.681687161 +0800 @@ -30,9 +30,6 @@ void WpftWriterFilterTest::test() { - const writerperfect::test::WpftOptionalMap_t aEBookOptional{ - { "FictionBook2.fb2.zip", REQUIRE_EBOOK_VERSION(0, 1, 1) }, - }; const writerperfect::test::WpftOptionalMap_t aEtonyekOptional{ { "Pages_4.pages", REQUIRE_ETONYEK_VERSION(0, 1, 2) }, { "Pages_5.pages", REQUIRE_ETONYEK_VERSION(0, 1, 8) }, @@ -59,8 +56,6 @@ doTest(u"com.sun.star.comp.Writer.AbiWordImportFilter"_ustr, u"/writerperfect/qa/unit/data/writer/libabw/"); - doTest(u"org.libreoffice.comp.Writer.EBookImportFilter"_ustr, - u"/writerperfect/qa/unit/data/writer/libe-book/", aEBookOptional); doTest(u"com.sun.star.comp.Writer.MSWorksImportFilter"_ustr, u"/writerperfect/qa/unit/data/writer/libwps/", aWpsOptional); doTest(u"com.sun.star.comp.Writer.MWAWImportFilter"_ustr, diff -urN a/writerperfect/source/writer/wpftwriter.component b/writerperfect/source/writer/wpftwriter.component --- a/writerperfect/source/writer/wpftwriter.component 2024-09-23 21:53:35.000000000 +0800 +++ b/writerperfect/source/writer/wpftwriter.component 2024-10-17 12:49:28.832666941 +0800 @@ -42,12 +42,6 @@ <service name="com.sun.star.document.ImportFilter"/> <optional/> </implementation> - <implementation name="org.libreoffice.comp.Writer.EBookImportFilter" - constructor="org_libreoffice_comp_Writer_EBookImportFilter_get_implementation"> - <service name="com.sun.star.document.ExtendedTypeDetection"/> - <service name="com.sun.star.document.ImportFilter"/> - <optional/> - </implementation> <implementation name="org.libreoffice.comp.Writer.PagesImportFilter" constructor="org_libreoffice_comp_Writer_PagesImportFilter_get_implementation"> <service name="com.sun.star.document.ExtendedTypeDetection"/>
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2