Release of libopenshot-audio 0.1.9 (SO 7)#80
Conversation
Merge master branch into develop
Droppped several modules: * juce_audio_processors (unused) * juce_graphics (audio_processors dependency) * juce_gui_basics (audio_processors dependency) * juce_gui_extra (audio_processors dependency)
WIP: Upgrade to Juce 5.4.3
Upgrade to JUCE 5 (thanks @ferdnyc)
…t use cmake 3, and is about to be retired.
Updating Travis ci dist to xenial (instead of trusty)
- Use project(... VERSION x.y.z) to set PROJECT_VERSION - Use message(STATUS ...) instead of prefixing manually - Use multi-line message() strings where appropriate - Use CMake's C++ standard management, not manual flags
Since CMake 3.1, `FindZLIB.cmake` creates the `IMPORTED` target `ZLIB::ZLIB` to encapsulate its dependencies. Use that to properly link the library and include dirs on all three platforms.
Travis: Add Ubuntu Bionic (18.04) builds
Update build messages for documentation
Use IMPORTED target and update configs for Thread library
ZLIB: Use IMPORTED target for linking
ALSA: Use or create IMPORTED library target
Neither Linux nor MacOS needs SWIG or UnitTest++ to build libopenshot-audio.
Travis: Remove unused packages
Apply JUCE input device fix
|
I'm torn on libopenshot, but given JUCE 5 and the enhancements to OpenShot, I'm pretty tempted to say the other two should be libopenshot-audio 0.2.0 and OpenShot 2.5.0. (Either that, or we should just adopt the JUCE version numbering for libopenshot-audio, since let's face it we don't really do much beyond compiling it.) |
…ious tag. During a release, we tag the current commit during the publishing, and then it starts detecting no changes (since we are ON the current tag).
|
@ferdnyc Based on your suggestions, how does this sound for our final version numbers: libopenshot-audio: 0.2.0 (SO 7) |
|
Update: Instead, I'm going to leave libopenshot-audio at 0.1.9 for the release, but I'll bump openshot-qt to 2.5.0. |
|
@jonoomph As I just posted in OpenShot/libopenshot#407 I think we should hold off a bit longer, and the resulting libopenshot would surely qualify as 0.3.0. |
|
About to merge for final release |
This PR represents the release branch for libopenshot-audio, version 0.1.9 (SO 7), and will be used during the release testing. Feel free to comment, or send PR's for this release branch.
Related PR's: