- Update to 0.7.2
- Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Pass maintainership to submitter PR: 182783 Submitted by: Horia Racoviceanu <horia@racoviceanu.com>
This commit is contained in:
parent
583f51696e
commit
ee525e14be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329838
3 changed files with 19 additions and 14 deletions
|
@ -2,29 +2,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qpxtool
|
||||
DISTVERSION= 0.7.1_002
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.7.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION}
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
MAINTAINER= horia@racoviceanu.com
|
||||
COMMENT= A GUI for testing CD/DVD quality and transfer rate
|
||||
|
||||
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png
|
||||
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network
|
||||
USES= gmake
|
||||
USE_QT4= qmake_build moc_build rcc_build linguist_build corelib gui network sql
|
||||
QT_NONSTANDARD= yes
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ENV= PREFIX=${PREFIX}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= f1tattoo.1 cdvdcontrol.1 qscan.1 readdvd.1 qpxtool.1 qscand.1
|
||||
MAN8= pxfw.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \
|
||||
${WRKSRC}/gui/Makefile
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (qpxtool-0.7.1_002.tar.bz2) = f77e41c494fbd046d609aec30f21dc8752f00853f8607d3825289ca332d0a2e0
|
||||
SIZE (qpxtool-0.7.1_002.tar.bz2) = 494438
|
||||
SHA256 (qpxtool-0.7.2.tar.bz2) = ac18e4a1b4cb616c0218d04ab5a7b02f53c84449d1d0f63aa3f712656992c526
|
||||
SIZE (qpxtool-0.7.2.tar.bz2) = 587694
|
||||
|
|
|
@ -4,10 +4,14 @@ bin/qpxtool
|
|||
bin/qscan
|
||||
bin/qscand
|
||||
bin/readdvd
|
||||
include/qpxtool/colors.h
|
||||
include/qpxtool/common_functions.h
|
||||
include/qpxtool/csstables.h
|
||||
include/qpxtool/pioneer_spdctl.h
|
||||
include/qpxtool/plextor_features.h
|
||||
include/qpxtool/qpx_mmc.h
|
||||
include/qpxtool/qpx_mmc_defs.h
|
||||
include/qpxtool/qpx_opcodes.h
|
||||
include/qpxtool/qpx_scan.h
|
||||
include/qpxtool/qpx_scan_plugin_api.h
|
||||
include/qpxtool/qpx_transport.h
|
||||
|
@ -39,11 +43,18 @@ lib/qpxtool/libqscan_nec.so
|
|||
lib/qpxtool/libqscan_pioneer.so
|
||||
lib/qpxtool/libqscan_plextor.so
|
||||
lib/qpxtool/libqscan_tsst.so
|
||||
man/man1/cdvdcontrol.1.gz
|
||||
man/man1/f1tattoo.1.gz
|
||||
man/man1/qpxtool.1.gz
|
||||
man/man1/qscan.1.gz
|
||||
man/man1/qscand.1.gz
|
||||
man/man1/readdvd.1.gz
|
||||
man/man8/pxfw.8.gz
|
||||
sbin/pxfw
|
||||
share/applications/qpxtool.desktop
|
||||
share/pixmaps/qpxtool.png
|
||||
%%DATADIR%%/locale/qpxtool.ru_RU.qm
|
||||
%%DATADIR%%/locale/qpxtool.de_DE.qm
|
||||
%%DATADIR%%/locale/qpxtool.ru_RU.qm
|
||||
@dirrm %%DATADIR%%/locale
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrmtry share/applications
|
||||
|
|
Loading…
Reference in a new issue