From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 28 15:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AAE3180A for ; Sat, 28 Sep 2013 15:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88CA920D1 for ; Sat, 28 Sep 2013 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8SFA0Wg006091 for ; Sat, 28 Sep 2013 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8SFA0GT006090; Sat, 28 Sep 2013 15:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 28 Sep 2013 15:10:00 GMT Resent-Message-Id: <201309281510.r8SFA0GT006090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Che-Huai Lin Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id F36CB7DC for ; Sat, 28 Sep 2013 15:06:25 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0E3920BC for ; Sat, 28 Sep 2013 15:06:25 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8SF6PtC044486 for ; Sat, 28 Sep 2013 15:06:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8SF6P8D044440; Sat, 28 Sep 2013 15:06:25 GMT (envelope-from nobody) Message-Id: <201309281506.r8SF6P8D044440@oldred.freebsd.org> Date: Sat, 28 Sep 2013 15:06:25 GMT From: Che-Huai Lin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182460: New port: multimedia/qwinff Qt4 media converter GUI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 15:10:00 -0000 >Number: 182460 >Category: ports >Synopsis: New port: multimedia/qwinff Qt4 media converter GUI >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 28 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Che-Huai Lin >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Graphical media converter based on FFmpeg and Qt4 >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # qwinff/ # qwinff/files # qwinff/files/patch-Makefile # qwinff/Makefile # qwinff/pkg-descr # qwinff/pkg-plist # qwinff/distinfo # echo c - qwinff/ mkdir -p qwinff/ > /dev/null 2>&1 echo c - qwinff/files mkdir -p qwinff/files > /dev/null 2>&1 echo x - qwinff/files/patch-Makefile sed 's/^X//' >qwinff/files/patch-Makefile << '365342c9effe5a3ac7b078c4c6665d22' X--- Makefile.orig 2013-09-10 14:08:55.335682000 +0800 X+++ Makefile 2013-09-27 23:40:01.000000000 +0800 X@@ -3,7 +3,7 @@ X # You can change these parameters to customize the build. X X # Installation Prefix X-PREFIX=/usr X+PREFIX?=/usr X # Version ID String (displayed after the version string in the about dialog) X VIDSTR= X X@@ -39,6 +39,8 @@ X QMAKE_DEFS += CONFIG+=libnotify X endif X X+all: release X+ X release: X +cd $(SRC_DIR) && $(QMAKE) $(QMAKE_DEFS) qwinff.pro && $(DEFS) make X -cd src && $(LRELEASE) qwinff.pro 365342c9effe5a3ac7b078c4c6665d22 echo x - qwinff/Makefile sed 's/^X//' >qwinff/Makefile << 'c08ba676b48ee0a32d696979ab1c3ae7' X# Created by: Che-Huai Lin X# $FreeBSD$ X XPORTNAME= qwinff XPORTVERSION= 0.1.9 XCATEGORIES= multimedia audio kde XMASTER_SITES= SF/${PORTNAME}/release/v${PORTVERSION} XDISTNAME= ${PORTNAME}_${PORTVERSION} X XMAINTAINER= lzh9102@gmail.com XCOMMENT= Graphical media converter based on FFmpeg and Qt4 X XBUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconf XRUN_DEPENDS= ffmpeg:${PORTSDIR}/multimedia/ffmpeg \ X sox:${PORTSDIR}/audio/sox X XMAKE_ARGS+= QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 XUSE_QT4= gui network dbus qmake_build moc_build rcc_build uic_build \ X linguist_build XUSE_BZIP2= yes XUSE_GMAKE= yes XINSTALLS_ICONS= yes XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X XMAN1= qwinff.1 XMANCOMPRESSED= yes X XMAKE_JOBS_UNSAFE= yes X X# options XOPTIONS_DEFINE= LIBNOTIFY XLIBNOTIFY_DESC= Send desktop notifications via libnotify X XOPTIONS_DEFAULT= LIBNOTIFY X X.include X X.if ${PORT_OPTIONS:MLIBNOTIFY} XLIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify XMAKE_ARGS+= USE_LIBNOTIFY=1 X.endif X X.include c08ba676b48ee0a32d696979ab1c3ae7 echo x - qwinff/pkg-descr sed 's/^X//' >qwinff/pkg-descr << '876adfa7a406951ee49fcb0740e2ba13' XQWinFF is a GUI for FFmpeg(http://ffmpeg.org), a powerful media converter. XFFmpeg can read audio and video files in various formats and convert them into Xother formats. QWinFF features an intuitive graphical interface and a rich set Xof presets to help you convert media files within a few clicks. Advanced users Xcan also adjust conversion parameters in detail. X XWWW: http://qwinff.blogspot.com 876adfa7a406951ee49fcb0740e2ba13 echo x - qwinff/pkg-plist sed 's/^X//' >qwinff/pkg-plist << 'e3f9d058d7047b6b5955aeb722dc7da2' Xbin/qwinff Xshare/applications/qwinff.desktop Xshare/pixmaps/qwinff.png X%%DATADIR%%/constants.xml X%%DATADIR%%/presets.xml X%%DATADIR%%/translations/qwinff_ar.qm X%%DATADIR%%/translations/qwinff_cs_CZ.qm X%%DATADIR%%/translations/qwinff_de.qm X%%DATADIR%%/translations/qwinff_es_ES.qm X%%DATADIR%%/translations/qwinff_es_GT.qm X%%DATADIR%%/translations/qwinff_it_IT.qm X%%DATADIR%%/translations/qwinff_ja_JP.qm X%%DATADIR%%/translations/qwinff_ro_RO.qm X%%DATADIR%%/translations/qwinff_ru.qm X%%DATADIR%%/translations/qwinff_tr_TR.qm X%%DATADIR%%/translations/qwinff_zh_CN.qm X%%DATADIR%%/translations/qwinff_zh_TW.qm X@dirrm %%DATADIR%%/translations X@dirrmtry %%DATADIR%% X@dirrmtry share/pixmaps X@dirrmtry share/applications e3f9d058d7047b6b5955aeb722dc7da2 echo x - qwinff/distinfo sed 's/^X//' >qwinff/distinfo << '4af759cf692112e66ebc43e314c8eec0' XSHA256 (qwinff_0.1.9.tar.bz2) = 7f4fc35a13818bae796c8e25aeb7396c62f535ba79bde31c1641f862c455a6ed XSIZE (qwinff_0.1.9.tar.bz2) = 463148 4af759cf692112e66ebc43e314c8eec0 exit >Release-Note: >Audit-Trail: >Unformatted: