Github messages for voidlinux
 help / color / mirror / Atom feed
From: kawaiiamber <kawaiiamber@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ffcast-2.5.0
Date: Mon, 14 Dec 2020 19:29:01 +0100	[thread overview]
Message-ID: <20201214182901.iQdBPTifGE_h5ucIGp-cjj5F2RiqSmftfb7fQ5BDjHg@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27130@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 777 bytes --]

There is an updated pull request by kawaiiamber against master on the void-packages repository

https://github.com/kawaiiamber/void-packages ffcast
https://github.com/void-linux/void-packages/pull/27130

New package: ffcast-2.5.0
# About
Adds the package [ffcast](https://github.com/lolilolicon/FFcast).
## Issues
This is my second ever time trying to contribute. I successfully got the source to build and run on my machine, but I don't think I'm using xbps-src or correct template notation to build it as `xbps-src pkg ffcast` seems to fail and I'm not sure why, so it will most likely fail the checks here. I read the manual, and maybe it's a little over me. Any help would be <3

A patch file from https://github.com/void-linux/void-packages/pull/27130.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ffcast-27130.patch --]
[-- Type: text/x-diff, Size: 2006 bytes --]

From daac97df101675bfbbfd0db8c422a66b4bc53bbb Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sun, 13 Dec 2020 15:42:48 -0700
Subject: [PATCH 1/2] New package: ffcast-2.5.0

New package: ffcast-2.5.0
---
 srcpkgs/ffcast/template | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 srcpkgs/ffcast/template

diff --git a/srcpkgs/ffcast/template b/srcpkgs/ffcast/template
new file mode 100644
index 00000000000..b391a1dfb12
--- /dev/null
+++ b/srcpkgs/ffcast/template
@@ -0,0 +1,30 @@
+# Template file for 'ffcast'
+pkgname=ffcast
+version=2.5.0
+revision=1
+wrksrc=FFcast-${version}
+build_style=gnu-configure
+hostmakedepends="autoconf automake"
+depends="bash ffmpeg ImageMagick xdpyinfo xprop xwininfo"
+short_desc="Run command on rectangular screen regions"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lolilolicon/FFcast"
+distfiles="https://github.com/lolilolicon/FFcast/archive/${version}.tar.gz"
+checksum=09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30
+
+pre_configure() {
+	./bootstrap
+}
+
+do_configure() {
+	./configure --prefix /usr --libexecdir /usr/lib
+}
+
+do_build() {
+	make
+}
+
+do_install() {
+	make install
+}

From 1a726f51c8c912690f485eb93c76fd4f99c175a4 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Mon, 14 Dec 2020 11:28:45 -0700
Subject: [PATCH 2/2] New package: ffcast-2.5.0

---
 srcpkgs/ffcast/template | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/srcpkgs/ffcast/template b/srcpkgs/ffcast/template
index b391a1dfb12..9db55a7ce0a 100644
--- a/srcpkgs/ffcast/template
+++ b/srcpkgs/ffcast/template
@@ -16,15 +16,3 @@ checksum=09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30
 pre_configure() {
 	./bootstrap
 }
-
-do_configure() {
-	./configure --prefix /usr --libexecdir /usr/lib
-}
-
-do_build() {
-	make
-}
-
-do_install() {
-	make install
-}

  parent reply	other threads:[~2020-12-14 18:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-13 22:47 [PR PATCH] " kawaiiamber
2020-12-14  8:30 ` paper42
2020-12-14  8:30 ` paper42
2020-12-14 18:17 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 18:18 ` kawaiiamber
2020-12-14 18:19 ` kawaiiamber
2020-12-14 18:27 ` [PR REVIEW] " ericonr
2020-12-14 18:29 ` kawaiiamber [this message]
2020-12-14 18:29 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 18:30 ` [PR REVIEW] " kawaiiamber
2020-12-14 18:36 ` ericonr
2020-12-14 18:39 ` kawaiiamber
2020-12-14 23:21 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 23:22 ` kawaiiamber
2021-04-18 21:57 ` ericonr
2021-04-18 21:57 ` [PR PATCH] [Closed]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201214182901.iQdBPTifGE_h5ucIGp-cjj5F2RiqSmftfb7fQ5BDjHg@z \
    --to=kawaiiamber@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).