Skip to content

Commit

Permalink
Only build for arm64 and amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Feb 26, 2022
1 parent a8f4e96 commit ea9ddb6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Description: Personal video recorder application (client and server)
mythtv-backend (backend needing a remote database)

Package: mythtv-common
Architecture: any
Architecture: amd64 arm64
Pre-Depends: pwgen,
Depends: adduser,
default-mysql-client | virtual-mysql-client | mysql-client-5.7 | mysql-client-5.6 | mariadb-client,
Expand Down Expand Up @@ -237,7 +237,7 @@ Description: Personal video recorder application (database)
installed on the system where the MySQL server resides.

Package: mythtv-backend
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-common, mythtv-transcode-utils, ${shlibs:Depends}, cron, wget, zenity | kdebase-bin, xterm, python3, libjs-jquery, libxml-simple-perl, ${misc:Depends}
Conflicts: mythtv (<< 0.8-1)
Replaces: mythtv (<< 0.8-1), mythtv-frontend (<= 0.20-0.4)
Expand All @@ -259,7 +259,7 @@ Description: Personal video recorder application (server)
package.

Package: mythtv-transcode-utils
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-common, ${shlibs:Depends}, ${misc:Depends}
Conflicts: mythtv-backend (<< 0.20.2-0ubuntu1)
Replaces: mythtv-backend (<< 0.20.2-0ubuntu1)
Expand All @@ -270,7 +270,7 @@ Description: Utilities used for transcoding MythTV tasks
requiring an entire backend to be installed.

Package: mythtv-frontend
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-common,
${shlibs:Depends},
${misc:Depends},
Expand Down Expand Up @@ -304,7 +304,7 @@ Description: Personal video recorder application (client)
package.

Package: libmyth
Architecture: any
Architecture: amd64 arm64
Section: libs
Depends: ${shlibs:Depends}, libqt5sql5-mysql, ${misc:Depends}
Conflicts: mythtv (<< 0.7-5), libmyth-0.23-0, libmyth-0.24-0, libmyth-0.25-0, libmyth-0.26-0, libmyth-0.27-0, libmyth-0.28-0, libmyth-0.29-0, libmyth-29-0
Expand All @@ -317,7 +317,7 @@ Description: Common library code for MythTV and add-on modules (runtime)
components in the system.

Package: libmyth-dev
Architecture: any
Architecture: amd64 arm64
Section: libdevel
Depends: libmyth (= ${binary:Version}), ${misc:Depends}
Conflicts: libmyth-0.23-0-dev, libmyth-0.24-0-dev, libmyth-0.25-0-dev, libmyth-0.26-0-dev, libmyth-0.27-0-dev, libmyth-0.28-0-dev, libmyth-0.29-0-dev, libmyth-29-0-dev
Expand Down Expand Up @@ -392,7 +392,7 @@ Description: Metapackage to setup and configure a "Master Backend" profile of My
on anything but the first backend machine on the network.

Package: mythtv-dbg
Architecture: any
Architecture: amd64 arm64
Section: debug
Priority: extra
Recommends: libc6-dbg
Expand Down Expand Up @@ -420,7 +420,7 @@ Description: Metapackage package for MythTV plugins
This Metapackage will install all available MythTV plugins.

Package: mythgame
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
python3,
${shlibs:Depends},
Expand All @@ -431,7 +431,7 @@ Description: Emulator & PC Game frontend module for MythTV
runs.

Package: mythmusic
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Expand All @@ -442,15 +442,15 @@ Description: Music add-on module for MythTV
drive.

Package: mythnews
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: RSS feed news reader module for MythTV
MythNews will fetch RSS feeds for you to read.

Package: mythweather
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Expand Down Expand Up @@ -493,7 +493,7 @@ Description: Web interface add-on module for MythTV
music streams as well.

Package: mytharchive
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-transcode-utils(>= ${binary:Version}),
mythtv-frontend (>= ${binary:Version}),
mjpegtools,
Expand Down Expand Up @@ -522,7 +522,7 @@ Description: create and burn DVD's from MythTV - binary file
and the mythfrontend UI plugin.

Package: mythzoneminder
Architecture: any
Architecture: amd64 arm64
Suggests: zoneminder
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
Expand All @@ -533,7 +533,7 @@ Description: view status and display footage recorded with zoneminder
recorded surveillance footage.

