Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: multimedia/mythtv |
Commit | Credits | Log message |
33.1_4,1 11 Apr 2023 23:02:42 |
Robert Clausecker (fuz) |
multimedia/mythtv-frontend: remove port
The mythtv frontend is no longer built separately, obsoleting this port.
Users should just install multimedia/mythtv instead.
Approved by: ahicks@p-o.co.uk (maintainer)
PR: 270344 |
33.1_4,1 11 Apr 2023 23:02:41 |
Robert Clausecker (fuz) Author: Alan Hicks |
*/myth*: update the mythtv family of ports to 33.1
Selected upstream changes:
- The minimum Qt version has been bumped from 5.9 to 5.12
- FFmpeg upgraded to version 5.1
- New Waveform visualisation for MythMusic
- DiSEqC support for SAT>IP
- Automatic channel groups per video source
- Nearly 300 continued code modernization and restructuring (not in commits
below)
- Version 2 of the Services API is under development
Changelog: https://www.mythtv.org/wiki/Release_Notes_-_33
PR: 270344 |
32.0.60_1,1 17 Sep 2022 21:08:58 |
Jan Beich (jbeich) |
multimedia/aom: avoid leaking libjxl and vmaf via pkg-config
$ make stage-qa -C graphics/libavif
[...]
Error: /usr/local/lib/libavif.so.14.0.1 is linked to /usr/local/lib/libvmaf.so.1
from multimedia/vmaf but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libvmaf.so:multimedia/vmaf
Error: /usr/local/lib/libavif.so.14.0.1 is linked to
/usr/local/lib/libjxl.so.0.7 from graphics/libjxl but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libjxl.so:graphics/libjxl
Reported by: Tatsuki Makino (on ports@ list), Jan Henrik Sylvester (private
mail) |
32.0.60_3,1 04 Sep 2022 00:08:15 |
Neel Chauhan (nc) Author: Alan Hicks |
MythTV: Update port group to version 32
PR: 263311 |
31.0_8,1 05 Jul 2022 17:51:17 |
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments |
31.0_7,1 10 Apr 2022 19:11:41 |
Charlie Li (vishwin) |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
31.0_6,1 26 Mar 2022 08:27:27 |
Matthias Fechner (mfechner) |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
31.0_2,1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
31.0_1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
31.0,1 16 Dec 2020 02:48:04 |
kevans |
multimedia/mythtv: update to 31.0
- Upgrade multimedia/mythtv and multimedia/mythtv-frontend from 30 to 31.0
- Bumps python to 3.5+
- Uses ffmpeg 4.3.1 so CVE-2016-10191 no longer applies
- Configuration options changed to reflect update
Release notes: https://www.mythtv.org/wiki/Release_Notes_-_31
audio/mythplugin-mythmusic also bumped as a reverse dep.
Pass maintainership of multimedia/mythtv* to submitter.
PR: 249484
Submitted by: Alan Hicks <ahicks p-o co uk> |
30.0_2,1 28 Sep 2020 19:59:57 |
zeising |
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442. |
30.0_1,1 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
30.0_1,1 17 Mar 2019 13:14:52 |
tcberner |
graphics/exiv2: update to 0.27
Changelog:
http://www.exiv2.org/changelog.html
- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python
bindings
Exp-run by: antoine
PR: 235943
PR: 234830 |
30.0,1 10 Feb 2019 22:28:16 |
tobik |
multimedia/mythtv: Update to 30.0 and unbreak
Changes: https://www.mythtv.org/wiki/Release_Notes_-_30
PR: 234551
Submitted by: fernando.e.vilas@gmail.com |
29.1_2,1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
29.1_1,1 28 Apr 2018 06:14:58 |
tcberner |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
29.1,1 25 Mar 2018 17:09:05 |
jhale |
Update multimedia/mythtv and related ports to 29.1 [1]
Convert multimedia/mythtv-frontend to a slave port of multimedia/mythtv
which should make future updates much easier.
Upstream security patches have been added to address known
vulnerabilities in the bundled ffmpeg 3.2.
PR: 225652 (initial patches to update to 29.0) [1]
Submitted by: <lucylangthorne55@gmail.com> [1]
Differential Revision: https://reviews.freebsd.org/D14563 |
0.27.5,1 20 Dec 2017 23:29:02 |
tobik |
multimedia/mythtv{,-frontend}: Revert placebo version updates
In r440321 and r440322 PORTVERSION was bumped to 0.28.7/0.28.1, but
GH_TAGNAME was not updated. Commit ad97d24 is tagged as v0.27.5 [1].
Reset version back to 0.27.5 and bump PORTEPOCH.
[1] https://github.com/MythTV/mythtv/releases/tag/v0.27.5
PR: 222219
Reported by: robbak@gmail.com
Pointy hat: miwi |
0.28.1_1 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
0.28.1 07 May 2017 10:57:36 |
miwi |
- Update to 0.28.1 |
0.27.5.20150616_1 18 Dec 2016 22:06:50 |
tcberner |
Get rid of QT_PREFIX in favour of PREFIX.
QT_PREFIX was a remnant of a bygone time.
Reviewed by: rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D8825 |
0.27.5.20150616_1 25 Nov 2016 09:31:15 |
amdmi3 |
- Add LICENSE
- Cosmetic fixes
- Fix WWW: |
0.27.5.20150616_1 17 Nov 2016 07:18:45 |
decke |
Drop maintainership after more than 7 years. It's about time to pass it on. |
0.27.5.20150616_1 13 May 2016 18:03:00 |
amdmi3 |
- Add missing files to plist
Approved by: portmgr blanket |
0.27.5.20150616 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.27.5.20150616 13 Jan 2016 09:19:23 |
decke |
- Update to 0.27.5
- Disable mythlogserver as recommended from upstream
- Remove own distfile mirror and trust in githubs codeload |
0.27.0.20140121_6 15 Oct 2015 15:11:51 |
mat |
Fixup r399346.
Poked by: antoine, freshports
Sponsored by: Absolight |
15 Oct 2015 14:55:14
|
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
0.27.0.20140121_6 07 May 2015 17:58:31 |
antoine |
Unbreak |
0.27.0.20140121_6 07 May 2015 16:32:44 |
mat |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
0.27.0.20140121_6 01 Feb 2015 20:24:28 |
amdmi3 |
- Drop @dirrm* from and add empty directories to pkg-plists
Approved by: portmgr blanket |
0.27.0.20140121_6 28 Oct 2014 01:13:04 |
amdmi3 |
- Fix plist
Approved by: portmgr blanket |
0.27.0.20140121_4 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.27.0.20140121_3 15 Jul 2014 21:29:23 |
tijl |
Add USES=libtool |
0.27.0.20140121_2 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
0.27.0.20140121_1 25 Mar 2014 10:06:56 |
decke |
- Make sure libavcodec builds MD code
- Bump PORTREVISION
PR: ports/187836
Submitted by: Jan Beich <jbeich@tormail.org> |
0.27.0.20140121 25 Jan 2014 19:45:46 |
decke |
- Update to latest 0.27 stable branch from github
- Add patches to build with clang [1]
- Use OPTIONS_SUB
PR: ports/186005 [1]
Submitted by: John Clark <clarkjc@runbox.com> [1] |
0.27 18 Nov 2013 12:03:43 |
decke |
- Update to 0.27
- Add staging support
- Convert optional dependencies to new format
- Add a few clang patches but switch to USE_GCC=any because there's quite some
work left (contributors?) |
0.26.1 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.26.1 27 Aug 2013 13:37:21 |
decke |
- Update to 0.26.1 |
0.26.0_1 23 Jan 2013 15:00:19 |
makc |
Bump PORTREVISION after DESKTOP_ENTRIES update |
0.26.0 27 Oct 2012 13:24:46 |
decke |
- Update to 0.26.0
- Convert to OptionsNG
- Force binutils from ports for 7.x/8.x because binutils from base is too old
- Trim Makefile headers
Feature safe: yes |
0.25.2 04 Aug 2012 08:11:53 |
decke |
- Update to 0.25.2 |
0.25_1 06 Jun 2012 06:44:38 |
miwi |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
0.25_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.25 10 May 2012 13:06:16 |
decke |
- Update distinfo because of rerolled distfile
--- mythtv-0.25-OLD/VERSION 2012-04-10 07:29:22.000000000 +0200
+++ mythtv-0.25-NEW/VERSION 2012-04-13 03:49:25.000000000 +0200
@@ -1 +1 @@
-SOURCE_VERSION="v0.25pre"
+SOURCE_VERSION="v0.25"
Redported by: Robert Backhaus <robbak@robbak.com> |
0.25 10 May 2012 08:21:14 |
decke |
- Update to 0.25
- Fix mythbackend rc script to start after mysql
- Add HOME env variable for mythbackend to find it's home directory |
0.24.2 01 Feb 2012 14:51:25 |
decke |
- Update to 0.24.2 |
0.24.1_2 14 Jan 2012 22:27:02 |
netchild |
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it. |
0.24.1_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.24.1_1 22 May 2011 17:07:59 |
decke |
- Update again because they rerolled the distfile and fixed the directory
structure
- Remove WRKSRC
- Bump PORTREVISION
Reported by: Ashley Diamond <ash@diamondbsd.com> |
0.24.1 20 May 2011 12:40:29 |
decke |
- Update to 0.24.1
- Pet portlint (CPPFLAGS) |
0.24 11 Apr 2011 19:54:35 |
ade |
Update to GNU make 3.82 after numerous -exp runs. |
0.24 04 Jan 2011 17:49:38 |
decke |
- Update to 0.24
- Remove MD5 checksum |
0.23.1 08 Dec 2010 18:34:56 |
decke |
- Update MythTV MASTER_SITES for old releases
Noticed by: The Distilator |
0.23.1 02 Dec 2010 19:53:58 |
decke |
- Fix build with upcoming Qt 4.7
PR: ports/152759
Submitted by: makc
Obtained from: mythtv (r26391, r26434) |
0.23.1 24 Sep 2010 19:08:50 |
makc |
Switch libvdpau dependency from x11/nvidia-driver to multimedia/libvdpau
PR: ports/150383
Submitted by: Anonymous <swell.k at gmail.com>
Approved by: maintainer |
0.23.1 06 Aug 2010 09:27:42 |
decke |
- Update to 0.23.1
Approved by: miwi (mentor) |
0.23 21 Jun 2010 13:22:24 |
decke |
- Update to 0.23
- VDPAU and PulseAudio support added
- Harmonize mythtv and mythtv-frontend Makefiles and patches
Feature safe: yes
Approved by: beat (co-mentor) |
0.22_2 03 Jun 2010 08:55:01 |
netchild |
- update audio/lame to 3.98.4
- use ?= for the portrevision of a master port to make it possible to
change it in a slave port which depends upon lame
- bump portrevisions of ports which depend upon lame
- done via a semi-automated way (manual review and fixup)
- I tried to take care to not bump ports which only depend optionaly on
lame (with a default of no dependency) |
0.22_1 14 May 2010 19:13:51 |
decke |
- Fix mythtv on CURRENT after r203862
The commit r203862 indirectly broke mythtv because until
that time the missing include of <sys/types.h> caused
that mythtv used gettimeofday(2) instead of ftime(3) and
nobody noticed that building with ftime is broken in
mythtv.
So instead of repairing the deprecated ftime usage I've
removed it and use the gettimeofday fallback as it was
until now but by pure intention now.
Approved by: beat (co-mentor)
Reported by: pointyhat via erwin |
0.22_1 01 Apr 2010 12:45:37 |
decke |
- Change to my FreeBSD email address
Approved by: miwi (mentor), beat (co-mentor) |
0.22_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.22 19 Dec 2009 13:03:53 |
miwi |
- Update to 0.22
PR: 141722 141723 141724
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) |
0.21_3 14 Aug 2009 13:41:11 |
miwi |
- Fix build with custom PREFIX
- Pet portlint
PR: 136682
Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) |
0.21_2 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
0.21_1 25 Apr 2009 01:17:56 |
glarkin |
- Clarified the requirement for Qt with OpenGL support to avoid
compilation problems
- Fixed backwards configure flag handling with WITH_OPENGL option
- Split some multi-file patches
- Regenerated patches with "make makepatch"
- Added patches to avoid compilation problems with installed ffmpeg port [1]
- Bumped PORTREVISION
Reported by: Torfinn Ingolfsen <torfinn dot ingolfsen at broadpark dot no>
[1]
Submitted by: Bernhard Frohlich <decke at bluelife dot at> [1] |
0.21 15 Jan 2009 21:24:57 |
glarkin |
MythTV is a "Personal Video Recorder", i.e. a computer-based video
recorder. It supports pausing and rewinding live TV, multiple tuner
cards, hardware or software video compression, onscreen program guides
and a distributed architecture.
WWW: http://www.mythtv.org
NOTE: This is the frontend portion of MythTV, suitable for connecting to
a backend MythTV server on a different machine.
PR: ports/127856
Submitted by: Bernhard Froehlich <decke at bluelife dot at> |