From: Oliver Ertl Date: Mon, 7 Apr 2008 20:44:07 +0000 (+0000) Subject: multimedia/palantir: Update to 2.7 (#3314) X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=648fc02f567b4613d58cebc9a2443b9f87228072;p=openwrt%2Fsvn-archive%2Fpackages.git multimedia/palantir: Update to 2.7 (#3314) SVN-Revision: 10767 --- diff --git a/multimedia/palantir/Makefile b/multimedia/palantir/Makefile index cc12909a3..58f6a1c86 100644 --- a/multimedia/palantir/Makefile +++ b/multimedia/palantir/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,27 +9,26 @@ include $(TOPDIR)/rules.mk PKG_NAME:=palantir -PKG_VERSION:=2.6 +PKG_VERSION:=2.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz PKG_SOURCE_URL:=http://www.fastpath.it/products/palantir/pub/ -PKG_MD5SUM:=8e4d20e7f7fad26d7447483c68894ace - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_MD5SUM:=3a5b1fb340857f6d8e357bf39b77583e PKG_BUILD_DEPENDS:=libjpeg define Package/palantir SECTION:=multimedia CATEGORY:=Multimedia + DEPENDS:=+libjpeg +libpthread TITLE:=A multichannel interactive streaming solution URL:=http://www.fastpath.it/products/palantir/ endef define Package/palantir/description - Palantir is a Linux-based streaming system designed to transmit live - video, audio and data over a TCP/IP network, as well as to control + Palantir is a Linux-based streaming system designed to transmit live + video, audio and data over a TCP/IP network, as well as to control remote devices. endef diff --git a/multimedia/palantir/patches/001-opt_flags.patch b/multimedia/palantir/patches/001-opt_flags.patch index 1dcb75190..1707ecb70 100644 --- a/multimedia/palantir/patches/001-opt_flags.patch +++ b/multimedia/palantir/patches/001-opt_flags.patch @@ -1,19 +1,8 @@ -diff -ruN palantir-2.6-old/server/Makefile palantir-2.6-new/server/Makefile ---- palantir-2.6-old/server/Makefile 2005-09-02 14:33:50.000000000 +0200 -+++ palantir-2.6-new/server/Makefile 2006-10-27 23:53:10.000000000 +0200 -@@ -47,7 +47,7 @@ - .PHONY : tools man - - --CFLAGS= -Wall -D_REENTRANT -O3 -g -+CFLAGS= -Wall -D_REENTRANT $(COPTS) - CC= gcc - libjpeg= -ljpeg - -diff -ruN palantir-2.6-old/server/libgsm/Makefile palantir-2.6-new/server/libgsm/Makefile ---- palantir-2.6-old/server/libgsm/Makefile 2005-08-14 00:16:27.000000000 +0200 -+++ palantir-2.6-new/server/libgsm/Makefile 2006-10-27 23:53:44.000000000 +0200 -@@ -51,7 +51,7 @@ +Index: palantir-2.7/server/libgsm/Makefile +=================================================================== +--- palantir-2.7.orig/server/libgsm/Makefile 2008-04-07 22:35:39.000000000 +0200 ++++ palantir-2.7/server/libgsm/Makefile 2008-04-07 22:35:39.000000000 +0200 +@@ -53,7 +53,7 @@ endif CC += -ansi -pedantic @@ -22,3 +11,16 @@ diff -ruN palantir-2.6-old/server/libgsm/Makefile palantir-2.6-new/server/libgsm LD = $(CC) +Index: palantir-2.7/server/Makefile +=================================================================== +--- palantir-2.7.orig/server/Makefile 2008-04-07 22:35:39.000000000 +0200 ++++ palantir-2.7/server/Makefile 2008-04-07 22:35:39.000000000 +0200 +@@ -47,7 +47,7 @@ + .PHONY : tools man + + +-CFLAGS= -Wall -D_REENTRANT -O2 -g ++CFLAGS= -Wall -D_REENTRANT $(COPTS) + # -O3 + CC= gcc + libjpeg= -ljpeg