diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-01 06:26:31 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-01 06:26:31 +0000 |
commit | 8b1091db0ff1c6da692690c5a8b01c0aadb6bc44 (patch) | |
tree | 973c971d1907c765c361c2e3af353e271d066b4f /audio/abraca | |
parent | 84331f7a9e67753715947a6da047055d072a33f2 (diff) | |
download | ports-8b1091db0ff1c6da692690c5a8b01c0aadb6bc44.tar.gz ports-8b1091db0ff1c6da692690c5a8b01c0aadb6bc44.zip |
Notes
Diffstat (limited to 'audio/abraca')
-rw-r--r-- | audio/abraca/files/patch-src-components-filter-filter_model.vala | 11 | ||||
-rw-r--r-- | audio/abraca/files/patch-src-components-playlist-playlist_model.vala | 11 | ||||
-rw-r--r-- | audio/abraca/pkg-descr | 2 |
3 files changed, 23 insertions, 1 deletions
diff --git a/audio/abraca/files/patch-src-components-filter-filter_model.vala b/audio/abraca/files/patch-src-components-filter-filter_model.vala new file mode 100644 index 000000000000..86e44345fd4c --- /dev/null +++ b/audio/abraca/files/patch-src-components-filter-filter_model.vala @@ -0,0 +1,11 @@ +--- src/components/filter/filter_model.vala.orig 2012-06-17 19:04:56.000000000 +0200 ++++ src/components/filter/filter_model.vala 2013-07-31 18:17:53.287738608 +0200 +@@ -117,7 +117,7 @@ + * When GTK asks for the value of a column, check if the row + * has been resolved or not, otherwise resolve it. + */ +- public void get_value (Gtk.TreeIter iter, int column, ref GLib.Value val) ++ public void get_value (Gtk.TreeIter iter, int column, out GLib.Value val) + { + GLib.Value tmp1; + diff --git a/audio/abraca/files/patch-src-components-playlist-playlist_model.vala b/audio/abraca/files/patch-src-components-playlist-playlist_model.vala new file mode 100644 index 000000000000..65742e3b4aa6 --- /dev/null +++ b/audio/abraca/files/patch-src-components-playlist-playlist_model.vala @@ -0,0 +1,11 @@ +--- src/components/playlist/playlist_model.vala.orig 2012-06-17 19:04:56.000000000 +0200 ++++ src/components/playlist/playlist_model.vala 2013-07-31 18:19:16.480732632 +0200 +@@ -85,7 +85,7 @@ + * When GTK asks for the value of a column, check if the row + * has been resolved or not, otherwise resolve it. + */ +- public void get_value(Gtk.TreeIter iter, int column, ref GLib.Value val) { ++ public void get_value(Gtk.TreeIter iter, int column, out GLib.Value val) { + GLib.Value status; + + base.get_value(iter, Column.STATUS, out status); diff --git a/audio/abraca/pkg-descr b/audio/abraca/pkg-descr index a515fc308b17..8424f2c85576 100644 --- a/audio/abraca/pkg-descr +++ b/audio/abraca/pkg-descr @@ -1,4 +1,4 @@ Abraca is a GTK2 client for the XMMS2 music player. It is designed with collections in mind, which makes managing your music a breeze. -WWW: http://abraca.github.com/Abraca +WWW: http://abraca.github.com/Abraca |