1
0
forked from ports/contrib

farstream: initial commit

This commit is contained in:
Danny Rawlins 2014-07-07 18:17:35 +10:00
parent 803a4c982a
commit 270842d95e
3 changed files with 80 additions and 0 deletions

54
farstream/.footprint Normal file
View File

@ -0,0 +1,54 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/farstream-0.1/
drwxr-xr-x root/root usr/include/farstream-0.1/farstream/
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-candidate.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-codec.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-conference.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-element-added-notifier.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-enumtypes.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-participant.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-plugin.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-rtp.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-session.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-stream-transmitter.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-stream.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-transmitter.h
-rw-r--r-- root/root usr/include/farstream-0.1/farstream/fs-utils.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/farstream-0.1/
-rwxr-xr-x root/root usr/lib/farstream-0.1/libmulticast-transmitter.la
-rwxr-xr-x root/root usr/lib/farstream-0.1/libmulticast-transmitter.so
-rwxr-xr-x root/root usr/lib/farstream-0.1/libnice-transmitter.la
-rwxr-xr-x root/root usr/lib/farstream-0.1/libnice-transmitter.so
-rwxr-xr-x root/root usr/lib/farstream-0.1/librawudp-transmitter.la
-rwxr-xr-x root/root usr/lib/farstream-0.1/librawudp-transmitter.so
-rwxr-xr-x root/root usr/lib/farstream-0.1/libshm-transmitter.la
-rwxr-xr-x root/root usr/lib/farstream-0.1/libshm-transmitter.so
drwxr-xr-x root/root usr/lib/gstreamer-0.10/
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsfunnel.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsfunnel.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsmsnconference.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsmsnconference.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsrawconference.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsrawconference.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsrtcpfilter.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsrtcpfilter.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsrtpconference.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsrtpconference.so
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsvideoanyrate.la
-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libfsvideoanyrate.so
-rwxr-xr-x root/root usr/lib/libfarstream-0.1.la
lrwxrwxrwx root/root usr/lib/libfarstream-0.1.so -> libfarstream-0.1.so.0.0.1
lrwxrwxrwx root/root usr/lib/libfarstream-0.1.so.0 -> libfarstream-0.1.so.0.0.1
-rwxr-xr-x root/root usr/lib/libfarstream-0.1.so.0.0.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/farstream-0.1.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/farstream/
drwxr-xr-x root/root usr/share/farstream/0.1/
drwxr-xr-x root/root usr/share/farstream/0.1/fsrawconference/
-rw-r--r-- root/root usr/share/farstream/0.1/fsrawconference/default-element-properties
drwxr-xr-x root/root usr/share/farstream/0.1/fsrtpconference/
-rw-r--r-- root/root usr/share/farstream/0.1/fsrtpconference/default-codec-preferences
-rw-r--r-- root/root usr/share/farstream/0.1/fsrtpconference/default-element-properties

1
farstream/.md5sum Normal file
View File

@ -0,0 +1 @@
5d6e561b3688d0d0c8906fec4f356df3 farstream-0.1.2.tar.gz

25
farstream/Pkgfile Normal file
View File

@ -0,0 +1,25 @@
# Description: Audio/video conferencing framework.
# URL: http://www.freedesktop.org/wiki/Software/Farstream
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: gst-python libnice
name=farstream
version=0.1.2
release=1
source=(http://freedesktop.org/software/$name/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-gtk-doc=no
make
make DESTDIR=$PKG install
# gtk-doc is still generated!
rm -rf $PKG/usr/share/gtk-doc
rmdir $PKG/usr/share
}