Date: Tue, 2 Oct 2012 07:42:19 GMT From: Kuan-Chung Chiu <buganini@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/172265: [maintainer-update] converters/gbsdconv 1.0 Message-ID: <201210020742.q927gJJj056622@red.freebsd.org> Resent-Message-ID: <201210020750.q927o2sA072756@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172265 >Category: ports >Synopsis: [maintainer-update] converters/gbsdconv 1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 07:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Kuan-Chung Chiu >Release: >Organization: Sixnology Inc. >Environment: >Description: Update converters/gbsdconv to 1.0 Changelog: chase py-bsdconv update utilize new API in taglib 1.8 to allow saving ID3v2.3 >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/converters/gbsdconv/Makefile b/converters/gbsdconv/Makefile index f1b2ee4..bf4059f 100644 --- a/converters/gbsdconv/Makefile +++ b/converters/gbsdconv/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gbsdconv -PORTVERSION= 0.4 -PORTREVISION= 1 +PORTVERSION= 1.0 CATEGORIES= converters python MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} @@ -17,19 +16,23 @@ COMMENT= GUI for bsdconv LICENSE= BSD -LIB_DEPENDS= tag_c.0:${PORTSDIR}/audio/taglib -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=7.2:${PORTSDIR}/converters/py-bsdconv \ +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bsdconv>=8.0:${PORTSDIR}/converters/py-bsdconv \ ${LOCALBASE}/bin/g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -GITVERSION= 22788c2 +GITVERSION= ac7e05f FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION} -NO_BUILD= yes USE_GNOME= gtk30 USE_PYTHON= yes +USE_LDCONFIG= yes + +MAKE_ARGS= PREFIX=${PREFIX} + PLIST_FILES= bin/gbsdconv \ + lib/gbsdconv_taglib.so \ %%DATADIR%%/gbsdconv.png \ %%DATADIR%%/gbsdconv.xml \ %%DATADIR%%/gbsdconv2.png @@ -38,10 +41,4 @@ PLIST_DIRS= %%DATADIR%% post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/gbsdconv -do-install: - ${MKDIR} ${DATADIR}/ - cd ${WRKSRC}/ && \ - ${INSTALL_SCRIPT} gbsdconv ${PREFIX}/bin/ && \ - ${INSTALL_DATA} gbsdconv.png gbsdconv.xml gbsdconv2.png ${DATADIR}/ - .include <bsd.port.mk> diff --git a/converters/gbsdconv/distinfo b/converters/gbsdconv/distinfo index d487ec3..12cf866 100644 --- a/converters/gbsdconv/distinfo +++ b/converters/gbsdconv/distinfo @@ -1,2 +1,2 @@ -SHA256 (buganini-gbsdconv-0.4-0-g22788c2.tar.gz) = b6b736ba042d9e569479751b58c496a5b4e4f2035695c7e7d13813cba3799a90 -SIZE (buganini-gbsdconv-0.4-0-g22788c2.tar.gz) = 15107 +SHA256 (buganini-gbsdconv-1.0-0-gac7e05f.tar.gz) = 9172626f50db686c16b997ce99b88455fcd03e0d0331cf0fdadca11dce067e61 +SIZE (buganini-gbsdconv-1.0-0-gac7e05f.tar.gz) = 19724 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210020742.q927gJJj056622>