Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Mar 31, 2013
2 parents 10fb227 + 26531fa commit cf3b58a
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 49 deletions.
2 changes: 2 additions & 0 deletions chat/farstream/DEPENDS
@@ -0,0 +1,2 @@
depends gst-plugins-base-1.0

21 changes: 21 additions & 0 deletions chat/farstream/DETAILS
@@ -0,0 +1,21 @@
MODULE=farstream
VERSION=0.2.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://freedesktop.org/software/farstream/releases/farstream/
SOURCE_VFY=sha1:acfccf026379272e6792890e09d23ae17809c9fc
WEB_SITE=http://www.freedesktop.org/wiki/Software/Farstream
ENTERED=20121207
UPDATED=20121207
SHORT="framework to deal with all known audio/video conferencing protocols"

cat << EOF
The Farstream (formerly Farsight) project is an effort to create a framework to
deal with all known audio/video conferencing protocols. On one side it offers a
generic API that makes it possible to write plugins for different streaming
protocols, on the other side it offers an API for clients to use those plugins.

The main target clients for Farstream are Instant Messaging applications. These
applications should be able to use Farstream for all their Audio/Video conferencing needs
without having to worry about any of the lower level streaming and NAT traversal issues.
EOF

4 changes: 4 additions & 0 deletions chat/telepathy-farstream/DEPENDS
@@ -0,0 +1,4 @@
depends libtelepathy
depends farstream

optional_depends "Python" "--enable-python" "--disable-python" "for Python bindings support"
20 changes: 20 additions & 0 deletions chat/telepathy-farstream/DETAILS
@@ -0,0 +1,20 @@
MODULE=telepathy-farstream
VERSION=0.6.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://telepathy.freedesktop.org/releases/telepathy-farstream
SOURCE_VFY=sha1:871ae094d7e44960ee264d89d84050cd52209653
WEB_SITE=http://farsight.freedesktop.org/wiki
ENTERED=20110826
UPDATED=20121207
SHORT="telepathy client"

cat << EOF
Telepathy Farstream is a Telepathy client library that uses Farsight2
to handle Call channels.

Telepathy is a D-Bus framework for unifying real time communication,
including instant messaging, voice calls and video calls. It abstracts
differences between protocols to provide a unified interface for
applications.
EOF

25 changes: 0 additions & 25 deletions graphics/freetype2/BUILD

This file was deleted.

2 changes: 0 additions & 2 deletions graphics/freetype2/DEPENDS

This file was deleted.

18 changes: 0 additions & 18 deletions graphics/freetype2/DETAILS

This file was deleted.

3 changes: 0 additions & 3 deletions graphics/freetype2/POST_INSTALL

This file was deleted.

2 changes: 1 addition & 1 deletion python/Python-3/POST_INSTALL
Expand Up @@ -4,7 +4,7 @@ message "handles modules. They may need to be recompiled in order to work, espec
message "on a major version change like 3.0 to 3.1 Minor version numbers,"
message "like 3.3.0, to 3.3.1 are usually safe without recompiling.${DEFAULT_COLOR}"

if query "Do you want lunar to attempt to upgrade your Python modules?" y; then
if query "Do you want lunar to attempt to upgrade your Python modules?" ${ASK_FOR_REBUILDS:-y}; then
PYTHONMODS="$( lvu from /usr/lib/python3*/site-packages | cut -d: -f1 | uniq | grep -v Python)"
for PYTHONMOD in $(sort_by_dependency $PYTHONMODS); do
lin -c $PYTHONMOD || true
Expand Down

0 comments on commit cf3b58a

Please sign in to comment.