Bug 187291 - multimedia/xine: Update to version 0.99.8
Summary: multimedia/xine: Update to version 0.99.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 18:10 UTC by tkato432
Modified: 2014-03-11 02:40 UTC (History)
0 users

See Also:


Attachments
file.diff (5.08 KB, patch)
2014-03-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2014-03-05 18:10:00 UTC
- Update to version 0.99.8
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-05 18:10:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-03-11 02:37:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-03-11 02:37:46 UTC
Author: miwi
Date: Tue Mar 11 02:37:33 2014
New Revision: 347832
URL: http://svnweb.freebsd.org/changeset/ports/347832
QAT: https://qat.redports.org/buildarchive/r347832/

Log:
  - Update to 0.99.8
  
  PR:		187291
  Submitted by:	ports fury

Modified:
  head/multimedia/xine/Makefile
  head/multimedia/xine/distinfo
  head/multimedia/xine/pkg-plist

Modified: head/multimedia/xine/Makefile
==============================================================================
--- head/multimedia/xine/Makefile	Tue Mar 11 02:36:27 2014	(r347831)
+++ head/multimedia/xine/Makefile	Tue Mar 11 02:37:33 2014	(r347832)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	xine
-PORTVERSION=	0.99.7
-PORTREVISION=	2
+PORTVERSION=	0.99.8
 CATEGORIES=	multimedia
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION}
 DISTNAME=	${PORTNAME}-ui-${PORTVERSION}
@@ -12,18 +11,18 @@ COMMENT=	X11 multimedia player
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo \
-		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libpng15.so:${PORTSDIR}/graphics/png \
 		libxine.so:${PORTSDIR}/multimedia/libxine
 
 USE_XZ=		yes
+USES=		desktop-file-utils gmake iconv pkgconfig readline \
+		shared-mime-info
 USE_XORG=	x11 xext xinerama xscrnsaver xt xtst xv xxf86vm
-USES=		desktop-file-utils gmake pkgconfig shared-mime-info readline \
-		iconv
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-vdr-keys \
-		--disable-nvtvsimple
+		--disable-nvtvsimple \
+		--disable-rpath
 MAKE_ENV=	V=1
 INSTALLS_ICONS=	yes
 
@@ -33,51 +32,43 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 DOCSDIR=	${PREFIX}/share/doc/xine-ui
 XINE_PLUGINSDIR=	lib/xine/plugins/2.3
 
-OPTIONS_DEFINE=	CACA AALIB LIRC CURL NLS XFT DOCS
+OPTIONS_DEFINE=		AALIB CACA CURL DOCS LIRC NLS XFT
 OPTIONS_DEFAULT=	CURL XFT
 OPTIONS_DEFINE_i386=	WIN32_CODECS
 OPTIONS_DEFAULT_i386=	WIN32_CODECS
-OPTIONS_SUB=	yes
-
-WIN32_CODECS_DESC=	Enable win32 codecs
-WIN32_CODECS_RUN_DEPENDS=	win32-codecs>=0:${PORTSDIR}/multimedia/win32-codecs
-
-NLS_USES=	gettext
-NLS_CONFIGURE_OFF=	--disable-nls
-
-XFT_USE=	XORG=xft
-XFT_CONFIGURE_OFF=	--disable-xft
+OPTIONS_SUB=		yes
 
