FreeBSD Bugzilla – Attachment 114944 Details for
Bug 156685
[update] audio/abraca: update to 0.6.0.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
abraca.diff
abraca.diff (text/x-diff; charset=us-ascii), 3.91 KB, created by
Guido Falsi
on 2011-05-13 08:29:25 UTC
(
hide
)
Description:
abraca.diff
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2011-05-13 08:29:25 UTC
Size:
3.91 KB
patch
obsolete
>diff -ruN abraca.old/Makefile abraca/Makefile >--- abraca.old/Makefile 2011-05-13 09:27:31.969589314 +0200 >+++ abraca/Makefile 2011-05-13 09:27:46.726103306 +0200 >@@ -6,18 +6,17 @@ > # > > PORTNAME= abraca >-PORTVERSION= 0.5.0 >+PORTVERSION= 0.6.0 > CATEGORIES= audio >-MASTER_SITES= http://abraca.xmms.se/attachments/download/128/ >+MASTER_SITES= http://abraca.xmms.se/attachments/download/134/ > >-MAINTAINER= olivier@gid0.org >+MAINTAINER= mad@madpilot.net > COMMENT= Abraca is a GTK2 client for the XMMS2 music player > > BUILD_DEPENDS= ${LOCALBASE}/bin/valac:${PORTSDIR}/lang/vala > LIB_DEPENDS= xmmsclient.6:${PORTSDIR}/audio/xmms2 \ > gee.2:${PORTSDIR}/devel/libgee > >-USE_BZIP2= yes > USE_SCONS= yes > USE_GNOME= gtk20 > >diff -ruN abraca.old/distinfo abraca/distinfo >--- abraca.old/distinfo 2011-05-13 09:27:31.970593327 +0200 >+++ abraca/distinfo 2011-05-13 09:27:46.728100995 +0200 >@@ -1,2 +1,2 @@ >-SHA256 (abraca-0.5.0.tar.bz2) = c4caf88e9c0c8d5d51ac5c0df4cc9022a0aa2574a4ff791dea11c7e212b766e2 >-SIZE (abraca-0.5.0.tar.bz2) = 402497 >+SHA256 (abraca-0.6.0.tar.gz) = ff40ab90904036e9493658b446c1251135a2f507f9c00e2c7cf115db21a6be75 >+SIZE (abraca-0.6.0.tar.gz) = 403184 >diff -ruN abraca.old/files/patch-src-components-collections-collections_view.vala abraca/files/patch-src-components-collections-collections_view.vala >--- abraca.old/files/patch-src-components-collections-collections_view.vala 2011-05-13 09:27:31.968590330 +0200 >+++ abraca/files/patch-src-components-collections-collections_view.vala 1970-01-01 01:00:00.000000000 +0100 >@@ -1,23 +0,0 @@ >---- src/components/collections/collections_view.vala.orig 2010-04-03 04:19:53.000000000 +0200 >-+++ src/components/collections/collections_view.vala 2010-11-12 20:11:48.471315596 +0100 >-@@ -441,16 +441,11 @@ >- Gtk.TreePath path = model.get_path(iter); >- >- if (path.get_depth() == 2) { >-- unowned GLib.List<Gtk.CellRenderer> renderers; >-- Gtk.CellRendererText renderer; >-- GLib.List<unowned Gtk.TreeViewColumn> cols; >-- Gtk.TreeViewColumn col; >-+ var cols = get_columns(); >-+ var col = cols.data; >- >-- cols = get_columns(); >-- col = cols.data; >-- >-- renderers = col.get_cells(); >-- renderer = (Gtk.CellRendererText) renderers.data; >-+ var renderers = col.get_cells(); >-+ var renderer = (Gtk.CellRendererText) renderers.data; >- >- renderer.editable = true; >- set_cursor_on_cell(path, col, renderer, true); >diff -ruN abraca.old/files/patch-src-components-playlist-playlist_model.vala abraca/files/patch-src-components-playlist-playlist_model.vala >--- abraca.old/files/patch-src-components-playlist-playlist_model.vala 2011-05-13 09:27:31.969589314 +0200 >+++ abraca/files/patch-src-components-playlist-playlist_model.vala 1970-01-01 01:00:00.000000000 +0100 >@@ -1,14 +0,0 @@ >---- src/components/playlist/playlist_model.vala.orig 2010-04-03 04:19:53.000000000 +0200 >-+++ src/components/playlist/playlist_model.vala 2010-11-21 22:17:26.000000000 +0100 >-@@ -136,9 +136,9 @@ >- if (iter_nth_child (out iter, null, pos) && >- iter_nth_child(out niter, null, npos)) { >- if (pos < npos) { >-- move_after (iter, niter); >-+ move_after (ref iter, niter); >- } else { >-- move_before (iter, niter); >-+ move_before (ref iter, niter); >- } >- } >- } >diff -ruN abraca.old/files/patch-src-medialib.vala abraca/files/patch-src-medialib.vala >--- abraca.old/files/patch-src-medialib.vala 1970-01-01 01:00:00.000000000 +0100 >+++ abraca/files/patch-src-medialib.vala 2011-05-13 09:27:46.723101883 +0200 >@@ -0,0 +1,19 @@ >+--- src/medialib.vala.orig 2011-01-22 18:16:43.000000000 +0100 >++++ src/medialib.vala 2011-05-11 15:02:36.000000000 +0200 >+@@ -588,14 +588,14 @@ >+ close.connect(on_close); >+ response.connect(on_response); >+ >+- Configurable.register(this); >++/* Configurable.register(this); */ >+ show_all(); >+ } >+ >+ >+ private void on_close (Gtk.Dialog dialog) >+ { >+- Configurable.unregister(this); >++/* Configurable.unregister(this); */ >+ } >+ >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 156685
:
114942
|
114943
| 114944