Skip to content

Commit

Permalink
audio/mousai: update to v0.7.8
Browse files Browse the repository at this point in the history
Changelog: https://github.com/SeaDve/Mousai/releases/tag/v0.7.8

Major changes:
    * Lyrics are now on its own view
    * Navigation page titles are now more consistent
    * Song bar now adapts to narrow mode
    * Updated translations

Also reorder and reformat Makefile to make portclippy
and portfmt happy.
  • Loading branch information
rosorio committed Oct 18, 2024
1 parent 2756e39 commit 8e7f29d
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 482 deletions.
17 changes: 9 additions & 8 deletions audio/mousai/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= mousai
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.7
PORTREVISION= 4
DISTVERSION= 0.7.8
CATEGORIES= audio

MAINTAINER= [email protected]
Expand All @@ -11,20 +10,22 @@ WWW= https://github.com/SeaDve/Mousai
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING

LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \
libgraphene-1.0.so:graphics/graphene
LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene \
libsoup-3.0.so:devel/libsoup3

USES= cargo gettext gnome gstreamer meson pkgconfig
USE_GITHUB= yes
USE_GNOME= cairo gtk40 libadwaita
USE_GSTREAMER= bad good ogg opus pulse
GH_ACCOUNT= SeaDve
GH_PROJECT= Mousai
MAKE_ENV= ${CARGO_ENV}
USE_GNOME= cairo gtk40 libadwaita
GLIB_SCHEMAS= io.github.seadve.Mousai.gschema.xml
USE_GSTREAMER= bad good ogg opus pulse

CARGO_BUILD= no
CARGO_INSTALL= no
CARGO_TEST= no
GLIB_SCHEMAS= io.github.seadve.Mousai.gschema.xml

MAKE_ENV= ${CARGO_ENV}

post-patch:
@${REINPLACE_CMD} -e '/update_desktop_database/d' \
Expand Down
Loading

0 comments on commit 8e7f29d

Please sign in to comment.