Opened 10 years ago
Closed 10 years ago
#44146 closed update (fixed)
kdenlive: update to 0.9.8
Reported by: | RJVB (René Bertin) | Owned by: | mkae (Marko Käning) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch | Cc: | |
Port: | kdenlive |
Description
Below is a patch for the kdenlive Portfile to upgrade to the current kdenlive version, 0.9.8 . I've also removed the NO_JOGSHUTTLE specification, as the configure process already handles the absence of the required frameworks.
--- /opt/local/var/macports/sources/rsync.macports.org/release/ports/multimedia/kdenlive/Portfile 2013-07-15 18:03:15.000000000 +0200 +++ /opt/local/site-ports/kde/kdenlive/Portfile 2014-06-23 14:12:22.000000000 +0200 @@ -5,7 +5,7 @@ PortGroup kde4 1.1 name kdenlive -version 0.9.6 +version 0.9.8 categories multimedia maintainers dennedy.org:dan license GPL-2+ @@ -21,8 +21,8 @@ master_sites http://download.kde.org/stable/${name}/${version}/src/ platforms darwin -checksums sha1 0b9de2dd1e77140020bf3efc9c88105d4dcf5c8d \ - rmd160 0aaf8911073b82725998a8f18426b7f4189e25f0 +checksums sha256 96ca31f9f6d4dc339b1e1daf46ec0803516118e712a5a2d75d9433ee5fd6a59f \ + rmd160 64ea6b2a10743b260cc350a8e466a7c61cd5b6a1 depends_lib-append port:mlt \ port:kdelibs4 \ @@ -34,9 +34,9 @@ # mlt is not universal universal_variant no -configure.args-append -DNO_JOGSHUTTLE=1 +#configure.args-append -DNO_JOGSHUTTLE=1 -build.env-append -DNO_JOGSHUTTLE=1 +#build.env-append -DNO_JOGSHUTTLE=1 platform darwin { patchfiles-append patch-BUNDLE_INSTALL_DIR.diff
Change History (8)
comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch added |
---|---|
Owner: | changed from macports-tickets@… to dan@… |
Summary: | Portfile update for kdenlive → kdenlive: update to 0.9.8 |
comment:2 Changed 10 years ago by ddennedy (Dan Dennedy)
comment:3 Changed 10 years ago by mkae (Marko Käning)
Cc: | mk@… added |
---|---|
Version: | 2.3.0 |
comment:4 Changed 10 years ago by mkae (Marko Käning)
Owner: | changed from dan@… to mk@… |
---|---|
Status: | new → assigned |
comment:5 Changed 10 years ago by mkae (Marko Käning)
Cc: | mk@… removed |
---|
OK, I'll check this out soon.
comment:6 Changed 10 years ago by mkae (Marko Käning)
René, in the future, please attach diffs as files and don't use the description field.
That makes it easier to patch here on my end, since all I then need to do is copy the URL and use trac-patch to get the patch applied on my console.
comment:7 Changed 10 years ago by RJVB (René Bertin)
Simpler even than a diff? ;)
kdenlive's home and download pages don't seem to provide reliable way to do a livecheck, but I think one could use Gentoo's package page for that. The following 2 line appear to be sufficient, at least for checking against the current version:
livecheck.url http://packages.gentoo.org/package/media-video/kdenlive livecheck.regex kdenlive-(\\d+(\\.\\d+)+)
comment:8 Changed 10 years ago by mkae (Marko Käning)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for submitting the update and livecheck!
Done in r122426
A couple of months ago, I told the kdenlive-devel mailing list that I am looking for a new maintainer for this port. It is terribly inconvenient for me to keep qt4-mac port activated on my system (conflicts with my qt5 work), which hinders my ability to maintain, test, and support this port. rjvbertin, can you volunteer for this?