Package: mythbrowser
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Expand Down
28 changes: 14 additions & 14 deletions deb/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Description: Personal video recorder application (client and server)
mythtv-backend (backend needing a remote database)

Package: mythtv-common
Architecture: any
Architecture: amd64 arm64
Pre-Depends: pwgen,
Depends: adduser,
default-mysql-client | virtual-mysql-client | mysql-client-5.7 | mysql-client-5.6 | mariadb-client,
Expand Down Expand Up @@ -238,7 +238,7 @@ Description: Personal video recorder application (database)
installed on the system where the MySQL server resides.

Package: mythtv-backend
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-common, mythtv-transcode-utils, ${shlibs:Depends}, cron, wget, zenity | kdebase-bin, xterm, python3, libjs-jquery, libxml-simple-perl, ${misc:Depends}
Conflicts: mythtv (<< 0.8-1)
Replaces: mythtv (<< 0.8-1), mythtv-frontend (<= 0.20-0.4)
Expand All @@ -260,7 +260,7 @@ Description: Personal video recorder application (server)
package.

Package: mythtv-transcode-utils
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-common, ${shlibs:Depends}, ${misc:Depends}
Conflicts: mythtv-backend (<< 0.20.2-0ubuntu1)
Replaces: mythtv-backend (<< 0.20.2-0ubuntu1)
Expand All @@ -271,7 +271,7 @@ Description: Utilities used for transcoding MythTV tasks
requiring an entire backend to be installed.

Package: mythtv-frontend
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-common,
${shlibs:Depends},
${misc:Depends},
Expand Down Expand Up @@ -305,7 +305,7 @@ Description: Personal video recorder application (client)
package.

Package: libmyth
Architecture: any
Architecture: amd64 arm64
Section: libs
Depends: ${shlibs:Depends}, libqt5sql5-mysql, ${misc:Depends}
Conflicts: mythtv (<< 0.7-5), libmyth-0.23-0, libmyth-0.24-0, libmyth-0.25-0, libmyth-0.26-0, libmyth-0.27-0, libmyth-0.28-0, libmyth-0.29-0, libmyth-29-0
Expand All @@ -318,7 +318,7 @@ Description: Common library code for MythTV and add-on modules (runtime)
components in the system.

Package: libmyth-dev
Architecture: any
Architecture: amd64 arm64
Section: libdevel
Depends: libmyth (= ${binary:Version}), ${misc:Depends}
Conflicts: libmyth-0.23-0-dev, libmyth-0.24-0-dev, libmyth-0.25-0-dev, libmyth-0.26-0-dev, libmyth-0.27-0-dev, libmyth-0.28-0-dev, libmyth-0.29-0-dev, libmyth-29-0-dev
Expand Down Expand Up @@ -393,7 +393,7 @@ Description: Metapackage to setup and configure a "Master Backend" profile of My
on anything but the first backend machine on the network.

Package: mythtv-dbg
Architecture: any
Architecture: amd64 arm64
Section: debug
Priority: extra
Recommends: libc6-dbg
Expand Down Expand Up @@ -421,7 +421,7 @@ Description: Metapackage package for MythTV plugins
This Metapackage will install all available MythTV plugins.

Package: mythgame
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
python3,
libzip-dev,
Expand All @@ -432,7 +432,7 @@ Description: Emulator & PC Game frontend module for MythTV
runs.

Package: mythmusic
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Expand All @@ -443,15 +443,15 @@ Description: Music add-on module for MythTV
drive.

Package: mythnews
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: RSS feed news reader module for MythTV
MythNews will fetch RSS feeds for you to read.

Package: mythweather
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${perl:Depends},
Expand Down Expand Up @@ -496,7 +496,7 @@ Description: Web interface add-on module for MythTV
music streams as well.

Package: mytharchive
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-transcode-utils(>= ${binary:Version}),
mythtv-frontend (>= ${binary:Version}),
mjpegtools,
Expand Down Expand Up @@ -525,7 +525,7 @@ Description: create and burn DVD's from MythTV - binary file
and the mythfrontend UI plugin.

Package: mythzoneminder
Architecture: any
Architecture: amd64 arm64
Suggests: zoneminder
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
Expand All @@ -536,7 +536,7 @@ Description: view status and display footage recorded with zoneminder
recorded surveillance footage.

Package: mythbrowser
Architecture: any
Architecture: amd64 arm64
Depends: mythtv-frontend (>= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Expand Down

0 comments on commit ea9ddb6

Please sign in to comment.