From 2dd5ca90b825101b6d4ef32b0c1de1693e19643e Mon Sep 17 00:00:00 2001 From: fake Date: Wed, 5 Jan 2005 11:39:18 +0000 Subject: [PATCH] fake: rtsp: update to 2004-12-23 and install only the parts needed by mplayer, the only package using this, not all .cpp and .o files [2004122419073902687] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@5391 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/avm/rtsp/rtsp.conf | 10 ++++++++-- package/avm/rtsp/rtsp.desc | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/package/avm/rtsp/rtsp.conf b/package/avm/rtsp/rtsp.conf index 8d539e1e0..d3a5103e1 100644 --- a/package/avm/rtsp/rtsp.conf +++ b/package/avm/rtsp/rtsp.conf @@ -27,8 +27,14 @@ rtsp_prem(){ rtsp_postm(){ echo "installing to $libdir/live" - mkdir -p $libdir/live - cd .. ; cp -r live/* $libdir/live + cd .. ; + find live -name '*.[ah]' -o -name '*.hh' | \ + while read filename ; do + [ ! -d $libdir/`dirname $filename` ] && \ + mkdir -p $libdir/`dirname $filename` + cp -v $filename $libdir/`dirname $filename`/`basename $filename` + done + } runconf=0 diff --git a/package/avm/rtsp/rtsp.desc b/package/avm/rtsp/rtsp.desc index e87bbde59..f76156441 100644 --- a/package/avm/rtsp/rtsp.desc +++ b/package/avm/rtsp/rtsp.desc @@ -38,8 +38,8 @@ [L] LGPL [S] Stable -[V] 2004.12.09 +[V] 2004.12.23 [P] X -?---5---9 174.800 -[D] 3200133008 live.2004.12.09.tar.gz http://www.live.com/liveMedia/public/ +[D] 3253888235 live.2004.12.23.tar.gz http://www.live.com/liveMedia/public/