From owner-freebsd-ports-bugs@freebsd.org Thu Jun 25 18:46:39 2020 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6DD3341DF3 for ; Thu, 25 Jun 2020 18:46:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 49t8B75RSRz4RH7 for ; Thu, 25 Jun 2020 18:46:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id BAB98341DF2; Thu, 25 Jun 2020 18:46:39 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BA813341D3E for ; Thu, 25 Jun 2020 18:46:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49t8B74Yn8z4Rdl for ; Thu, 25 Jun 2020 18:46:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7E2F8277CD for ; Thu, 25 Jun 2020 18:46:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 05PIkdoD089068 for ; Thu, 25 Jun 2020 18:46:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 05PIkdn5089067 for ports-bugs@FreeBSD.org; Thu, 25 Jun 2020 18:46:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 247538] [NEW PORT] multimedia/elementary-video-player Date: Thu, 25 Jun 2020 18:46:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 0mp@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2020 18:46:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D247538 --- Comment #2 from Mateusz Piotrowski <0mp@FreeBSD.org> --- Comment on attachment 215935 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D215935 elementary video player ported from Elementary OS Linux >Index: multimedia/elementary-video-player/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >--- multimedia/elementary-video-player/Makefile (nonexistent) >+++ multimedia/elementary-video-player/Makefile (working copy) >@@ -0,0 +1,37 @@ >+# $FreeBSD$ >+ >+PORTNAME=3D elementary-video-player >+DISTVERSION=3D 2.7.1 >+PORTREVISION=3D 1 1. This should start with 0. 2. If its value is 0, then it can be omitted entirely for now. >+CATEGORIES=3D multimedia >+ >+MAINTAINER=3D miguel@gocobachi.dev >+COMMENT=3D Elementary OS video player >+ >+LICENSE=3D GPLv3 >+LICENSE_FILE=3D ${WRKSRC}/COPYING >+ >+LIB_DEPENDS=3D libgranite.so:x11-toolkits/granite \ >+ libclutter-1.0.so:graphics/clutter \ >+ libclutter-gst-3.0.so:multimedia/clutter-gst3 \ >+ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ >+ libgstbase-1.0.so:multimedia/gstreamer1 \ >+ libgee-0.8.so:devel/libgee >+RUN_DEPENDS=3D gstreamer1-plugins-core>=3D0:multimedia/gstreamer1-plugins= -core >+ >+USES=3D gnome meson pkgconfig xorg \ >+ desktop-file-utils python:3.7 >+USE_GNOME=3D gtk30 cairo gdkpixbuf2 >+USE_XORG=3D x11 >+USE_GSTREAMER1=3D yes >+NLS_USES=3D gettext This looks as if it is referring to option NLS, but options are not defined= in this Makefile. Maybe you're missing OPTIONS_DEFINE, etc.? >+GLIB_SCHEMAS=3D io.elementary.videos.gschema.xml >+ >+USE_GITHUB=3D yes >+GH_ACCOUNT=3D elementary >+GH_PROJECT=3D videos >+GH_TAGNAME=3D a4cdf46 DISTVERSION and DISTVERSIONPREFIX is usually enough. If you need a tag/com= mit from between releases, it's better to use the output of `git describe --tag= s` and split it across DISTVERSION* variables. Also, you might want to take a look at ports-mgmt/portfmt (which provides portfmt and portclippy) and ports-mgmt/portlint :) --=20 You are receiving this mail because: You are the assignee for the bug.=