diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2020-07-18 21:11:21 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2020-07-18 21:11:21 +0000 |
commit | c69d102fe0e9ea24ec0ca7b4253708c2b9cfc581 (patch) | |
tree | 2edc10dd5202ed9cd9d73cf1ab77687d2b801776 /net-p2p/ktorrent | |
parent | f9cc378798e76f4f5e933efe9d057d04adaabb61 (diff) |
Notes
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt | 11 | ||||
-rw-r--r-- | net-p2p/ktorrent/pkg-descr | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/net-p2p/ktorrent/Makefile b/net-p2p/ktorrent/Makefile index d673bdd9cc25..27711db40b8f 100644 --- a/net-p2p/ktorrent/Makefile +++ b/net-p2p/ktorrent/Makefile @@ -2,6 +2,7 @@ PORTNAME= ktorrent DISTVERSION= 5.2.0 +PORTREVISION= 1 CATEGORIES= net-p2p kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ diff --git a/net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt b/net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt new file mode 100644 index 000000000000..5d525a80983a --- /dev/null +++ b/net-p2p/ktorrent/files/patch-plugins_mediaplayer_CMakeLists.txt @@ -0,0 +1,11 @@ +--- plugins/mediaplayer/CMakeLists.txt.orig 2020-07-18 21:06:12 UTC ++++ plugins/mediaplayer/CMakeLists.txt +@@ -34,7 +34,7 @@ kcoreaddons_desktop_to_json(ktorrent_mediaplayer ktorr + target_link_libraries( + ktorrent_mediaplayer + ktcore +- ${TAGLIB_LIBRARIES} ++ Taglib::Taglib + Phonon::phonon4qt5 + KF5::Torrent + KF5::I18n diff --git a/net-p2p/ktorrent/pkg-descr b/net-p2p/ktorrent/pkg-descr index 7379967ff4a5..997b89f54e4f 100644 --- a/net-p2p/ktorrent/pkg-descr +++ b/net-p2p/ktorrent/pkg-descr @@ -15,4 +15,4 @@ KTorrent is a BitTorrent client for KDE. Its main features are: o Trackers can be added to torrents o File prioritization for multi file torrents -WWW: http://ktorrent.org/ +WWW: https://kde.org/applications/en/internet/org.kde.ktorrent |