summaryrefslogtreecommitdiff
path: root/multimedia/kodi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/kodi: Update to 19.4yzrh2022-03-072-5/+4
| | | | PR: 262388
* multimedia/kodi: Unbreak package, failing due to missing libdvdcssJason W. Bacon2022-01-292-2/+21
| | | | | | | | | | | | libdvdcss, which is no longer packaged for legal reasons, was a default-on OPTION. Package builds were succeeding, but the binary complained of missing libraries. This update makes libdvdcss default-off and adds a pkg-message about building from source for those who need it encrypted DVD support. PR: 260490 Reported by: ravens10@tutanota.com MFH: 2022Q1
* Bump PORTREVISION after www/libmicrohttpd updatedLi-Wen Hsu2022-01-111-1/+1
| | | | PR: 260777
* Bump PORTREVISION after www/libmicrohttpd updatedLi-Wen Hsu2021-12-261-0/+1
| | | | PR: 260603
* multimedia/kodi: Update to 19.3Bernhard Froehlich2021-11-053-4/+5
| | | | | PR: 259632 Submitted by: yzrh@noema.org (maintainer)
* multimedia/kodi: Update to 19.2Bernhard Froehlich2021-10-293-5/+177
| | | | | PR: 259162 Submitted by: yzrh@noema.org (maintainer)
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* multimedia/kodi: Add CPE informationBernhard Froehlich2021-08-151-1/+1
| | | | Approved by: portmgr (blanket)
* multimedia/kodi: Fix build with libfmt 8.0.0Po-Chuan Hsieh2021-07-221-0/+13
| | | | Based on: https://github.com/xbmc/xbmc/commit/c8fa9e3c2fe296fea6002f344774ce1cfacc48c8
* devel/libfmt: Update to 8.0.0Po-Chuan Hsieh2021-07-221-1/+1
| | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/fmtlib/fmt/releases PR: 257026 Exp-run by: antoine
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* *: Bump PORTREVISION after www/libmicrohttpd updatedLi-Wen Hsu2021-06-011-1/+1
| | | | PR: 255938
* devel/flatbuffers: Update 1.12.0 -> 2.0.0Yuri Victorovich2021-05-111-0/+1
| | | | Reported by: portscout
* multimedia/kodi: Update to 19.1Bernhard Froehlich2021-05-113-5/+5
| | | | | PR: 255751 Submitted by: yzrh@noema.org (maintainer)
* multimedia/libdvd{read,nav}: Update to latest versionGanael LAPLANCHE2021-04-291-0/+1
| | | | | | | | | | Update libdvdread to 6.1.2, changelog: https://code.videolan.org/videolan/libdvdread/-/blob/master/NEWS Update libdvdnav to 6.1.1, changelog: https://code.videolan.org/videolan/libdvdnav/-/blob/master/ChangeLog and bump dependent ports' revisions.
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Regular USE_GITHUB cleanup.Mathieu Arnold2021-03-192-3/+3
| | | | | Remove DISTNAME, it is always overwritten. Cleanup GH_TAGNAME and WRKSRC.
* multimedia/kodi: Update to 19.0Bernhard Froehlich2021-02-212-5/+4
| | | | | PR: 253723 Submitted by: yzrh@noema.org (maintainer)
* multimedia/kodi: unbreak with libglvndJan Beich2021-02-041-1/+1
| | | | | | | | xbmc/windowing/X11/GLContextEGL.h:16:10: fatal error: 'EGL/eglextchromium.h' file not found #include <EGL/eglextchromium.h> ^~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 246767 exp-run)
* multimedia/kodi: Add support for SSSE3, SSE4.1 and SSE4.2 on AMD64Daniel Ebdrup Jensen2021-01-241-2/+2
| | | | | | | | | | | As of the update to Kodi 19, kodi reports missing SSE4 shared objects during video playback with VAAPI. Bump PORTREVISION accordingly. PR: 252927 Submitted by: debdrup@ (previous version), yzrh at noema.org(maintainer) Approved by: yzrh at noema.org (maintainer), jrm
* comms/libimobiledevice: Update to 1.3.0Jason E. Hale2021-01-211-1/+2
| | | | | | | | | | | | | | comms/libusbmuxd: Update to 2.0.2 comms/usbmuxd: Update to 1.1.1 devel/libplist: Update to 2.2.0 Resurrect comms/py-libimobiledevice, update to 1.3.0 Resurrect devel/py-libplist, update to 2.2.0 Take maintainership of the ports listed above. Bump PORTREVISION on consumers and adjust LIB_DEPENDS to new versioned library names.
* multimedia/kodi: Update to version 19.0RC1Joseph Mingrone2021-01-194-12/+12
| | | | | PR: 252791 Submitted by: yzrh@noema.org (maintainer)
* multimedia/kodi: add support for powerpc64lePiotr Kubaj2021-01-032-2/+5
| | | | Approved by: tier 2 blanket
* multimedia/kodi: Update to 19.0b2Bernhard Froehlich2020-12-307-260/+607
| | | | | | | | | | | | | | | We usually try to avoid updating to beta releases but this time we were forced by the upcoming python2.7 removal and had to hurry up to get it into the tree before 31st. Bugs are expected and testing was limited. Kodi 19.0 will be the first release that supports python3 so we had no other choice. Sorry! The maintainer situation for kodi and kodi-devel really needs some improvement so I'm glad that yzrh did the heavy lifting and stepped up as the next kodi maintainer. Thanks a lot to him! PR: 249724 Submitted by: yzrh@tuta.io (per email)
* multimedia/kodi: port to powerpc64Piotr Kubaj2020-12-153-1/+24
| | | | MFH: 2020Q4
* multimedia/kodi: Fix compilation with libmicrohttpd 0.9.71Matthias Andree2020-10-112-1/+6
| | | | | | PR: 250127 Submitted by: Daniel Engberg Obtained from: upstream Git repo
* devel/libfmt: Update to 7.0.3Tobias Kortkamp2020-09-071-1/+1
| | | | | Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3 ABI: https://abi-laboratory.pro/tracker/timeline/fmt
* devel/libfmt: Update to 7.0.2Tobias Kortkamp2020-07-311-1/+1
| | | | | Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.2 ABI: https://abi-laboratory.pro/tracker/timeline/fmt
* devel/libfmt: Update to 7.0.1Tobias Kortkamp2020-07-201-0/+1
| | | | | Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.1 ABI: https://abi-laboratory.pro/tracker/timeline/fmt
* multimedia/kodi: update to 18.7.1Steve Wills2020-07-1648-5136/+591
| | | | | PR: 246595 Submitted by: yzrh@tuta.io
* audio/sndio: Update to 1.7.0Tobias Kortkamp2020-07-121-1/+1
|
* Bump PORTREVISION for multimedia/libcec shlib changeSunpoet Po-Chuan Hsieh2020-07-111-1/+1
|
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-2/+1
| | | | | | | | | | | | - Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine
* Bump PORTREVISION for security/nettle shlib changeSunpoet Po-Chuan Hsieh2020-05-161-1/+1
|
* Bump PORTREVISION for multimedia/libcec shlib changeSunpoet Po-Chuan Hsieh2020-04-291-1/+1
|
* Clean up USESAntoine Brodin2020-02-191-1/+1
| | | | With hat: portmgr
* Update jasper to 2.0.16Baptiste Daroussin2019-12-271-1/+1
| | | | | | | This is needed to be able to update gegl to latest version. Bump revision of all consumer as the ABI is not 100% backward compatible. Provide a patch for graphics/devil to properly build with latest jasper. While here add a missing USES=xorg to graphics/devil
* Update sysutils/libcdio to 2.1.0Jason E. Hale2019-12-121-1/+1
| | | | | | Update sysutils/libcdio-paranoia to 10.2+2.0.1 Bump PORTREVISION on consumers due to shared library version increase
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-2/+3
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* multimedia/kodi: Reset MAINTAINERTobias Kortkamp2019-11-011-1/+1
| | | | | PR: 240950 Submitted by: maintainer
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-0/+6
|
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* Update security/nettle to 3.5.1Sunpoet Po-Chuan Hsieh2019-07-091-1/+1
| | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change - Fix build of devel/pijul [1] Changes: https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS PR: 238991 Exp-run by: antoine Thanks to: tobik [1]
* Switch default version of samba from 4.7 to 4.8Antoine Brodin2019-06-041-1/+1
| | | | With hat: portmgr
* Chase update of libbluray to upstream release 1.1.1Thomas Zander2019-04-071-1/+1
|
* dns/libidn: Update to 1.35Yuri Victorovich2019-04-021-1/+1
| | | | | | | Bump 48 ports. Previous update to 1.34 broke jabberd. PR: 228048
* Update `net/libnfs' to version 4.0.0 and bump port revisions of theAlexey Dokuchaev2019-03-011-1/+1
| | | | | | | consumers due to shared library version change. PR: 236114 Submitted by: maintainer
* - Fix the way port.mk is included in preparation for USES=sdlDmitry Marakasov2019-02-081-2/+2
| | | | Approved by: portmgr blanket
* Only append to EXTRA_PATCHES after bsd.port.pre.mkTobias Kortkamp2019-01-311-1/+1
|