Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2017 12:52:56 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441313 - in head/polish/qnapi: . files
Message-ID:  <201705201252.v4KCquIi016663@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Sat May 20 12:52:56 2017
New Revision: 441313
URL: https://svnweb.freebsd.org/changeset/ports/441313

Log:
  Update to version 0.2.3
  
  - application translated to English and Italian languages
  - completely rewritten configuration subsystem
  - code separated into two subprojects: libqnapi and gui
  - selecting target format/extension from command line interface - #65
  - fixed problem with color information loss during subtitles conversion - #100
  - Linux x86_64 AppImage binary available

Added:
  head/polish/qnapi/files/
  head/polish/qnapi/files/patch-gui_gui.pro   (contents, props changed)
  head/polish/qnapi/files/patch-qnapi.pro   (contents, props changed)
Modified:
  head/polish/qnapi/Makefile
  head/polish/qnapi/distinfo
  head/polish/qnapi/pkg-plist

Modified: head/polish/qnapi/Makefile
==============================================================================
--- head/polish/qnapi/Makefile	Sat May 20 12:40:08 2017	(r441312)
+++ head/polish/qnapi/Makefile	Sat May 20 12:52:56 2017	(r441313)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	qnapi
-PORTVERSION=	0.2.2
-PORTREVISION=	1
+PORTVERSION=	0.2.3
 CATEGORIES=	polish multimedia
 
 MAINTAINER=	pawel@FreeBSD.org
@@ -25,13 +24,13 @@ USE_GL=		gl
 USE_QT5=	buildtools_build core gui network widgets xml
 
 CXXFLAGS+=	-I${LOCALBASE}/include/maia
-QMAKE_ARGS=	LIBS=-lmaia
 
 post-patch:
-	@${REINPLACE_CMD} 's|/usr|${PREFIX}|; s|share/man|man|; /doc \\/d' \
+	@${REINPLACE_CMD} 's|/usr|${PREFIX}|; s|share/man|man|' \
 		${WRKSRC}/qnapi.pro
 
 post-install:
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qnapi
 	(cd ${WRKSRC}/doc && ${INSTALL_DATA} qnapi-download.desktop \
 		qnapi-scan.desktop ${STAGEDIR}${DESKTOPDIR})
 

Modified: head/polish/qnapi/distinfo
==============================================================================
--- head/polish/qnapi/distinfo	Sat May 20 12:40:08 2017	(r441312)
+++ head/polish/qnapi/distinfo	Sat May 20 12:52:56 2017	(r441313)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1478906057
-SHA256 (qnapi-qnapi-0.2.2_GH0.tar.gz) = 797868b4df922f7bbccbe677279d7a20e500ee85bebb3ef1ca93045e88b46126
-SIZE (qnapi-qnapi-0.2.2_GH0.tar.gz) = 9481096
+TIMESTAMP = 1495221810
+SHA256 (qnapi-qnapi-0.2.3_GH0.tar.gz) = c0f4dfdef653a6c6eb90e110a85b6cf41e03d9dc91c3a0cbd48e498d3dcb3729
+SIZE (qnapi-qnapi-0.2.3_GH0.tar.gz) = 9619791

Added: head/polish/qnapi/files/patch-gui_gui.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/polish/qnapi/files/patch-gui_gui.pro	Sat May 20 12:52:56 2017	(r441313)
@@ -0,0 +1,10 @@
+--- gui/gui.pro.orig	2017-05-19 20:28:11 UTC
++++ gui/gui.pro
+@@ -81,6 +81,7 @@ unix:!macx {
+     DESTDIR = ../
+     CONFIG += link_pkgconfig
+     PKGCONFIG += libmediainfo
++    LIBS += -lmaia
+ }
+ 
+ macx {

Added: head/polish/qnapi/files/patch-qnapi.pro
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/polish/qnapi/files/patch-qnapi.pro	Sat May 20 12:52:56 2017	(r441313)
@@ -0,0 +1,18 @@
+--- qnapi.pro.orig	2017-05-19 16:50:58 UTC
++++ qnapi.pro
+@@ -12,14 +12,7 @@ unix {
+     target.files += qnapi
+     target.path = $${INSTALL_PREFIX}/bin
+     doc.path = $${INSTALL_PREFIX}/share/doc/qnapi
+-    doc.files = doc/ChangeLog \
+-        doc/LICENSE \
+-        doc/LICENSE-pl \
+-        doc/COPYRIGHT \
+-        doc/qnapi-download.desktop \
+-        doc/qnapi-scan.desktop \
+-        doc/qnapi-download.schemas \
+-        doc/qnapi-scan.schemas
++    doc.files = doc/ChangeLog
+     man.path = $${INSTALL_PREFIX}/share/man/man1/
+     man.files = doc/man/qnapi.1.gz
+     man_it.path = $${INSTALL_PREFIX}/share/man/it/man1/

Modified: head/polish/qnapi/pkg-plist
==============================================================================
--- head/polish/qnapi/pkg-plist	Sat May 20 12:40:08 2017	(r441312)
+++ head/polish/qnapi/pkg-plist	Sat May 20 12:52:56 2017	(r441313)
@@ -1,8 +1,11 @@
 bin/qnapi
+man/it/man1/qnapi.1.gz
 man/man1/qnapi.1.gz
+man/pl/man1/qnapi.1.gz
 share/applications/qnapi-download.desktop
 share/applications/qnapi-scan.desktop
 share/applications/qnapi.desktop
+%%DOCSDIR%%/ChangeLog
 share/icons/hicolor/128x128/apps/qnapi.png
 share/icons/hicolor/16x16/apps/qnapi.png
 share/icons/hicolor/32x32/apps/qnapi.png



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