summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-142-4/+4
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-tv/mythtv: Remove py3.8-only versionsMichał Górny2022-11-154-466/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-libs/libva: Rename from x11-libs/libvaMatt Turner2022-10-153-3/+3
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* media-tv/mythtv: altivec -> cpu_flags_ppc_altivecDavid Seifert2022-07-153-6/+6
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* media-tv/mythtv: enable py3.10Joonas Niilola2022-04-271-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: inherit java-pkg-opt-2 and java-ant-2Wilson Michaels2022-04-271-2/+1
| | | | | | | | | Bug: https://bugs.gentoo.org/837959 Bug: https://bugs.gentoo.org/838919 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/25092 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: add subslot dep on libzipSam James2022-04-151-1/+1
| | | | | | | We link against it & it exposes a subslot, so :=. Bug: https://bugs.gentoo.org/837959 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/mythtv: remove bluray USE flag, RDEPEND dev-libs/libzipWilson Michaels2022-04-151-7/+3
| | | | | | | | Closes: https://bugs.gentoo.org/837959 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/25013 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/mythtv: fix typoSam James2022-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/mythtv: version bump to 32.0Wilson Michaels2022-04-122-0/+425
| | | | | | | | Closes: https://bugs.gentoo.org/837659 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/24992 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/mythtv: Restrict version to <media-libs/dav1d-1.0.0Wilson Michaels2022-04-112-2/+4
| | | | | | | | Closes: https://bugs.gentoo.org/836421 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/24983 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/mythtv: Set USE-defaults for mesa[egl,gbm]Matt Turner2021-10-312-2/+2
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-tv/mythtv: update ManifestJoonas Niilola2021-08-101-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: remove old snapshotsWilson Michaels2021-08-103-872/+0
| | | | | | | | Closes: https://bugs.gentoo.org/791088 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/21878 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: bump snapshot 20210731Wilson Michaels2021-08-102-0/+436
| | | | | | | | Closes: https://bugs.gentoo.org/794838 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: snapshot 20210606 bump, add Python 3.9 targetWilson Michaels2021-06-102-0/+436
| | | | | | | | Bug: https://bugs.gentoo.org/794838 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/21165 Signed-off-by: Sam James <sam@gentoo.org>
* media-tv/mythtv: add gtgui[jpeg] as a (build) depJoonas Niilola2021-04-202-3/+3
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-tv/mythtv: regenerate manifest fileJoonas Niilola2021-03-021-1/+1
| | | | | Closes: https://bugs.gentoo.org/773646 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: snapshot bump for bug fixesWilson Michaels2021-03-012-0/+436
| | | | | | | | Closes: https://bugs.gentoo.org/772248 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/19696 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: remove unused fileMichael Mair-Keimberger2021-02-151-72/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/19475 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-311-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-231-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* media-tv/mythtv: Support Python 3.8Wilson Michaels2020-12-171-1/+1
| | | | | | | Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/18661 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: cleanup Python 2.7, drop dev-qt/qtwebkit:5Wilson Michaels2020-12-127-556/+2
| | | | | | | | | Closes: https://bugs.gentoo.org/735986 Closes: https://bugs.gentoo.org/750887 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Wilson Michaels <thebitpit@austincustomerrands.com> Closes: https://github.com/gentoo/gentoo/pull/18443 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-tv/mythtv: fix SizeViolation issueJoonas Niilola2020-11-153-367/+4
| | | | | Closes: https://bugs.gentoo.org/748195 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: update thebitpit's maintainer e-mail addressJoonas Niilola2020-10-261-1/+1
| | | | | Bug: https://bugs.gentoo.org/694740 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Drop obsolete 31.0-r1Andreas Sturmlechner2020-09-041-436/+0
| | | | | Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-tv/mythtv: Depend on virtual/jackAndreas Sturmlechner2020-09-041-1/+1
| | | | | | | | | | Using PR that was unsuitable for merge as proxied-maint. ACK for this commit. Thanks-to: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/17055 Closes: https://bugs.gentoo.org/736330 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-tv/mythtv: add runtime depend, remove old revisionWilson Michaels2020-08-011-2/+4
| | | | | | | | Closes: https://bugs.gentoo.org/733470 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/16817 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* media-tv/mythtv: remove old ebuild, metadata, and patch filesWilson Michaels2020-07-254-398/+0
| | | | | | | Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/16814 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-tv/mythtv: Fix patch file reference nameWilson Michaels2020-07-241-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/733620 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/16789 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Remove py2 from 31.xMichał Górny2020-07-042-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-tv/mythtv: Restore deleted scriptsWilson Michaels2020-06-141-0/+436
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/16225 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Patch QPainterPath in mythtv-29.1 & 30.0Wilson Michaels2020-06-112-0/+2
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/15758 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Bump version 31.0Wilson Michaels2020-06-116-0/+538
| | | | | | | Bug: https://bugs.gentoo.org/712956 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Fix create webbrowser windowWilson Michaels2020-04-033-0/+864
| | | | | | | Closes: https://bugs.gentoo.org/713736 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-tv/mythtv: Delete old revisionsWilson Michaels2020-04-033-1215/+0
| | | | | | Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/15059 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-tv/mythtv: Fix fail when USE = -pythonWilson Michaels2020-03-032-3/+4
| | | | | | | Closes: https://bugs.gentoo.org/711172 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: ebuild enhancementsWilson Michaels2020-02-211-13/+10
| | | | | | | | Closes: https://bugs.gentoo.org/710136 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/14719 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Bug fix, add user infoWilson Michaels2020-02-193-6/+436
| | | | | | | | | | | Closes: https://bugs.gentoo.org/702654 Closes: https://bugs.gentoo.org/696568 Closes: https://bugs.gentoo.org/710046 Closes: https://bugs.gentoo.org/710048 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/14694 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: [QA] inherit toolchain-funcs.eclass directlyDavid Seifert2020-02-132-4/+4
| | | | | Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* media-tv/mythtv: bug fix mythtv-29.1-r2.ebuild source directory nameWilson Michaels2019-10-121-1/+1
| | | | | | | | Closes: https://bugs.gentoo.org/674216 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/13269 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* media-tv/mythtv: drop 29.1-r1 and 30.0_p20190808, update metadata.xmlWilson Michaels2019-10-093-793/+0
| | | | | | | | | crystalhd IUSE references removed Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Closes: https://github.com/gentoo/gentoo/pull/13027 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: revision bump mythtv-30.0_p20190808-r1.ebuildWilson Michaels2019-10-091-0/+416
| | | | | | | | | | Bug: https://bugs.gentoo.org/665928 Closes: https://bugs.gentoo.org/695468 Closes: https://bugs.gentoo.org/695688 Closes: https://bugs.gentoo.org/695466 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: revision bump mythtv-29.1-r2Wilson Michaels2019-10-092-1/+373
| | | | | | | | | Bug: https://bugs.gentoo.org/665928 Closes: https://bugs.gentoo.org/693648 Closes: https://bugs.gentoo.org/695684 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Wilson Michaels <thebitpit@earthlink.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Bump to 30.0_p2019080 on fixes/30 branchWilson Michaels2019-09-207-43/+888
| | | | | | | | EAPI 7 Signed-off-by: Wilson Michaels <thebitpit@eartlink.net> Closes: https://github.com/gentoo/gentoo/pull/12818 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-tv/mythtv: Fix build with >=media-libs/exiv2-0.27.1Andreas Sturmlechner2019-08-142-0/+23
| | | | | | | Thanks-to: Amel Hodzic <ilmostro7@gmail.com> Closes: https://bugs.gentoo.org/691904 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>