lp:~mythbuntu-dev/mythtv/+git/mythtv-packaging

Owned by mythbuntu-dev
Get this repository:
git clone https://git.launchpad.net/~mythbuntu-dev/mythtv/+git/mythtv-packaging

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/MythTV/packaging.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Branches

Name Last Modified Last Commit
fixes/34 2024-04-07 15:04:37 UTC
macOS: cleanup for new homebrew qt mysql versioning

Author: jhoyt
Author Date: 2024-04-07 15:04:30 UTC

macOS: cleanup for new homebrew qt mysql versioning

  Fix parsing for qt and mysql on homebrew now that they have changed
  naming conventions upstream

master 2024-04-06 14:59:05 UTC
macOS: cleanup for new homebrew qt mysql versioning

Author: jhoyt
Author Date: 2024-03-02 16:48:51 UTC

macOS: cleanup for new homebrew qt mysql versioning

  Fix parsing for qt and mysql on homebrew now that they have changed
  naming conventions upstream

  cleanup py2app python install

fixes/33 2024-02-10 17:13:27 UTC
macOS: rename OSX to match Apple's recent nomenclature

Author: jhoyt
Author Date: 2024-02-10 14:48:19 UTC

macOS: rename OSX to match Apple's recent nomenclature

fixes/32 2023-01-08 17:27:58 UTC
OSX: Migrate python to ansible based python venv

Author: jhoyt
Author Date: 2023-01-08 17:17:03 UTC

OSX: Migrate python to ansible based python venv
    - removed unnecssary 33 tag
    - force running ansible on each run
    - update default prefix to use HOME vs ~
    - migrate to ansible based installation of python virtualenv
    - cleanup unused PYTHON variables
    - cleanup PY2APP requirements

fixes/31 2022-03-04 05:41:53 UTC
Check for DPMS settings and restore them after mythfrontend.real exits, to pr...

Author: stodjkat
Author Date: 2022-03-04 03:13:25 UTC

Check for DPMS settings and restore them after mythfrontend.real exits, to prevent screensaver being forever disabled after a crash

fixes/30 2021-09-26 03:07:43 UTC
Prevent frontend from resurecting when the database is inaccessible

Author: ulmus-scott
Author Date: 2021-07-03 02:58:36 UTC

Prevent frontend from resurecting when the database is inaccessible

MythTV version 31 is installed on Xubunutu 21.04 or 20.04 using the mythbuntu ppa.

When I launch the frontend without the backend running, it displays the loading bar, but when I try to exit, either before or after it times out, it thinks the frontend has crashed, so it relaunches. This obviously creates an inescapable loop, which is annoying.

Killing mythfrontend via xfce4-taskmanager does break the loop, but oddly mythfrontend.real doesn't show up in xfce4-taskmanager while gnome-system-monitor shows both.

