Update to 0.85.0
PR: ports/74273 Submitted by: David Le Brun (maintainer)
This commit is contained in:
parent
ceec5295a9
commit
2404e64122
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123060
4 changed files with 21 additions and 26 deletions
|
@ -6,12 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= gtkpod
|
||||
PORTVERSION= 0.80
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 0.85.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-2
|
||||
|
||||
MAINTAINER= david@dyn-ns.net
|
||||
COMMENT= GUI for Apple iPods using GTK2
|
||||
|
@ -52,9 +50,8 @@ pre-configure:
|
|||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|(libdir)/locale|(datadir)/locale|' \
|
||||
${WRKSRC}/po/Makefile.in.in
|
||||
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \
|
||||
${WRKSRC}/scripts/sync-kaddressbook.sh \
|
||||
${WRKSRC}/scripts/sync-korganizer.sh
|
||||
@${REINPLACE_CMD} -e 's|PACKAGE|"gtkpod"|' \
|
||||
${WRKSRC}/src/support.h
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gtkpod-0.80-2.tar.gz) = 50cc19b1a535df4c37e588baa08bf3c4
|
||||
SIZE (gtkpod-0.80-2.tar.gz) = 673639
|
||||
MD5 (gtkpod-0.85.0.tar.gz) = ca870acf255dd240a02d387485940c3c
|
||||
SIZE (gtkpod-0.85.0.tar.gz) = 789161
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
--- src/mp4file.c.orig Wed Jul 28 00:22:05 2004
|
||||
+++ src/mp4file.c Wed Jul 28 00:22:50 2004
|
||||
@@ -108,7 +108,8 @@
|
||||
#define MP4V2_HAS_METADATA_BUG TRUE
|
||||
|
||||
#include <sys/types.h>
|
||||
-#include <stdint.h>
|
||||
+#include <sys/param.h>
|
||||
+#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "mp4.h"
|
|
@ -3,12 +3,22 @@ share/locale/de/LC_MESSAGES/gtkpod.mo
|
|||
share/locale/fr/LC_MESSAGES/gtkpod.mo
|
||||
share/locale/it/LC_MESSAGES/gtkpod.mo
|
||||
share/locale/ja/LC_MESSAGES/gtkpod.mo
|
||||
share/gtkpod/scripts/sync-kaddressbook.sh
|
||||
share/gtkpod/scripts/sync-korganizer.sh
|
||||
share/gtkpod/pixmaps/gtkpod-icon-48.png
|
||||
share/gtkpod/pixmaps/gtkpod-icon-48x48.png
|
||||
share/gtkpod/pixmaps/gtkpod-icon-64x64.png
|
||||
share/gtkpod/pixmaps/gtkpod-logo.png
|
||||
share/locale/sv/LC_MESSAGES/gtkpod.mo
|
||||
%%DATADIR%%/scripts/sync-kaddressbook.sh
|
||||
%%DATADIR%%/scripts/sync-korganizer.sh
|
||||
%%DATADIR%%/pixmaps/gtkpod-add-dirs.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-add-files.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-add-playlists.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-icon-32.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-icon-32x32-2.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-icon-32x32.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-icon-48.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-icon-48x48.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-icon-64x64.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-logo.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-new-playlist.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-read.png
|
||||
%%DATADIR%%/pixmaps/gtkpod-sync.png
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODOandBUGS.txt
|
||||
|
|
Loading…
Reference in a new issue