Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / lollypop
Commits: c1022747 by Maxime Gauduin at 2023-09-14T10:21:45+02:00 switch to libsoup3 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,43 @@ +pkgbase = lollypop + pkgdesc = Music player for GNOME + pkgver = 1.4.37 + pkgrel = 3 + url = https://gitlab.gnome.org/World/lollypop + arch = any + license = GPL + makedepends = appstream-glib + makedepends = git + makedepends = gobject-introspection + makedepends = intltool + makedepends = itstool + makedepends = meson + depends = dconf + depends = gdk-pixbuf2 + depends = gobject-introspection-runtime + depends = gst-plugins-base-libs + depends = gst-python + depends = gstreamer + depends = gtk3 + depends = hicolor-icon-theme + depends = libhandy + depends = libsoup3 + depends = pango + depends = python + depends = python-beautifulsoup4 + depends = python-cairo + depends = python-gobject + depends = python-pillow + depends = totem-plparser + optdepends = easytag: Modify tags + optdepends = gst-libav: FFmpeg plugin for GStreamer + optdepends = gst-plugins-bad: "Bad" plugin libraries + optdepends = gst-plugins-base: "Base" plugin libraries + optdepends = gst-plugins-good: "Good" plugin libraries + optdepends = gst-plugins-ugly: "Ugly" plugin libraries + optdepends = kid3-qt: Store covers in tags + optdepends = libsecret: Last.FM support + optdepends = youtube-dl: Youtube support + source = git+https://gitlab.gnome.org/World/lollypop.git#tag=847c7640b1e1b82170dd8bd81651d518e3446bd4 + sha256sums = SKIP + +pkgname = lollypop ===================================== PKGBUILD ===================================== @@ -4,17 +4,24 @@ pkgname=lollypop pkgver=1.4.37 -pkgrel=2 +pkgrel=3 pkgdesc='Music player for GNOME' arch=(any) url=https://gitlab.gnome.org/World/lollypop license=(GPL) depends=( + dconf + gdk-pixbuf2 + gobject-introspection-runtime gst-plugins-base-libs gst-python + gstreamer gtk3 + hicolor-icon-theme libhandy - libsoup + libsoup3 + pango + python python-beautifulsoup4 python-cairo python-gobject View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lollypop/-/commit/c1022747eeafdc1afdd1616ebd1c697dfd5ebb6f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lollypop/-/commit/c1022747eeafdc1afdd1616ebd1c697dfd5ebb6f You're receiving this email because of your account on gitlab.archlinux.org.
