1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: ticketbooth
Section: gnome
Priority: optional
Maintainer: Arnaud Ferraris <aferraris@debian.org>
Build-Depends: appstream <!nocheck>,
blueprint-compiler,
debhelper-compat (= 13),
desktop-file-utils,
dh-sequence-python3,
libadwaita-1-dev,
meson,
python-gi-dev,
python3-all,
Standards-Version: 4.7.2
Homepage: https://github.com/aleiepure/ticketbooth
Vcs-Browser: https://salsa.debian.org/debian/ticketbooth
Vcs-Git: https://salsa.debian.org/debian/ticketbooth.git
Package: ticketbooth
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
gir1.2-adw-1,
python3-gi,
python3-pil,
python3-tmdbsimple,
Description: Watchlist for movies and TV shows
Ticket Booth is a graphical application meant for managing a watchlist for
movies and TV shows. It helps one keep track of watched titles and be notified
of new releases.
.
This application can be used fully offline (relying on the user for entering
the details of a new movie/series) or by fetching data from TMDB for easier
usage.
|