Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2013 09:04:38 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312328 - head/audio/linnya
Message-ID:  <201302160904.r1G94cID016857@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ghw@7axu.com> (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 <bsd.port.options.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302160904.r1G94cID016857>