+AALIB_LIB_DEPENDS=	libaa.so:${PORTSDIR}/graphics/aalib
+AALIB_CONFIGURE_WITH=	aalib
+CACA_LIB_DEPENDS=	libcaca.so:${PORTSDIR}/graphics/libcaca
+CACA_RUN_DEPENDS=	${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so:${PORTSDIR}/multimedia/libxine
+CACA_CONFIGURE_WITH=	caca
 CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
-CURL_CONFIGURE_OFF=	--without-curl
-
+CURL_CONFIGURE_WITH=	curl
 LIRC_LIB_DEPENDS=	liblirc_client.so:${PORTSDIR}/comms/lirc
-LIRC_CONFIGURE_ENV=		LIRC_CFLAGS="-I${LOCALBASE}/include" \
+LIRC_CONFIGURE_ENV=	LIRC_CFLAGS="-I${LOCALBASE}/include" \
 			LIRC_LIBS="-L${LOCALBASE}/libs -llirc_client"
 LIRC_CONFIGURE_ENABLE=	lirc
-
-CACA_LIB_DEPENDS=	libcaca.so:${PORTSDIR}/graphics/libcaca
-CACA_RUN_DEPENDS=	${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so:${PORTSDIR}/multimedia/libxine
-CACA_CONFIGURE_OFF=	--without-caca
-
-AALIB_LIB_DEPENDS=	libaa.so:${PORTSDIR}/graphics/aalib
-AALIB_CONFIGURE_ON=	--with-aalib
-AALIB_CONFIGURE_OFF=	--without-aalib --disable-aalibtest
+NLS_USES=		gettext
+NLS_CONFIGURE_ENABLE=	nls
+WIN32_CODECS_DESC=	Enable win32 codecs
+WIN32_CODECS_RUN_DEPENDS=\
+			win32-codecs>0:${PORTSDIR}/multimedia/win32-codecs
+XFT_USE=		XORG=xft
+XFT_CONFIGURE_ENABLE=	xft
+
+.include <bsd.port.options.mk>
+
+.if ${OSVERSION} < 1000052
+LIB_DEPENDS+=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+.endif
+
+.if empty(ICONV_CONFIGURE_ARG)
+CONFIGURE_ARGS+=	--without-libiconv-prefix
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -e \
-		'/THREAD_LIBS/s|-pthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
-	@${REINPLACE_CMD} -e \
 		's|<string.h>|<strings.h>|' ${WRKSRC}/src/aaui/main.c
-.for file in doc/Makefile.in src/xitk/xine-toolkit/Makefile.in
-	@${REINPLACE_CMD} -e \
-		's|: install-docsDATA|:|' ${WRKSRC}/${file}
-.endfor
-
-post-install:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/README* ${STAGEDIR}${DOCSDIR}
-	@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xitk
-	${INSTALL_DATA} ${WRKSRC}/src/xitk/xine-toolkit/README ${STAGEDIR}${PREFIX}/share/doc/xitk
 
 .include <bsd.port.mk>

Modified: head/multimedia/xine/distinfo
==============================================================================
--- head/multimedia/xine/distinfo	Tue Mar 11 02:36:27 2014	(r347831)
+++ head/multimedia/xine/distinfo	Tue Mar 11 02:37:33 2014	(r347832)
@@ -1,2 +1,2 @@
-SHA256 (xine-ui-0.99.7.tar.xz) = 9d8cdfd1c5c84251d6978765b059adf57099ff6c447f3e4b59066c8563f66bc4
-SIZE (xine-ui-0.99.7.tar.xz) = 1752328
+SHA256 (xine-ui-0.99.8.tar.xz) = 1ac5a9fc8dbf81f12a8677108bf2b623e70d7adbb83b83912b9cdf00bc78b2a7
+SIZE (xine-ui-0.99.8.tar.xz) = 1758372

Modified: head/multimedia/xine/pkg-plist
==============================================================================
--- head/multimedia/xine/pkg-plist	Tue Mar 11 02:36:27 2014	(r347831)
+++ head/multimedia/xine/pkg-plist	Tue Mar 11 02:37:33 2014	(r347832)
@@ -153,18 +153,8 @@ share/pixmaps/xine.xpm
 @dirrm %%DATADIR%%/skins/xinetic
 @dirrm %%DATADIR%%/skins
 @dirrm %%DATADIR%%/oxine
-@dirrmtry %%DATADIR%%
-@dirrmtry share/icons/hicolor/48x48/apps
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/32x32/apps
-@dirrmtry share/icons/hicolor/32x32
-@dirrmtry share/icons/hicolor/22x22/apps
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/16x16/apps
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
-%%PORTDOCS%%@dirrmtry share/doc/xitk
+@dirrm %%DATADIR%%
+%%PORTDOCS%%@dirrm share/doc/xitk
 %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrmtry man/pl/man1
 @dirrmtry man/pl
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 dfilter service freebsd_committer freebsd_triage 2014-03-11 02:39:15 UTC
Author: miwi
Date: Tue Mar 11 02:39:07 2014
New Revision: 347833
URL: http://svnweb.freebsd.org/changeset/ports/347833
QAT: https://qat.redports.org/buildarchive/r347833/

Log:
  - Update License
  - Update to 0.8.1
  - Update pkg-descr
  - pet portlint
  
  PR:		187291
  Submitted by:	ports fury

Modified:
  head/sysutils/gdmap/Makefile
  head/sysutils/gdmap/distinfo
  head/sysutils/gdmap/pkg-descr
  head/sysutils/gdmap/pkg-plist

Modified: head/sysutils/gdmap/Makefile
==============================================================================
--- head/sysutils/gdmap/Makefile	Tue Mar 11 02:37:33 2014	(r347832)
+++ head/sysutils/gdmap/Makefile	Tue Mar 11 02:39:07 2014	(r347833)
@@ -2,27 +2,34 @@
 # $FreeBSD$
 
 PORTNAME=	gdmap
-PORTVERSION=	0.7.5
-PORTREVISION=	7
+PORTVERSION=	0.8.1
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Graphical disk map Utility
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
-USE_GNOME=	gnomeprefix gnomehack gtk20
-USES=		gmake perl5 pkgconfig
+USES=		gettext gmake pathfix perl5 pkgconfig
+USE_PERL5=	build
+USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 
-MAN1=	gdmap.1
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
 post-patch:
-	@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \
-		${WRKSRC}/src/gui_main.c
-	@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
+	@${REINPLACE_CMD} -e \
+		's|-D.*_DISABLE_DEPRECATED||g' \
 		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e \
+		's|<sys/vfs.h>|<sys/statvfs.h>|' \
+		${WRKSRC}/src/gui_main.c
+	@${REINPLACE_CMD} -e \
+		's|=\(gdmap_icon.png\)|=${PREFIX}/share/pixmaps/\1|' \
+		${WRKSRC}/data/gdmap.desktop.in
 
 .include <bsd.port.mk>

Modified: head/sysutils/gdmap/distinfo
==============================================================================
--- head/sysutils/gdmap/distinfo	Tue Mar 11 02:37:33 2014	(r347832)
+++ head/sysutils/gdmap/distinfo	Tue Mar 11 02:39:07 2014	(r347833)
@@ -1,2 +1,2 @@
-SHA256 (gdmap-0.7.5.tar.gz) = 466cd3bac08bec655af18419bf7aa6d7143ac5fbb31ddf8cb75b02bcc27fae6f
-SIZE (gdmap-0.7.5.tar.gz) = 175869
+SHA256 (gdmap-0.8.1.tar.gz) = a200c98004b349443f853bf611e49941403fce46f2335850913f85c710a2285b
+SIZE (gdmap-0.8.1.tar.gz) = 190823

Modified: head/sysutils/gdmap/pkg-descr
==============================================================================
--- head/sysutils/gdmap/pkg-descr	Tue Mar 11 02:37:33 2014	(r347832)
+++ head/sysutils/gdmap/pkg-descr	Tue Mar 11 02:39:07 2014	(r347833)
@@ -1,12 +1,5 @@
-GdMap is a tool which allows to visualize disk space.
-Ever wondered why your hard disk is full or what directory and 
-files take up most of the space? With GdMap these questions can
-be answered quickly. To display directory structures cushion 
-treemaps are used which visualize a complete folder or even the 
-whole hard drive with one picture.
-
-Cushion treemaps display directories and files in rectangular areas.
-The larger a file is the larger is the rectangle which represents it.
-All files in one directory are painted within the rectangle of that directory.
+GdMap is a tool to inspect the used space of folders. Files are
+displayed in a cushioned tree map. Useful if you wonder where all your
+free space went to.
 
 WWW: http://gdmap.sourceforge.net/ 

Modified: head/sysutils/gdmap/pkg-plist
==============================================================================
--- head/sysutils/gdmap/pkg-plist	Tue Mar 11 02:37:33 2014	(r347832)
+++ head/sysutils/gdmap/pkg-plist	Tue Mar 11 02:39:07 2014	(r347833)
@@ -1,6 +1,20 @@
 bin/gdmap
+man/man1/gdmap.1.gz
 share/applications/gdmap.desktop
-share/gdmap/pixmaps/gdmap_icon.png
+%%DATADIR%%/pixmaps/gdmap_icon.png
+share/locale/bg/LC_MESSAGES/GdMap.mo
+share/locale/de/LC_MESSAGES/GdMap.mo
+share/locale/dk/LC_MESSAGES/GdMap.mo
+share/locale/es/LC_MESSAGES/GdMap.mo
+share/locale/fr/LC_MESSAGES/GdMap.mo
+share/locale/he/LC_MESSAGES/GdMap.mo
+share/locale/hr/LC_MESSAGES/GdMap.mo
+share/locale/it/LC_MESSAGES/GdMap.mo
+share/locale/nb/LC_MESSAGES/GdMap.mo
+share/locale/no/LC_MESSAGES/GdMap.mo
+share/locale/ru/LC_MESSAGES/GdMap.mo
+share/locale/sv/LC_MESSAGES/GdMap.mo
+share/locale/tr/LC_MESSAGES/GdMap.mo
 share/pixmaps/gdmap_icon.png
-@dirrm share/gdmap/pixmaps
-@dirrm share/gdmap
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"