# HG changeset patch # User Pascal Bellard # Date 1407928908 -7200 # Node ID e6eab2a29e8bb202e9733ed5821a40cc79465af0 # Parent 548b803f0757f0025a384f3dfe63613d598f1d7b Add fbvnc-auth diff -r 548b803f0757 -r e6eab2a29e8b fbvnc-auth/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fbvnc-auth/receipt Wed Aug 13 13:21:48 2014 +0200 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="fbvnc-auth" +VERSION="1.0.2" +CATEGORY="network" +SHORT_DESC="VNC client in frame buffer with authentication." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="https://github.com/zohead/fbvnc" +WGET_URL="git|git://github.com/zohead/fbvnc.git" +PROVIDE="fbvnc" +TAGS="vnc remote-desktop" +HOST_ARCH="i486 arm" + +# Git must be installed in a cross chroot +case "$ARCH" in + i?86) BUILD_DEPENDS="git" ;; +esac + +# Rules to configure and make the package. +compile_rules() +{ + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp -a $src/fbvnc $fs/usr/bin +} diff -r 548b803f0757 -r e6eab2a29e8b pulseaudio/receipt --- a/pulseaudio/receipt Wed Aug 13 08:43:05 2014 +0200 +++ b/pulseaudio/receipt Wed Aug 13 13:21:48 2014 +0200 @@ -10,7 +10,8 @@ WEB_SITE="http://www.pulseaudio.org/" WGET_URL="http://www.freedesktop.org/software/pulseaudio/releases/$TARBALL" -DEPENDS="libcap libjson-c libsndfile flac libvorbis dbus" +DEPENDS="libcap libjson-c libsndfile flac libvorbis dbus gdbm libcap attr \ +speex libsamplerate" BUILD_DEPENDS="pkg-config libtool automake autoconf intltool m4 libcap-dev \ libjson-c-dev libsndfile-dev flac-dev libvorbis-dev util-linux-uuid-dev \ dbus-dev speex-dev udev-dev libsamplerate-dev alsa-lib-dev"