Ticket #13584: mythgame_packaging_debian_master.patch

File mythgame_packaging_debian_master.patch, 1.5 KB (added by rcrdnalor, 6 years ago)

Fix build of Mythgame on master for Debian

  • deb/debian/control

    diff --git a/deb/debian/control b/deb/debian/control
    index 7bc3475..5ba658f 100644
    a b Build-Depends: debhelper (>= 9),  
    9898                libxnvctrl-dev,
    9999                liblzo2-dev,
    100100                libxcb-shm0-dev,
    101                 libhdhomerun-dev
     101                libhdhomerun-dev,
     102                libminizip-dev
    102103
    103104Package: mythtv
    104105Architecture: all
    Architecture: any  
    420421Depends: mythtv-frontend (>= ${binary:Version}),
    421422         python3,
    422423         ${shlibs:Depends},
    423          ${misc:Depends}
     424         ${misc:Depends},
     425         minizip
    424426Description: Emulator & PC Game frontend module for MythTV
    425427 MythGame can be used as a frontend to start any emulator that your host OS
    426428 runs.
  • deb/debian/control.in

    diff --git a/deb/debian/control.in b/deb/debian/control.in
    index 7bc3475..5ba658f 100644
    a b Build-Depends: debhelper (>= 9),  
    9898                libxnvctrl-dev,
    9999                liblzo2-dev,
    100100                libxcb-shm0-dev,
    101                 libhdhomerun-dev
     101                libhdhomerun-dev,
     102                libminizip-dev
    102103
    103104Package: mythtv
    104105Architecture: all
    Architecture: any  
    420421Depends: mythtv-frontend (>= ${binary:Version}),
    421422         python3,
    422423         ${shlibs:Depends},
    423          ${misc:Depends}
     424         ${misc:Depends},
     425         minizip
    424426Description: Emulator & PC Game frontend module for MythTV
    425427 MythGame can be used as a frontend to start any emulator that your host OS
    426428 runs.