mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
bescreencapture: code style.
This commit is contained in:
@@ -7,22 +7,22 @@ BeScreenCapture can record either the entire screen, or just a section you \
|
|||||||
select.
|
select.
|
||||||
"
|
"
|
||||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
||||||
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v1.9.3.tar.gz"
|
COPYRIGHT="2013 Stefano Ceccherini"
|
||||||
CHECKSUM_SHA256="02e0a4657161e1cf4c9470d0693b3bd4521b7e001ea7d493c9730ec7315a1a79"
|
|
||||||
SOURCE_FILENAME="bescreencapture-1.9.3.tar.gz"
|
|
||||||
LICENSE="
|
LICENSE="
|
||||||
BSD (3-clause)
|
BSD (3-clause)
|
||||||
MIT
|
MIT
|
||||||
"
|
"
|
||||||
COPYRIGHT="2013 Stefano Ceccherini"
|
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v1.9.3.tar.gz"
|
||||||
|
CHECKSUM_SHA256="02e0a4657161e1cf4c9470d0693b3bd4521b7e001ea7d493c9730ec7315a1a79"
|
||||||
|
SOURCE_FILENAME="bescreencapture-1.9.3.tar.gz"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
bescreencapture = $portVersion
|
bescreencapture = $portVersion
|
||||||
app:bescreencapture = $portVersion
|
app:bescreencapture = $portVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku
|
||||||
"
|
"
|
||||||
@@ -30,7 +30,6 @@ REQUIRES="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
makefile_engine
|
makefile_engine
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
@@ -7,22 +7,22 @@ BeScreenCapture can record either the entire screen, or just a section you \
|
|||||||
select.
|
select.
|
||||||
"
|
"
|
||||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
||||||
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v1.9.4.tar.gz"
|
COPYRIGHT="2014 Stefano Ceccherini"
|
||||||
CHECKSUM_SHA256="c1f8d6230feb965cda03d01998b4953f4be34fbcc3d0735c6d0039fa5905bc8c"
|
|
||||||
SOURCE_FILENAME="bescreencapture-1.9.4.tar.gz"
|
|
||||||
LICENSE="
|
LICENSE="
|
||||||
BSD (3-clause)
|
BSD (3-clause)
|
||||||
MIT
|
MIT
|
||||||
"
|
"
|
||||||
COPYRIGHT="2014 Stefano Ceccherini"
|
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
|
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v1.9.4.tar.gz"
|
||||||
|
CHECKSUM_SHA256="c1f8d6230feb965cda03d01998b4953f4be34fbcc3d0735c6d0039fa5905bc8c"
|
||||||
|
SOURCE_FILENAME="bescreencapture-1.9.4.tar.gz"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
bescreencapture = $portVersion
|
bescreencapture = $portVersion
|
||||||
app:BeScreenCapture = $portVersion
|
app:BeScreenCapture = $portVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku
|
haiku
|
||||||
"
|
"
|
||||||
@@ -30,7 +30,6 @@ REQUIRES="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
makefile_engine
|
makefile_engine
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
@@ -4,37 +4,35 @@ It allows you to record what happens on your screen, then save it \
|
|||||||
to any media format supported in Haiku.
|
to any media format supported in Haiku.
|
||||||
BeScreenCapture can record either the entire screen, or just a section you \
|
BeScreenCapture can record either the entire screen, or just a section you \
|
||||||
select."
|
select."
|
||||||
|
|
||||||
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
|
||||||
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
|
||||||
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
|
||||||
combination (CTRL-COMMAND-SHIFT + R)."
|
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
||||||
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v2.0.tar.gz"
|
COPYRIGHT="2014-2015 Stefano Ceccherini"
|
||||||
CHECKSUM_SHA256="2725e7fad341fd9ea8d6510452ee9561e8fa1b3905c9894f2c3b5b6288d8790a"
|
|
||||||
SOURCE_FILENAME="bescreencapture-2.0.tar.gz"
|
|
||||||
LICENSE="
|
LICENSE="
|
||||||
BSD (3-clause)
|
BSD (3-clause)
|
||||||
MIT
|
MIT
|
||||||
"
|
"
|
||||||
COPYRIGHT="2014-2015 Stefano Ceccherini"
|
|
||||||
REVISION="2"
|
REVISION="2"
|
||||||
|
SOURCE_URI="https://github.com/jackburton79/bescreencapture/archive/v2.0.tar.gz"
|
||||||
|
CHECKSUM_SHA256="2725e7fad341fd9ea8d6510452ee9561e8fa1b3905c9894f2c3b5b6288d8790a"
|
||||||
|
SOURCE_FILENAME="bescreencapture-2.0.tar.gz"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
bescreencapture = $portVersion
|
bescreencapture = $portVersion
|
||||||
app:BeScreenCapture = $portVersion
|
app:BeScreenCapture = $portVersion
|
||||||
"
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
"
|
||||||
|
|
||||||
|
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
||||||
|
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
||||||
|
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
||||||
|
combination (CTRL-COMMAND-SHIFT + R)."
|
||||||
PROVIDES_inputfilter="
|
PROVIDES_inputfilter="
|
||||||
bescreencapture_inputfilter = $portVersion
|
bescreencapture_inputfilter = $portVersion
|
||||||
app:BeScreenCaptureInputFilter = $portVersion
|
app:BeScreenCaptureInputFilter = $portVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
"
|
|
||||||
REQUIRES_inputfilter="
|
REQUIRES_inputfilter="
|
||||||
haiku
|
haiku
|
||||||
bescreencapture == $portVersion
|
bescreencapture == $portVersion
|
||||||
@@ -43,11 +41,6 @@ REQUIRES_inputfilter="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
|
||||||
haiku_devel
|
|
||||||
"
|
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
makefile_engine
|
makefile_engine
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
@@ -4,12 +4,6 @@ It allows you to record what happens on your screen, then save it \
|
|||||||
to any media format supported in Haiku.
|
to any media format supported in Haiku.
|
||||||
BeScreenCapture can record either the entire screen, or just a section you \
|
BeScreenCapture can record either the entire screen, or just a section you \
|
||||||
select."
|
select."
|
||||||
|
|
||||||
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
|
||||||
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
|
||||||
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
|
||||||
combination (CTRL-COMMAND-SHIFT + R)."
|
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
HOMEPAGE="https://github.com/jackburton79/bescreencapture"
|
||||||
COPYRIGHT="2014-2016 Stefano Ceccherini"
|
COPYRIGHT="2014-2016 Stefano Ceccherini"
|
||||||
LICENSE="BSD (3-clause)
|
LICENSE="BSD (3-clause)
|
||||||
@@ -25,14 +19,18 @@ PROVIDES="
|
|||||||
bescreencapture = $portVersion
|
bescreencapture = $portVersion
|
||||||
app:BeScreenCapture = $portVersion
|
app:BeScreenCapture = $portVersion
|
||||||
"
|
"
|
||||||
|
REQUIRES="
|
||||||
|
haiku
|
||||||
|
"
|
||||||
|
|
||||||
|
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
||||||
|
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
||||||
|
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
||||||
|
combination (CTRL-COMMAND-SHIFT + R)."
|
||||||
PROVIDES_inputfilter="
|
PROVIDES_inputfilter="
|
||||||
bescreencapture_inputfilter = $portVersion
|
bescreencapture_inputfilter = $portVersion
|
||||||
app:BeScreenCaptureInputFilter = $portVersion
|
app:BeScreenCaptureInputFilter = $portVersion
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRES="
|
|
||||||
haiku
|
|
||||||
"
|
|
||||||
REQUIRES_inputfilter="
|
REQUIRES_inputfilter="
|
||||||
haiku
|
haiku
|
||||||
bescreencapture == $portVersion base
|
bescreencapture == $portVersion base
|
||||||
@@ -41,7 +39,6 @@ REQUIRES_inputfilter="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
makefile_engine
|
makefile_engine
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
@@ -4,12 +4,6 @@ It allows you to record what happens on your screen, then save it \
|
|||||||
to any media format supported in Haiku.
|
to any media format supported in Haiku.
|
||||||
BeScreenCapture can record either the entire screen, or just a section you \
|
BeScreenCapture can record either the entire screen, or just a section you \
|
||||||
select."
|
select."
|
||||||
|
|
||||||
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
|
||||||
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
|
||||||
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
|
||||||
combination (CTRL-COMMAND-SHIFT + R)."
|
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
|
HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
|
||||||
COPYRIGHT="2014-2016 Stefano Ceccherini"
|
COPYRIGHT="2014-2016 Stefano Ceccherini"
|
||||||
LICENSE="BSD (3-clause)
|
LICENSE="BSD (3-clause)
|
||||||
@@ -30,6 +24,10 @@ REQUIRES="
|
|||||||
haiku
|
haiku
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
||||||
|
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
||||||
|
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
||||||
|
combination (CTRL-COMMAND-SHIFT + R)."
|
||||||
PROVIDES_inputfilter="
|
PROVIDES_inputfilter="
|
||||||
bescreencapture_inputfilter = $portVersion
|
bescreencapture_inputfilter = $portVersion
|
||||||
app:BeScreenCaptureInputFilter = $portVersion
|
app:BeScreenCaptureInputFilter = $portVersion
|
||||||
@@ -42,7 +40,6 @@ REQUIRES_inputfilter="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
makefile_engine
|
makefile_engine
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
@@ -4,12 +4,6 @@ It allows you to record what happens on your screen, then save it \
|
|||||||
to any media format supported in Haiku.
|
to any media format supported in Haiku.
|
||||||
BeScreenCapture can record either the entire screen, or just a section you \
|
BeScreenCapture can record either the entire screen, or just a section you \
|
||||||
select."
|
select."
|
||||||
|
|
||||||
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
|
||||||
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
|
||||||
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
|
||||||
combination (CTRL-COMMAND-SHIFT + R)."
|
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
|
HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
|
||||||
COPYRIGHT="2014-2018 Stefano Ceccherini"
|
COPYRIGHT="2014-2018 Stefano Ceccherini"
|
||||||
LICENSE="BSD (3-clause)
|
LICENSE="BSD (3-clause)
|
||||||
@@ -29,6 +23,10 @@ REQUIRES="
|
|||||||
haiku
|
haiku
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
||||||
|
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
||||||
|
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
||||||
|
combination (CTRL-COMMAND-SHIFT + R)."
|
||||||
PROVIDES_inputfilter="
|
PROVIDES_inputfilter="
|
||||||
bescreencapture_inputfilter = $portVersion
|
bescreencapture_inputfilter = $portVersion
|
||||||
app:BeScreenCaptureInputFilter = $portVersion
|
app:BeScreenCaptureInputFilter = $portVersion
|
||||||
@@ -41,7 +39,6 @@ REQUIRES_inputfilter="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
makefile_engine
|
makefile_engine
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
@@ -4,12 +4,6 @@ It allows you to record what happens on your screen, then save it \
|
|||||||
to any media format supported in Haiku.
|
to any media format supported in Haiku.
|
||||||
BeScreenCapture can record either the entire screen, or just a section you \
|
BeScreenCapture can record either the entire screen, or just a section you \
|
||||||
select."
|
select."
|
||||||
|
|
||||||
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
|
||||||
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
|
||||||
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
|
||||||
combination (CTRL-COMMAND-SHIFT + R)."
|
|
||||||
|
|
||||||
HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
|
HOMEPAGE="https://github.com/jackburton79/bescreencapture/releases"
|
||||||
COPYRIGHT="2014-2018 Stefano Ceccherini"
|
COPYRIGHT="2014-2018 Stefano Ceccherini"
|
||||||
LICENSE="BSD (3-clause)
|
LICENSE="BSD (3-clause)
|
||||||
@@ -29,6 +23,10 @@ REQUIRES="
|
|||||||
haiku
|
haiku
|
||||||
"
|
"
|
||||||
|
|
||||||
|
SUMMARY_inputfilter="Shortcut handler for BeScreenCapture"
|
||||||
|
DESCRIPTION_inputfilter="Input Server Addon for BeScreenCapture. Allows the \
|
||||||
|
user to launch BeScreenCapture and start/stop recording using a keyboard \
|
||||||
|
combination (CTRL-COMMAND-SHIFT + R)."
|
||||||
PROVIDES_inputfilter="
|
PROVIDES_inputfilter="
|
||||||
bescreencapture_inputfilter = $portVersion
|
bescreencapture_inputfilter = $portVersion
|
||||||
app:BeScreenCaptureInputFilter = $portVersion
|
app:BeScreenCaptureInputFilter = $portVersion
|
||||||
@@ -41,7 +39,6 @@ REQUIRES_inputfilter="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
makefile_engine
|
makefile_engine
|
||||||
cmd:make
|
cmd:make
|
||||||
|
|||||||
Reference in New Issue
Block a user