- Update to 0.12.
PR: ports/78496 Submitted by: Ports Fury Approved by: pav (mentor)
This commit is contained in:
parent
dd693df835
commit
501b041b2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130467
3 changed files with 13 additions and 9 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= tagtool
|
||||
PORTVERSION= 0.11.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -19,17 +18,19 @@ LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \
|
|||
vorbis.3:${PORTSDIR}/audio/libvorbis
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomehier libglade2
|
||||
USE_GNOME= gnomehier intlhack libglade2
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
CPPFLAGS= -I${LOCALBASE}/include
|
||||
LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|(datadir)/pixmaps|(datadir)/gnome/pixmaps|g' \
|
||||
@${REINPLACE_CMD} -e 's|(prefix)/share/app|(prefix)/share/gnome/app|g' \
|
||||
${WRKSRC}/data/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|(datadir)/pix|(prefix)/share/gnome/pix|g' \
|
||||
${WRKSRC}/pixmaps/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (tagtool-0.11.1.tar.gz) = df99222a660659e73c30a8946ea7034a
|
||||
SIZE (tagtool-0.11.1.tar.gz) = 215470
|
||||
MD5 (tagtool-0.12.tar.gz) = 43a05e1b84ffb5639986788b1cf3c5b1
|
||||
SIZE (tagtool-0.12.tar.gz) = 287538
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
bin/tagtool
|
||||
share/gnome/apps/Multimedia/tagtool.desktop
|
||||
share/gnome/applications/tagtool.desktop
|
||||
share/gnome/pixmaps/TagTool.png
|
||||
share/locale/cs/LC_MESSAGES/tagtool.mo
|
||||
share/locale/fr/LC_MESSAGES/tagtool.mo
|
||||
share/locale/pt/LC_MESSAGES/tagtool.mo
|
||||
%%DATADIR%%/TagTool.png
|
||||
%%DATADIR%%/edit.png
|
||||
%%DATADIR%%/fail.png
|
||||
|
|
Loading…
Reference in a new issue