Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b60aa92f9c0ebf3733cc35ce58ac9da66c81d59f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b60aa92f9c0ebf3733cc35ce58ac9da66c81d59f)
  • Date: Thu, 1 Feb 2018 13:32:44 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
video/pipewire/DEPENDS | 26 ++++++++++++++++++++++++++
video/pipewire/DETAILS | 20 ++++++++++++++++++++
video/pipewire/HISTORY | 4 ++++
video/v4l-utils/DETAILS | 2 +-
video/v4l-utils/HISTORY | 3 +++
6 files changed, 57 insertions(+), 1 deletion(-)

New commits:
commit b60aa92f9c0ebf3733cc35ce58ac9da66c81d59f
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pipewire-0.1.8

commit b47d1114c0bf83e7346fe3f76ad4eb3a90caecd7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

v4l-utils: => 1.14.1

diff --git a/ChangeLog b/ChangeLog
index aafda39..42358fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * smgl/video/pipewire: added , secure multimedia playback
+
2018-01-31 Vlad Glagolev <stealth AT sourcemage.org>
* devel/llvm/llvm.gpg: moved to the root
* libs/libc++: new spell, C++ standard library
diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
new file mode 100755
index 0000000..bc62149
--- /dev/null
+++ b/video/pipewire/DEPENDS
@@ -0,0 +1,26 @@
+depends meson &&
+depends ninja-build-system &&
+depends dbus &&
+depends pkgconfig &&
+depends DEVICE_MANAGER &&
+depends v4l-utils &&
+optional_depends doxygen 'enable_docs=true' 'enable_docs=false' 'build dpcs'
&&
+optional_depends xmlto 'enable_man=true' 'enable_man=false' 'bauild
manpages' &&
+optional_depends gst-plugins-base-1.0 \
+ 'enable_gstreamer=true' \
+ 'enable_gstreamer=false' \
+ 'gstreamer integration' &&
+if is_depends_enabled $SPELL gst-plugins-base-1.0;then
+ depends gstreamer-1.0 &&
+ depends glib2
+fi &&
+optional_depends jack '' '' 'jack integration'
+
+
+optional_depends alsa-lib '' '' 'ALSA sound support' &&
+optional_depends LIBAVCODEC '' '' 'AV decoding' &&
+optional_depends libva '' '' 'hardware accelerated video' &&
+optional_depends libx11 '' '' 'X11 integration'
+optional_depends sbc '' '' 'sound' &&
+optional_depends sdl2 '' '' ''
+#optional_depends wayland '' '' ''
diff --git a/video/pipewire/DETAILS b/video/pipewire/DETAILS
new file mode 100755
index 0000000..3b701db
--- /dev/null
+++ b/video/pipewire/DETAILS
@@ -0,0 +1,20 @@
+source $GRIMOIRE/MESON_FUNCTIONS
+ SPELL=pipewire
+ VERSION=0.1.8
+
SOURCE_HASH=sha512:434acf34e194caa16377dfad18de601062913bc3cd857258f1fd10813aa7ab96208eb891d9326e6e6758e873d937a6197f2a2940c6e5393d10d29eeb4895a6c6
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://pipewire.org
+ SOURCE_URL[0]=https://github.com/PipeWire/pipewire/archive/$VERSION.tar.gz
+
+ LICENSE[0]=GPL
+ ENTERED=20180201
+ KEYWORDS=""
+ SHORT=""
+cat << EOF
+PipeWire is a project that aims to greatly improve handling of audio and
video under Linux. It aims to support the
+usecases currently handled by both PulseAudio and Jack and at the same time
provide same level of powerful handling of
+Video input and output. It also introduces a security model that makes
interacting with audio and video devices from
+containerized applications easy, with supporting Flatpak applications being
the primary goal. Alongside Wayland and
+Flatpak we expect PipeWire to provide a core building block for the future
of Linux application development.
+EOF
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
new file mode 100644
index 0000000..5161741
--- /dev/null
+++ b/video/pipewire/HISTORY
@@ -0,0 +1,4 @@
+2018-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1.8
+ spell created
+
diff --git a/video/v4l-utils/DETAILS b/video/v4l-utils/DETAILS
index 74a79ca..04eae3e 100755
--- a/video/v4l-utils/DETAILS
+++ b/video/v4l-utils/DETAILS
@@ -1,5 +1,5 @@
SPELL=v4l-utils
- VERSION=1.12.5
+ VERSION=1.14.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://linuxtv.org/downloads/$SPELL/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/video/v4l-utils/HISTORY b/video/v4l-utils/HISTORY
index 3e4d32a..0ba55d6 100644
--- a/video/v4l-utils/HISTORY
+++ b/video/v4l-utils/HISTORY
@@ -1,3 +1,6 @@
+2018-02-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.14.1
+
2017-08-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.12.5
* DETAILS: add gpg checking



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (b60aa92f9c0ebf3733cc35ce58ac9da66c81d59f), Treeve Jelbert, 02/01/2018

Archive powered by MHonArc 2.6.24.

Top of Page