Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5d66e90a702d982718823713aaf927e4825e8ca8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5d66e90a702d982718823713aaf927e4825e8ca8)
  • Date: Sat, 14 Oct 2017 20:50:02 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
net/libwfd/DETAILS | 19 +++++++++++++++++++
net/libwfd/HISTORY | 2 ++
net/libwfd/PRE_BUILD | 3 +++
4 files changed, 27 insertions(+)

New commits:
commit 5d66e90a702d982718823713aaf927e4825e8ca8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libwfd: new spell, stand-alone implementation of the Wifi-Display protocol

diff --git a/ChangeLog b/ChangeLog
index 902e427..599d559 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-10-14 Ismael Luceno <ismael AT sourcemage.org>
+ * net/libwfd: new spell, stand-alone implementation of the
Wifi-Display protocol
+
2017-10-14 Vlad Glagolev <stealth AT sourcemage.org>
* utils/reptyr: new spell, tool for reparenting a running program to a
new terminal
diff --git a/net/libwfd/DETAILS b/net/libwfd/DETAILS
new file mode 100755
index 0000000..c75083d
--- /dev/null
+++ b/net/libwfd/DETAILS
@@ -0,0 +1,19 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=libwfd
+ VERSION=$(get_scm_version)
+ SOURCE="$SPELL-scm.tar.bz2"
+ SOURCE_URL[0]="git://people.freedesktop.org/~dvdhrm/$SPELL:$SPELL-scm"
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-scm"
+ WEB_SITE="https://www.freedesktop.org/wiki/Software/miracle/libwfd/";
+ LICENSE[0]="MIT"
+ ENTERED=20171014
+ KEYWORDS=""
+ SHORT="stand-alone implementation of the Wifi-Display protocol"
+cat << EOF
+libwfd provides a stand-alone implementation of the Wifi-Display protocol. It
+is developed as part of MiracleCast, but doesn't have any of its heavy
+dependencies. You can use it to implement your own Miracast stack or for
+external helper programs.
+EOF
diff --git a/net/libwfd/HISTORY b/net/libwfd/HISTORY
new file mode 100644
index 0000000..0e19652
--- /dev/null
+++ b/net/libwfd/HISTORY
@@ -0,0 +1,2 @@
+2017-10-14 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: spell created
diff --git a/net/libwfd/PRE_BUILD b/net/libwfd/PRE_BUILD
new file mode 100755
index 0000000..e385782
--- /dev/null
+++ b/net/libwfd/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+autoreconf -is



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5d66e90a702d982718823713aaf927e4825e8ca8), Ismael Luceno, 10/14/2017

Archive powered by MHonArc 2.6.24.

Top of Page