Adding exit code 130 to the list in the script breaks the loop. Exit code 130 is GENERIC_EXIT_NO_MYTHCONTEXT (https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythbase/exitcodes.h ), which is a result of exiting the GUI startup screen (see mythcontext.cpp MythContextPrivate::FindDatabase() which returns false, causing MythContextPrivate::Init() to return false and thus MythContext::Init() to also return false, finally causing mythfontend to return 130 (https://github.com/MythTV/mythtv/blob/4eaa9cdbad0552d61f71a48019cbc6f9b1a14209/mythtv/programs/mythfrontend/main.cpp#L1896 )

GENERIC_EXIT_SOCKET_ERROR 135, may also need to be ignored based on its use in mythcontext.cpp.

Perhaps, abandoning the auto-restart entirely is a better option.

Alternatively, mythtv.desktop could be modified to call mythfrontend without the --service parameter.

fixes/29 2020-01-17 18:46:07 UTC
Prevent "input variables exceeded 1000" warning in PHP.

Author: Bill Meek
Author Date: 2020-01-17 18:36:28 UTC

Prevent "input variables exceeded 1000" warning in PHP.

Fixes #13255.

Signed-off-by: David Hampton <mythtv@love2code.net>
(cherry picked from commit cc57f0289cc39a3171dafb7be17422c28b318653)

devel/2019-render 2019-07-04 09:38:27 UTC
Remove SurfaceTextureListener - moved into source tree

Author: Mark Kendall
Author Date: 2019-07-04 09:38:27 UTC

Remove SurfaceTextureListener - moved into source tree

fixes/0.28 2018-09-21 00:11:36 UTC
DEB: Update patches for 0.28

Author: Thomas Mashos
Author Date: 2018-09-21 00:11:36 UTC

DEB: Update patches for 0.28

fixes/0.27 2016-08-10 23:58:38 UTC
DEB: Remove transcode as a dependency since it's no longer in 16.10

Author: Thomas Mashos
Author Date: 2016-08-10 23:55:59 UTC

DEB: Remove transcode as a dependency since it's no longer in 16.10

fixes/0.26 2013-08-29 01:17:36 UTC
Merge branch 'fixes/0.26' of code.mythtv.org:packaging into fixes/0.26

Author: Mario Limonciello
Author Date: 2013-08-29 01:17:36 UTC

Merge branch 'fixes/0.26' of code.mythtv.org:packaging into fixes/0.26

fixes/0.25 2013-04-30 19:35:18 UTC
deb: don't allow the scripts to run without a debian/ directory

Author: Mario Limonciello
Author Date: 2013-04-30 19:34:56 UTC

deb: don't allow the scripts to run without a debian/ directory

fixes/0.24 2012-04-30 02:24:12 UTC
add build-debs.sh (backported from 0.25)

Author: Mario Limonciello
Author Date: 2012-04-30 02:24:12 UTC

add build-debs.sh (backported from 0.25)

OSX-fixes 2011-06-23 08:00:59 UTC
MySQL 5.1.55 unavailable - up to 5.1.56

Author: Nigel Pearson
Author Date: 2011-06-23 08:00:59 UTC

MySQL 5.1.55 unavailable - up to 5.1.56

OSX-buildbot 2011-05-16 22:45:02 UTC
Initial build_profile support for osx-packager.pl

Author: Stuart Auchterlonie
Author Date: 2011-05-16 22:45:02 UTC

Initial build_profile support for osx-packager.pl

Use-Git 2011-02-10 03:42:59 UTC
Merge branch 'Use-Git' of github.com:MythTV/packaging into Use-Git

Author: Rob Smith
Author Date: 2011-02-10 03:42:59 UTC

Merge branch 'Use-Git' of github.com:MythTV/packaging into Use-Git

jyavenard/backports/fixes/0.24 2011-01-24 01:52:40 UTC
Fix mythwelcome in FE-only builds, add ccache for speedup.

Author: Nigel Pearson
Author Date: 2011-01-24 01:22:27 UTC

Fix mythwelcome in FE-only builds, add ccache for speedup.

A non-backend build was not building mythwelcome, so when this script
tried to package MythWelcome.app, it barfed. I usually --enable-backend,
so didn't notice the fault. This has been broken for ages.
A slightly different fix to Stuart's [e4c981f3e563a5215f83].

fixes/0.22 2010-12-02 01:20:26 UTC
Bacport 27409 from trunk

Author: Nigel Pearson
Author Date: 2010-12-02 01:20:26 UTC

Bacport 27409 from trunk

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-22-fixes@27412 7dbf422c-18fa-0310-86e9-fd20926502f2

fixes/0.23 2010-12-02 01:19:45 UTC
Backport 27409 from trunk

Author: Nigel Pearson
Author Date: 2010-12-02 01:19:45 UTC

Backport 27409 from trunk

git-svn-id: http://svn.mythtv.org/svn/branches/release-0-23-fixes@27411 7dbf422c-18fa-0310-86e9-fd20926502f2

119 of 19 results
This repository contains Public information 
Everyone can see this information.

Subscribers