[mythtv-users] mythtv-light uploads for Debian 12 Bookworm

James Abernathy jfabernathy at gmail.com
Mon Jan 12 15:40:21 UTC 2026


On Mon, Jan 12, 2026 at 7:22 AM James Abernathy <jfabernathy at gmail.com>
wrote:

>
>
> On Sun, Jan 11, 2026 at 10:39 PM Monkey Pet <monkeypet at gmail.com> wrote:
>
>> James, do you have the build instructions for mythtv-light packages? I
>> thought I saw the instructions before but i lost it, thanks.
>>
>> On Wed, Feb 26, 2025 at 11:36 AM James Abernathy <jfabernathy at gmail.com>
>> wrote:
>>
>>> I just built the mythtv-light v35 and mythplugins-light v35 and uploaded
>>> them to the public google drive site that is also used for Android and
>>> raspberry pi packages.
>>>
>>> https://drive.google.com/drive/folders/1n37ta4IN7IzyTYpcqUfRl2YW2ZNw3Pd3
>>>
>>> Remember the mythtv-light packages do not include the mythconverg
>>> database stuff or mythtv-backend.service
>>>
>>> Jim A
>>>
>>
> https://github.com/MythTV/packaging/tree/master/deb-light
> is where I got the information to build mythtv-light. It's set for the
> cmake method which works fast and well.
>
> Jim A
>

I do it like this for what I run which is Pre-V36 (Master):
sudo apt install git ansible
mkdir ~/build
cd ~/build
##clone the stuff you need
git clone https://github.com/mythtv/ansible.git
git clone https://github.com/mythtv/packaging.git
git clone https://github.com/mythtv/mythtv.git
cd ~/build/ansible
./mythtv.yml --limit=localhost
cd ~/build/mythtv/mythtv
../../packaging/deb-light/build_package.sh

The .deb package will be in the ~/build directory when done.

If you want the plugins also, do the same stuff but:

cd ~/build/mythtv/mythplugins
../../packaging/deb-light/build_package.sh

I'm doing this from memory, so I hope there aren't any typos.

Jim A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20260112/55bde2ef/attachment.htm>


More information about the mythtv-users mailing list