lcdgrilo: update to 0.0.13
authorW. Michael Petullo <mike@flyn.org>
Thu, 14 Nov 2024 09:07:35 +0000 (03:07 -0600)
committerHannu Nyman <hannu.nyman@iki.fi>
Thu, 14 Nov 2024 19:18:05 +0000 (21:18 +0200)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
multimedia/lcdgrilo/Makefile
multimedia/lcdgrilo/patches/020-vala.patch [deleted file]

index 0df60dee961b28f84e15b1910abfcb0ed7cea6f8..3a3cf52c2ac73c1467013cde3843769098adae7f 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lcdgrilo
-PKG_VERSION:=0.0.12
+PKG_VERSION:=0.0.13
 PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.flyn.org/projects/lcdgrilo
-PKG_HASH:=2e5028fff7a90b1a3688c466f048e978a52d9a4da20a382546d5e5bd42e2fc6a
+PKG_HASH:=844ecd404986f1a998bd0992341a329913ab981a1fd94172537ca9aa25769b15
 
 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
 PKG_LICENSE:=GPL-2.0-or-later
diff --git a/multimedia/lcdgrilo/patches/020-vala.patch b/multimedia/lcdgrilo/patches/020-vala.patch
deleted file mode 100644 (file)
index c35e227..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/lcdgrilo.vala
-+++ b/src/lcdgrilo.vala
-@@ -47,7 +47,7 @@ private class LCDPlayer {
-       private int current = 0;
-       private Transitions transitions;
-       private MainLoop loop;
--      private Gee.ArrayList<Grl.Source> sources = new Gee.ArrayList<unowned Grl.Source> ();
-+      private Gee.ArrayList<weak Grl.Source> sources = new Gee.ArrayList<unowned Grl.Source> ();
-       private uint watch_id = 0;
-       public LCDPlayer () {