mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-11-07 Fred Gleason <fredg@paravelsystems.com>
* Added a dependency for ImageMagick's 'Magick++' library interface. * Added a 'FEED_IMAGES.DATA_MID_THUMB' field to the database. * Added a 'FEED_IMAGES.DATA_SMALL_THUMB' field to the database. * Incremented the database version to 365. * Optimized loading of thumbnail image data in rdadmin(1), rdcastmanager(1) and rdcatch(1). * Re-enabled uploads to RSS feeds in rdcatch(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -120,6 +120,7 @@ SOURCES += rdhash.cpp
|
||||
SOURCES += rdhostvarlistmodel.cpp
|
||||
SOURCES += rdidvalidator.cpp
|
||||
SOURCES += rdiconengine.cpp
|
||||
SOURCES += rdimagemagick.cpp
|
||||
SOURCES += rdimagepickerbox.cpp
|
||||
SOURCES += rdimagepickermodel.cpp
|
||||
SOURCES += rdimport_audio.cpp
|
||||
@@ -310,6 +311,7 @@ HEADERS += rdhash.h
|
||||
HEADERS += rdhostvarlistmodel.h
|
||||
HEADERS += rdiconengine.h
|
||||
HEADERS += rdidvalidator.h
|
||||
HEADERS += rdimagemagick.h
|
||||
HEADERS += rdimagepickerbox.h
|
||||
HEADERS += rdimagepickermodel.h
|
||||
HEADERS += rdimport_audio.h
|
||||
|
Reference in New Issue
Block a user