Skip to content

Commit

Permalink
main/totem: depend on grilo-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
miko authored and q66 committed Mar 11, 2024
1 parent f3dcb9b commit 5a3d548
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions main/totem/template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname = "totem"
pkgver = "43.0"
pkgrel = 0
pkgrel = 1
build_style = "meson"
configure_args = [
"-Denable-python=no",
Expand Down Expand Up @@ -29,8 +29,12 @@
"gnome-desktop-devel",
"grilo-devel",
]
# TODO: add grilo-plugins once we have them
depends = ["gst-plugins-good", "gst-libav", "gsettings-desktop-schemas"]
depends = [
"grilo-plugins",
"gst-plugins-good",
"gst-libav",
"gsettings-desktop-schemas",
]
pkgdesc = "GNOME media player"
maintainer = "q66 <q66@chimera-linux.org>"
license = "GPL-2.0-or-later"
Expand Down

0 comments on commit 5a3d548

Please sign in to comment.