From owner-svn-ports-head@FreeBSD.ORG Sat Feb 16 09:04:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 90552E1B; Sat, 16 Feb 2013 09:04:39 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 7419CFF; Sat, 16 Feb 2013 09:04:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1G94dcE016864; Sat, 16 Feb 2013 09:04:39 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1G94cID016857; Sat, 16 Feb 2013 09:04:38 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201302160904.r1G94cID016857@svn.freebsd.org> From: Guido Falsi Date: Sat, 16 Feb 2013 09:04:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312328 - head/audio/linnya X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Feb 2013 09:04:39 -0000 Author: madpilot Date: Sat Feb 16 09:04:38 2013 New Revision: 312328 URL: http://svnweb.freebsd.org/changeset/ports/312328 Log: - Update to 2.3.0 - Fix NLS support - Remove uneeded dependency PR: ports/172982 Submitted by: XiaoQI Ge (maintainer) Modified: head/audio/linnya/Makefile head/audio/linnya/distinfo head/audio/linnya/pkg-plist Modified: head/audio/linnya/Makefile ============================================================================== --- head/audio/linnya/Makefile Sat Feb 16 08:56:28 2013 (r312327) +++ head/audio/linnya/Makefile Sat Feb 16 09:04:38 2013 (r312328) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= linnya -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= audio MAINTAINER= ghw@7axu.com @@ -13,7 +13,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_GITHUB= yes GH_ACCOUNT= herenvarno -GH_COMMIT= 5b0f38a +GH_COMMIT= 90cf6b8 USE_AUTOTOOLS= libtoolize libtool GNU_CONFIGURE= yes @@ -21,18 +21,19 @@ USE_GMAKE= yes USE_PKGCONFIG= build USE_GNOME= gtk30 USE_SQLITE= 3 -USE_GSTREAMER= good mp3 ogg +USE_GSTREAMER= good mp3 MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes LIBTOOLIZE_ARGS=--copy --force +OPTIONS_DEFINE= NLS + .include .if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes -CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls Modified: head/audio/linnya/distinfo ============================================================================== --- head/audio/linnya/distinfo Sat Feb 16 08:56:28 2013 (r312327) +++ head/audio/linnya/distinfo Sat Feb 16 09:04:38 2013 (r312328) @@ -1,2 +1,2 @@ -SHA256 (linnya-2.2.1.tar.gz) = 2849dffec695e701f96663df982a43bec93b79e7cd7cee2a29a1de039cccbe78 -SIZE (linnya-2.2.1.tar.gz) = 841321 +SHA256 (linnya-2.3.0.tar.gz) = 2bfb8a7669db2f5264dfd27efdf910e76a3ff8d9492e5ad42e8d24a0814d4d9a +SIZE (linnya-2.3.0.tar.gz) = 856421 Modified: head/audio/linnya/pkg-plist ============================================================================== --- head/audio/linnya/pkg-plist Sat Feb 16 08:56:28 2013 (r312327) +++ head/audio/linnya/pkg-plist Sat Feb 16 09:04:38 2013 (r312328) @@ -18,10 +18,12 @@ include/linnya/cox/reg.h include/linnya/cox/reg.obj.h include/linnya/linnya.h include/linnya/uix/cfg.h +include/linnya/uix/cfg.obj.h include/linnya/uix/dbg.h include/linnya/uix/glb.h include/linnya/uix/key.h include/linnya/uix/pli.h +include/linnya/uix/pli.obj.h include/linnya/uix/sss.h include/linnya/uix/thm.h include/linnya/uix/uix.h @@ -81,9 +83,7 @@ share/icons/hicolor/scalable/apps/linnya %%DATADIR%%/uix/icon/plugin.png %%DATADIR%%/uix/icon/theme.png %%DATADIR%%/uix/theme/default/announcement -%%DATADIR%%/uix/theme/default/image/bar_seek_background.png -%%DATADIR%%/uix/theme/default/image/bar_seek_button_hover.png -%%DATADIR%%/uix/theme/default/image/bar_seek_fill.png +%%DATADIR%%/uix/theme/default/image/bar_seek_button_normal.png %%DATADIR%%/uix/theme/default/image/btn_adds_active.png %%DATADIR%%/uix/theme/default/image/btn_adds_hover.png %%DATADIR%%/uix/theme/default/image/btn_adds_normal.png