diff options
29 files changed, 0 insertions, 1250 deletions
diff --git a/media-video/avifile/avifile-0.50.ebuild b/media-video/avifile/avifile-0.50.ebuild deleted file mode 100644 index 09a39754a697..000000000000 --- a/media-video/avifile/avifile-0.50.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.50.ebuild,v 1.3 2000/12/11 17:14:14 achim Exp $ - -A="${P}.tar.gz binaries.zip" -S=${WORKDIR}/${P} -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://divx.euro.ru/${P}.tar.gz - http://divx.euro.ru/binaries.zip" - -HOMEPAGE="http://divx.euro.ru/" - -DEPEND=">=x11-libs/qt-x11-2.2.2 - >=media-video/xmps-0.1.3" -RDEPEND=">=x11-libs/qt-x11-2.2.2 - >=media-libs/libsdl-1.1.5 - >=x11-libs/gtk+-1.2.8 - >=media-sound/esound-0.2.19" - -src_unpack () { - - WIN32=/usr/libexec/avifile/win32 - - unpack ${P}.tar.gz - - cd ${S} - - cp configure configure.orig - sed -e "s:/usr/lib/win32:$WIN32:" configure.orig > configure - - - cd ${S}/lib/loader - - cp elfdll.c elfdll.c.orig - sed -e "s:/usr/lib/win32:$WIN32:" elfdll.c.orig > elfdll.c - - cd ../audiodecoder - - cp audiodecoder.cpp audiodecoder.cpp.orig - sed -e "s:/usr/lib/win32:$WIN32:" audiodecoder.cpp.orig > audiodecoder.cpp - - cd ${S}/player - - cp mywidget.cpp mywidget.cpp.orig - sed -e "s:/usr/lib/win32:$WIN32:" mywidget.cpp.orig > mywidget.cpp - -# cp ${FILESDIR}/capproc.cpp ${S}/samples/qtvidcap - cd ${S}/xmps-avi-plugin - - cp avi_codec.cpp avi_codec.cpp.orig - sed -e "s:drawfunc(char\* data):drawfunc(void\* data):" \ - avi_codec.cpp.orig > avi_codec.cpp - -} - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr/X11R6 --host=${CHOST} --disable-tsc - cp Makefile Makefile.orig - sed -e "s:/usr/libexec/avifile/win32:${D}/usr/libexec/avifile/win32:" \ - Makefile.orig > Makefile - try make - cd xmps-avi-plugin - cp Makefile Makefile.orig - sed -e "s:INCLUDES = :INCLUDES = -I/usr/X11R6/include -I/usr/include/glib/include -I/opt/gnome/include:" \ - Makefile.orig > Makefile - try make - -} - -src_install () { - - cd ${S} - dodir /usr/X11R6/lib /usr/X11R6/bin - dodir /usr/libexec/avifile/win32 - - make prefix=${D}/usr/X11R6 install - - cd xmps-avi-plugin - insinto /usr/X11R6/lib/xmps/Codecs - insopts -m755 - doins libavi.so - - - cd ${D}/usr/libexec/avifile/win32 - unzip ${DISTDIR}/binaries.zip - cd ${S} - dodoc COPYING README - cd doc - dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO - dodoc VIDEO-PERFORMANCE WARNINGS -} - - - - - diff --git a/media-video/avifile/avifile-0.51.ebuild b/media-video/avifile/avifile-0.51.ebuild deleted file mode 100644 index 3db1829d0565..000000000000 --- a/media-video/avifile/avifile-0.51.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.51.ebuild,v 1.1 2000/12/17 20:09:02 achim Exp $ - -A="${P}.tar.gz binaries.zip" -S=${WORKDIR}/${P} -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://divx.euro.ru/${P}.tar.gz - http://divx.euro.ru/binaries.zip" - -HOMEPAGE="http://divx.euro.ru/" - -DEPEND=">=x11-libs/qt-x11-2.2.2" -RDEPEND=">=x11-libs/qt-x11-2.2.2 - >=media-libs/libsdl-1.1.5 - >=x11-libs/gtk+-1.2.8 - >=media-sound/esound-0.2.19" - -src_unpack () { - - WIN32=/usr/libexec/avifile/win32 - - unpack ${P}.tar.gz - - cd ${S} - - cp configure configure.orig - sed -e "s:/usr/lib/win32:$WIN32:" configure.orig > configure - - - cd ${S}/lib/loader - - cp elfdll.c elfdll.c.orig - sed -e "s:/usr/lib/win32:$WIN32:" elfdll.c.orig > elfdll.c - - cd ../audiodecoder - - cp audiodecoder.cpp audiodecoder.cpp.orig - sed -e "s:/usr/lib/win32:$WIN32:" audiodecoder.cpp.orig > audiodecoder.cpp - - cd ${S}/player - - cp mywidget.cpp mywidget.cpp.orig - sed -e "s:/usr/lib/win32:$WIN32:" mywidget.cpp.orig > mywidget.cpp - - -} - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr/X11R6 --host=${CHOST} --disable-tsc - cp Makefile Makefile.orig - sed -e "s:/usr/libexec/avifile/win32:${D}/usr/libexec/avifile/win32:" \ - Makefile.orig > Makefile - try make - cd xmps-avi-plugin - cp Makefile Makefile.orig - sed -e "s:INCLUDES = :INCLUDES = -I/usr/X11R6/include -I/usr/include/glib/include -I/opt/gnome/include:" \ - Makefile.orig > Makefile - try make - -} - -src_install () { - - cd ${S} - dodir /usr/X11R6/lib /usr/X11R6/bin - dodir /usr/libexec/avifile/win32 - - make prefix=${D}/usr/X11R6 install - - cd ${D}/usr/libexec/avifile/win32 - unzip ${DISTDIR}/binaries.zip - cd ${S} - dodoc COPYING README - cd doc - dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO - dodoc VIDEO-PERFORMANCE WARNINGS -} - - - - - diff --git a/media-video/avifile/avifile-0.53.1.ebuild b/media-video/avifile/avifile-0.53.1.ebuild deleted file mode 100644 index c4aead35aff1..000000000000 --- a/media-video/avifile/avifile-0.53.1.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/avifile-0.53.1.ebuild,v 1.1 2001/01/22 05:16:24 achim Exp $ - -S=${WORKDIR}/${PN}-0.53 -DESCRIPTION="Library for AVI-Files" -SRC_URI="http://divx.euro.ru/${P}.tar.gz - http://divx.euro.ru/binaries-001222.zip" - -HOMEPAGE="http://divx.euro.ru/" - -DEPEND=">=x11-libs/qt-x11-2.2.2" -RDEPEND=">=x11-libs/qt-x11-2.2.2 - >=media-libs/libsdl-1.1.5 - >=x11-libs/gtk+-1.2.8 - >=media-sound/esound-0.2.19" - -src_unpack () { - - - unpack ${P}.tar.gz - - cd ${S} - - -} - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr/X11R6 --host=${CHOST} --disable-tsc - cp Makefile Makefile.orig - sed -e "s:/usr/lib/win32:${D}/usr/lib/win32:" \ - Makefile.orig > Makefile - try make - cd xmps-avi-plugin - cp Makefile Makefile.orig - sed -e "s:INCLUDES = :INCLUDES = -I/usr/X11R6/include -I/usr/include/glib/include -I/opt/gnome/include:" \ - Makefile.orig > Makefile - try make - -} - -src_install () { - - cd ${S} - dodir /usr/X11R6/lib /usr/X11R6/bin - dodir /usr/lib/win32 - - make prefix=${D}/usr/X11R6 install - - cd ${D}/usr/lib/win32 - unzip ${DISTDIR}/binaries-001222.zip - cd ${S} - dodoc COPYING README - cd doc - dodoc CREDITS EXCEPTIONS FreeBSD LICENSING TODO - dodoc VIDEO-PERFORMANCE WARNINGS -} - - - - - diff --git a/media-video/avifile/files/capproc.cpp b/media-video/avifile/files/capproc.cpp deleted file mode 100644 index 264fe4c95d81..000000000000 --- a/media-video/avifile/files/capproc.cpp +++ /dev/null @@ -1,469 +0,0 @@ -#include "capproc.h" -#include "dsp.h" -#include <unistd.h> -#include <avifile.h> -#include <videoencoder.h> -#include <aviutil.h> - -#define __MODULE__ "Capture Process" -class frame_allocator -{ - struct frame - { - char* data; - int status; - }; - int _w; - int _h; - vector<frame> frames; - int _limit; - int refs; -public: - frame_allocator(int w, int h, int limit):_w(w), _h(h), _limit(limit),refs(2){} - void release() - { - refs--; - if(!refs)delete this; - } - char* alloc() - { - int i; - for(i=0; i<frames.size(); i++) - { - if(frames[i].status==0) - { - frames[i].status=1; - *(int*)(frames[i].data)=i; - return frames[i].data+4; - } - } - if(frames.size()>=_limit)return 0; - frame f; - f.data=new char[_w*_h*3+4]; - f.status=1; - frames.push_back(f); - *(int*)(f.data)=i; - return f.data+4; - } - void free(char* mem) - { - if(!mem) - { - cerr<<"ERROR: Freeing 0!"<<endl; - return; - } - int id=*(int*)(mem-4); - if((id<0)||(id>=frames.size())||(frames[id].data!=(mem-4))) - { - cerr<<"ERROR: Freeing unknown memory!"<<endl; - return; - } - if(frames[id].status==0) - { - cerr<<"ERROR: Duplicate free()!"<<endl; - return; - } - frames[id].status=0; - } - ~frame_allocator() - { - for(int i=0; i<frames.size(); i++) - delete frames[i].data; - } -}; -static frame_allocator* allocator2=0; -void* CaptureProcess::vidcap(void* arg) -{ - CaptureProcess& a=*(CaptureProcess*)arg; - int w=a.res_w; - int h=a.res_h; - const float fps=a.fps; -// char tmpframe[384*288*4]; - a.m_v4l->grabSetParams(1, &w, &h, VIDEO_PALETTE_RGB24); - long long& inittime=a.starttime; - int& cnt=a.cnt; - int& drop=a.cap_drop; - cnt=0; - drop=0; - allocator2=new frame_allocator(w,h,50); - while(!a.m_quit) - { - int t1,t2,t3; - long long currenttime=longcount(); - char* z=0; -// cerr<<currenttime<<" "<<inittime<<" "<<fps<<endl; -// cerr<<to_float(currenttime, inittime)*fps<<" "<<cnt<<endl; -// double freq=550000.; - double dist=double(currenttime-inittime)/(freq*1000.); -// double dist=to_float(currenttime, inittime); -// cerr<<dist<<" "<<freq<<endl; - if(dist*fps<cnt) - { - usleep(10000); -// cerr<<"Sleeping"<<endl; - continue; - } - chunk ch; - if(dist*fps<(cnt+1)) - { - z=a.m_v4l->grabCapture(false); -// char* tmpframe=new char[w*h*3]; - char* tmpframe=allocator2->alloc(); - int bpl=3*w; - if(tmpframe) - for(int i=0; i<h; i++) - memcpy(tmpframe+i*bpl, z+(h-i-1)*bpl, bpl); - ch.data=tmpframe; - } - else - { - ch.data=0; - drop++; - } - ch.timestamp=dist; - a.m_vidq.push(ch); - cnt++; -// if(cnt%100==0) -// cerr<<"Capture thread: read "<<cnt<<" frames, dropped "<<drop<<" frames"<<endl; - } - allocator2->release(); - cerr<<"Capture thread exiting"<<endl; - return 0; -} -int audioblock=0; -void* CaptureProcess::audcap(void* arg) -{ - CaptureProcess& a=*(CaptureProcess*)arg; - dsp* thedsp=new dsp(); - if(thedsp->open(a.samplesize,a.chan,a.frequency)==0)//returns file descriptor - return 0; - float abps=a.samplesize*a.chan*a.frequency/8; - char* buf=0; - int bufsize=0; - int blocksize=thedsp->getBufSize(); - audioblock=blocksize; - int tim=0; - while(!a.m_quit) - { -// if(buf==0) -// { -// buf=new char[audioblock]; -// bufsize=0; -// } - buf=new char[audioblock]; - memcpy(buf, thedsp->readBuf(), audioblock); - long long ct=longcount(); - chunk ch; - ch.data=buf; -// double freq=550000.; - if(a.starttime) - ch.timestamp=double(ct-a.starttime)/(freq*1000.); -// ch.timestamp=to_float(ct, a.starttime); - else - ch.timestamp=-1; - a.m_audq.push(ch); - bufsize+=blocksize; - tim++; -// if(tim%50==0) -// cerr<<"Audio thread: read "<<float(tim*blocksize)/88200.<<" seconds"<<endl; - if(blocksize/abps>.1) - usleep(50000); -// if(bufsize==audioblock) -// { -// a.m_audq.push(buf); -// buf=0; -// } - } -// if(buf)delete buf; - delete thedsp; - return 0; -} -void* CaptureProcess::writer(void* arg) -{ - CaptureProcess& a=*(CaptureProcess*)arg; - IAviWriteFile* file=0; - IAviSegWriteFile* sfile=0; - IVideoEncoder::SetExtendedAttr(fccIV50, "QuickCompress", 1); - IAviVideoWriteStream* stream; - IAviWriteStream* audioStream=0; - BITMAPINFOHEADER bh; - - const double fps=a.fps; - if(fps==0) - throw FATAL("FPS = 0 !"); -// VideoEncoder ve; - try - { - if(a.segment_size==-1) - file=CreateIAviWriteFile(a.filename.c_str()); - else - { - sfile=CreateSegmentedFile(a.filename.c_str(), a.segment_size*1024LL); - file=sfile; - } -// FILE* zz=fopen("bin/uncompr.bmp", "rb"); - memset(&bh, 0, sizeof(bh)); - bh.biSize=sizeof(bh); - bh.biWidth=384; - bh.biHeight=288; - bh.biBitCount=24; - bh.biSizeImage=3*384*288; - bh.biPlanes=1; - stream=file->AddVideoStream(a.compressor, &bh, 1000000./a.fps); -// stream=file->AddStream(AviStream::Video); -// ve.Init(fccIV50, (const char*)&bh); - } - catch(FatalError& e) - { - e.Print(); - a.m_quit=1; - return 0; - } - - float abps=(a.samplesize*a.frequency*a.chan)/8; - - WAVEFORMATEX wfm; - wfm.wFormatTag=1;//PCM - wfm.nChannels=a.chan; - wfm.nSamplesPerSec=a.frequency*a.chan; - wfm.nAvgBytesPerSec=(int)abps; - wfm.nBlockAlign=(a.samplesize*a.chan)/8; - wfm.wBitsPerSample=a.samplesize; - wfm.cbSize=0; - - -// ve.SetQuality(9500); -// ve.Start(); - stream->SetQuality(a.quality); - stream->Start(); - cerr<<"Entering loop"<<endl; -// BITMAPINFOHEADER obh=ve.QueryOutputFormat(); -// stream->SetFormat((const char*)&obh, sizeof obh); - int cnt=0; - int& drop=a.comp_drop; - long long audiodata=0LL; - int videodata=0; - double video_error=0; - int hide_video=0; - int dup_video=0; - double snd_time, vid_time; - drop=0; - - while(1) - { - char qq[384*288*4]; - int x1, x2; -// char* z; - chunk ch; - while(a.m_vidq.size()>50) - { - ch=a.m_vidq.front(); - a.m_vidq.pop(); - vid_time=ch.timestamp; - cnt++; - if(ch.data)//delete ch.data; - allocator2->free(ch.data); - stream->AddFrame(0); - videodata++; -// stream->AddChunk(0, 0, AVIIF_KEYFRAME); - drop++; - } - while((a.m_vidq.size()==0) && (a.m_audq.size()==0)) - { - if(a.m_quit) goto finish; - usleep(10000); - } - if(a.m_vidq.size()) - { - ch=a.m_vidq.front(); - a.m_vidq.pop(); - vid_time=ch.timestamp; - cnt++; - if(!hide_video) - { - videodata++; - stream->AddFrame(ch.data); - if(dup_video) - { - videodata++; - stream->AddFrame(ch.data); - video_error+=1./fps; - } - } - else video_error-=1./fps; - dup_video=hide_video=0; - if(ch.data) - allocator2->free(ch.data); - - } - if(a.m_audq.size()) - { - if(audioStream==0) - { - audioStream=file->AddStream(AviStream::Audio, - (const char*)&wfm, 18, - 1, //uncompressed PCM data - abps, //bytes/sec - a.samplesize/8 //bytes/sample - ); - } - ch=a.m_audq.front(); - a.m_audq.pop(); -// cerr<<ch.timestamp-snd_time<<" "<<ch.timestamp-(audiodata+audioblock)/44100./2<<endl; - snd_time=ch.timestamp; - audioStream->AddChunk(ch.data, audioblock, AVIIF_KEYFRAME); - audiodata+=audioblock; - double audio_error=audiodata/abps-ch.timestamp; - if(audio_error<video_error-5./fps) - hide_video=1; - if(audio_error>video_error+5./fps) - dup_video=1; - delete ch.data; - } - if(a.segment_flag && sfile) - { - sfile->Segment(); - a.segment_flag=0; -// vid_clear=aud_clear=0; - } - if(a.timelimit!=-1) - { - if(snd_time>a.timelimit) - a.m_quit=1; - if(vid_time>a.timelimit) - a.m_quit=1; - } - if(a.sizelimit!=-1) - { - if(file->FileSize()>a.sizelimit*1024LL) - a.m_quit=1; - } - } -finish: - long long size=file->FileSize(); - delete file; - allocator2->release(); - cerr<<"Write thread exiting"<<endl; - (*a.messenger)<<"Audio: written "<<audiodata<<" bytes ( "<<audiodata/(44100.*2)<<" s )."<<endl; - (*a.messenger)<<"Video: written "<<videodata<<" frames ( "<<videodata/fps<<" s )."<<endl; - (*a.messenger)<<"End video pos "<<vid_time<<" s, end audio pos "<<snd_time<<" s."<<endl; - (*a.messenger)<<"File size: "<<(size/1000)<<" Kb ( "<<size/1000/vid_time<<" Kb/s )."<<endl; - (*a.messenger)<<"Synch fix: "<<videodata-cnt<<" frames."<<endl; - (*a.messenger)<<"Frame drop: "<<100.*double(a.cap_drop+drop)/videodata<<"%."<<endl<<flush; - return 0; -} -void CaptureProcess::Create(v4lxif* v4l, - string filename, - int segment_size, - int compressor, - int quality, - int keyframes, - enum Sound_Freqs frequency, - enum Sample_Sizes samplesize, - enum Sound_Chans chan, - enum Resolutions res, - int timelimit, - int sizelimit, - float fps) -{ - m_v4l=v4l; - m_quit=0; - starttime=longcount(); - - this->filename=filename; - this->segment_size=segment_size; - this->compressor=compressor; - this->quality=quality; - this->keyframes=keyframes; - - switch(frequency) - { - case NoAudio: - break; - case F44: - this->frequency=44100; - break; - case F22: - this->frequency=22050; - break; - case F11: - this->frequency=11025; - break; - default: - throw FATAL("Unknown frequency"); - } - if(frequency!=NoAudio) - { - switch(samplesize) - { - case S16: - this->samplesize=16; - break; - case S8: - this->samplesize=8; - break; - default: - throw FATAL("Unknown audio sample size"); - } - switch(chan) - { - case Mono: - this->chan=1; - break; - case Stereo: - this->chan=2; - break; - default: - throw FATAL("Unknown channel number"); - } - } - switch(res) - { - case W384: - res_w=384; - res_h=288; - break; - case W320: - res_w=320; - res_h=240; - break; - case W192: - res_w=192; - res_h=144; - break; - case W160: - res_w=160; - res_h=120; - break; - default: - throw FATAL("Unknown video resolution"); - } - this->timelimit=timelimit; - this->sizelimit=sizelimit; - this->fps=fps; - pthread_create(&m_vidc, 0, CaptureProcess::vidcap, this); - if(frequency!=NoAudio) - pthread_create(&m_audc, 0, CaptureProcess::audcap, this); - pthread_create(&m_writer, 0, CaptureProcess::writer, this); -} - -CaptureProcess::~CaptureProcess() -{ - m_quit=1; - pthread_join(m_writer,0); - pthread_join(m_audc,0); - pthread_join(m_vidc,0); - cerr<<"All threads exited"<<endl; -// while(m_vidq.size()) -// { -// chunk z=m_vidq.front(); -// m_vidq.pop(); -// if(z.data)delete z.data; -// } - while(m_audq.size()) - { - chunk z=m_audq.front(); - m_audq.pop(); - if(z.data)delete z.data; - } -} diff --git a/media-video/avifile/files/digest-avifile-0.50 b/media-video/avifile/files/digest-avifile-0.50 deleted file mode 100644 index 835938e58ab8..000000000000 --- a/media-video/avifile/files/digest-avifile-0.50 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9c32bd25575de032ce4a4fae5bf596e2 avifile-0.50.tar.gz -MD5 6df7c0a266ba6e8c022160605791644b binaries.zip diff --git a/media-video/avifile/files/digest-avifile-0.51 b/media-video/avifile/files/digest-avifile-0.51 deleted file mode 100644 index e9f8969f8849..000000000000 --- a/media-video/avifile/files/digest-avifile-0.51 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 12a59473d709c960e763f3e8b42d3c4c avifile-0.51.tar.gz -MD5 6df7c0a266ba6e8c022160605791644b binaries.zip diff --git a/media-video/avifile/files/digest-avifile-0.53.1 b/media-video/avifile/files/digest-avifile-0.53.1 deleted file mode 100644 index 2871c88d91da..000000000000 --- a/media-video/avifile/files/digest-avifile-0.53.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c74597c7b9e987dbcd0317ed26572e7b avifile-0.53.1.tar.gz -MD5 f8517cf28e33fb09e3f5da58ddcbf78d binaries-001222.zip diff --git a/media-video/bcast-2000/bcast-2000b-r2.ebuild b/media-video/bcast-2000/bcast-2000b-r2.ebuild deleted file mode 100644 index 11133a353012..000000000000 --- a/media-video/bcast-2000/bcast-2000b-r2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/bcast-2000/bcast-2000b-r2.ebuild,v 1.1 2000/12/08 19:02:39 achim Exp $ - -A=${P}-src.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Realtime audio and video editor" -SRC_URI="http://heroine.linuxave.net/${A}" -HOMEPAGE="http://heroine.linuxave.net/bcast2000.html" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-devel/gcc-2.95.2 - >=media-sound/esound-0.2.19 - >=media-libs/jpeg-6b - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.7 - >=x11-base/xfree-4.0.1" - -src_unpack() { - unpack ${A} - cd ${S}/bcast - cp main.C main.C.orig - sed -e "s:/usr/local/bcast/plugins:/usr/X11R6/lib/bcast/plugins:" \ - main.C.orig > main.C - cd ${S}/esound - cp esd.h esd.h.orig - sed -e "s:<audiofile\.h>:\"\.\./audiofile/audiofile\.h\":" esd.h.orig > esd.h - cd ${S}/quicktime/libdv - cp dvprivate.h dvprivate.h.orig - sed -e "s:<libraw1394/raw1394\.h>:\"\.\./\.\./libraw1394/raw1394\.h\":" dvprivate.h.orig > dvprivate.h -} -src_compile() { - - cd ${S} - try ./configure - try make - -} - -src_install () { - - cd ${S} - into /usr - dobin bcast/bcast2000 - dolib.so bcbase/libbcbase.so - insopts -m 755 - insinto /usr/X11R6/lib/bcast/plugins - doins plugins/*.plugin - dodoc COPYING - docinto html - dodoc docs/*.html docs/*.png docs/*.jpg - - -} - - - diff --git a/media-video/bcast-2000/files/digest-bcast-2000b-r2 b/media-video/bcast-2000/files/digest-bcast-2000b-r2 deleted file mode 100644 index ca89ade5e807..000000000000 --- a/media-video/bcast-2000/files/digest-bcast-2000b-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2bfa975064e08034af73307a5fcda388 bcast-2000b-src.tar.gz diff --git a/media-video/mpeg2-movie/files/digest-mpeg2-movie-1.2.2 b/media-video/mpeg2-movie/files/digest-mpeg2-movie-1.2.2 deleted file mode 100644 index 251210871ad1..000000000000 --- a/media-video/mpeg2-movie/files/digest-mpeg2-movie-1.2.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a763a4c7d2d3cd5c827d3093ad1ef57b mpeg2_movie-1.2.2.tar.gz diff --git a/media-video/mpeg2-movie/files/digest-mpeg2-movie-1.4 b/media-video/mpeg2-movie/files/digest-mpeg2-movie-1.4 deleted file mode 100644 index b63e875678b3..000000000000 --- a/media-video/mpeg2-movie/files/digest-mpeg2-movie-1.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5cf899acc86e7d4b3b31119467f3f8cf mpeg2_movie-1.4.tar.gz -MD5 92bfa3ec2b827097f9eca8522ff0d92f mpeg2_movie-1.4-avi.2.diff diff --git a/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild b/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild deleted file mode 100644 index b2cf16588c80..000000000000 --- a/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/mpeg2-movie/mpeg2-movie-1.2.2.ebuild,v 1.4 2000/11/15 22:57:41 achim Exp $ - -P=mpeg2-movie-1.2.2 -A=mpeg2_movie-1.2.2.tar.gz -S=${WORKDIR}/mpeg2_movie-1.2.2 -DESCRIPTION="An MPEG2 encoder" -SRC_URI="http://heroine.linuxave.net/${A}" -HOMEPAGE="http://heroine.linuxave.net/mpeg2movie.html" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=dev-libs/glib-1.2.8 - >=media-libs/libpng-1.0.7 - >=dev-lang/nasm-0.98" - -src_unpack() { - unpack ${A} - cd ${S}/mplex - cp Makefile Makefile.orig - sed -e "s:-lpthread:-lpthread -lm:" Makefile.orig > Makefile -} -src_compile() { - - cd ${S} - try ./configure - try make - -} - -src_install () { - - cd ${S} - into /usr - newbin video/encode mpeg2_video_encode - newbin audio/encode mpeg2_audio_encode - newbin mplex/mplex mpeg2_mplex - dobin libmpeg3/mpeg3cat - dodoc script video/CHANGES video/TODO - docinto html - dodoc docs/index.html -} - - - - diff --git a/media-video/vlc/files/digest-vlc-0.1.99i b/media-video/vlc/files/digest-vlc-0.1.99i deleted file mode 100644 index de6a3ed8c9fd..000000000000 --- a/media-video/vlc/files/digest-vlc-0.1.99i +++ /dev/null @@ -1 +0,0 @@ -MD5 bc7992e2a0bf68ea599fdc0fa9fdd4a5 vlc-0.1.99i.tar.bz2 diff --git a/media-video/vlc/files/digest-vlc-0.2.72 b/media-video/vlc/files/digest-vlc-0.2.72 deleted file mode 100644 index 1bfad7b902de..000000000000 --- a/media-video/vlc/files/digest-vlc-0.2.72 +++ /dev/null @@ -1 +0,0 @@ -MD5 facdd5991a080f7326404736e1e7164d vlc-0.2.72.tar.gz diff --git a/media-video/vlc/vlc-0.1.99i.ebuild b/media-video/vlc/vlc-0.1.99i.ebuild deleted file mode 100644 index 51d2f330ee5a..000000000000 --- a/media-video/vlc/vlc-0.1.99i.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.1.99i.ebuild,v 1.1 2000/11/26 20:54:18 achim Exp $ - -A=${P}.tar.bz2 -S=${WORKDIR}/${P} -DESCRIPTION="A Player for MPEG2 Videos" -SRC_URI="http://www.videolan.org/packages/${PV}/${A}" -HOMEPAGE="http://www.videolan.org/" - -DEPEND=">=media-libs/libsdl-1.1.5 - gnome? ( gnome-base/gnome-libs-1.2.4 )" -RDEPEND=$DEPEND - -src_compile() { - - unset CFLAGS - unset CXXFLAGS - cd ${S} - - local myopts - if [ -n "`use gnome`" ] - then - myopts="--enable-gnome --prefix=/opt/gnome" - else - myopts="--prefix=/usr/X11R6" - fi - try ./configure --host=${CHOST} ${myopts} \ - --enable-mmx --enable-dsp --enable-esd \ - --enable-fb --enable-sdl --enable-x11 - try make - -} - -src_install () { - - cd ${S} - local myopts - if [ -n "`use gnome`" ] - then - try make prefix=${D}/opt/gnome install - else - try make prefix=${D}/usr/X11R6 install - fi - dodoc AUTHORS ChangeLog COPYING README TODO - - -} - - diff --git a/media-video/vlc/vlc-0.2.72.ebuild b/media-video/vlc/vlc-0.2.72.ebuild deleted file mode 100644 index d9bc7c9701e6..000000000000 --- a/media-video/vlc/vlc-0.2.72.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Nathaniel Hirsch <nh2@njit.edu> Achim Gottinge <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.2.72.ebuild,v 1.1 2001/04/27 00:08:54 achim Exp $ - -P=vlc-0.2.72 -A=vlc-0.2.72.tar.gz -S=${WORKDIR}/vlc-0.2.72 -DESCRIPTION="DVD / video player" -SRC_URI="http://www.videolan.org/packages/0.2.72/${A}" -HOMEPAGE="http://www.videolan.org" - -DEPEND=">=media-libs/libsdl-1.1.8-r1 - gnome? ( >=gnome-base/gnome-libs-1.2.12 ) - esd? ( >=media-sound/esound-0.2.22 ) - ggi? ( >=media-libs/libggi-2.0_beta3 ) - qt? ( >=x11-libs/qt-x11-2.3.0 ) - gtk? ( >=x11-libs/gtk+-1.2.9 ) - alsa? ( >=media-libs/alsa-lib-0.5.10 ) - X? ( >=x11-base/xfree-4.0.2 )" - #kde? ( >=kde-base/kdelibs-2.1.1 ) - -src_compile(){ - local myconf - if [ "`use fbdev`" ] - then - myconf="--enable-fb" - fi - if [ -z "`use mmx`" ] - then - myconf="$myconf --disable-mmx" - fi - if [ "`use esd`" ] - then - myconf="$myconf --enable-esd" - fi - if [ "`use ggi`" ] - then - myconf="$myconf --with-ggi" - fi - if [ "`use qt`" ] - then - myconf="$myconf --enable-qt" - fi - #if [ "`use kde`" ] - #then - # myconf="$myconf --enable-kde" - #fi - if [ "`use gnome`" ] - then - myconf="$myconf --enable-gnome" - fi - if [ -z "`use gtk`" ] - then - myconf="$myconf --disable-gtk" - fi - if [ "`use X`" ] - then - myconf="$myconf --enable-xvideo" - else - myconf="$myconf --disable-x11" - fi - if [ "`use alsa`" ] - then - myconf="$myconf --enable-alsa" - fi - try ./configure --prefix=/usr $myconf --with-sdl - try make - } -src_install(){ - - dodir /usr/{bin,lib} - try make DESTDIR=${D} install - - } - diff --git a/media-video/xawtv/files/digest-xawtv-3.24 b/media-video/xawtv/files/digest-xawtv-3.24 deleted file mode 100644 index b5525e7e9a23..000000000000 --- a/media-video/xawtv/files/digest-xawtv-3.24 +++ /dev/null @@ -1 +0,0 @@ -MD5 29d189d57cbdae0c6e4229f0f1b29384 xawtv_3.24.tar.gz diff --git a/media-video/xawtv/files/digest-xawtv-3.27 b/media-video/xawtv/files/digest-xawtv-3.27 deleted file mode 100644 index b102ba09acf5..000000000000 --- a/media-video/xawtv/files/digest-xawtv-3.27 +++ /dev/null @@ -1 +0,0 @@ -MD5 c150d148775c89f9644373cef0104556 xawtv_3.27.tar.gz diff --git a/media-video/xawtv/files/digest-xawtv-3.35 b/media-video/xawtv/files/digest-xawtv-3.35 deleted file mode 100644 index 28929f737006..000000000000 --- a/media-video/xawtv/files/digest-xawtv-3.35 +++ /dev/null @@ -1 +0,0 @@ -MD5 2f7e9b4220baf28db55f286ccd66a742 xawtv_3.35.tar.gz diff --git a/media-video/xawtv/files/digest-xawtv-3.40 b/media-video/xawtv/files/digest-xawtv-3.40 deleted file mode 100644 index 593706944c6f..000000000000 --- a/media-video/xawtv/files/digest-xawtv-3.40 +++ /dev/null @@ -1 +0,0 @@ -MD5 24f77a83a2c9edfebaca05041b6f2e0c xawtv_3.40.tar.gz diff --git a/media-video/xawtv/files/digest-xawtv-3.41 b/media-video/xawtv/files/digest-xawtv-3.41 deleted file mode 100644 index fd5ba68b8e79..000000000000 --- a/media-video/xawtv/files/digest-xawtv-3.41 +++ /dev/null @@ -1 +0,0 @@ -MD5 ea7d9a8b418b0f5168ae621b2573d535 xawtv_3.41.tar.gz diff --git a/media-video/xawtv/xawtv-3.24.ebuild b/media-video/xawtv/xawtv-3.24.ebuild deleted file mode 100644 index e3e54cbd7f05..000000000000 --- a/media-video/xawtv/xawtv-3.24.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.24.ebuild,v 1.1 2000/11/26 20:54:18 achim Exp $ - -A=xawtv_${PV}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="TV application for the bttv driver" -SRC_URI="http://www.strusel007.de/linux/xawtv/${A}" -HOMEPAGE="http://www.strusel007.de/linux/xawtv/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=media-libs/jpeg-6b - >=x11-base/xfree-4.0.1" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - unset DEPEND - try ./configure --host=${CHOST} --prefix=/usr \ - --enable-jpeg --enable-xfree-ext --enable-xvideo --with-x - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - - dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt Programming-FAQ - dodoc README* Sound-FAQ TODO Trouble-Shooting UPDATE_TO_v3.0 - insinto /usr/local/httpd/cgi-bin - insopts -m 755 - doins webcam/webcam.cgi - dodir /usr/X11R6/lib - mv ${D}/usr/lib/X11 ${D}/usr/X11R6/lib - - rm -rf ${D}/usr/X11R6/lib/X11/fonts/misc/fonts.dir - rm -rf ${D}/usr/lib -} - - - - - - diff --git a/media-video/xawtv/xawtv-3.27.ebuild b/media-video/xawtv/xawtv-3.27.ebuild deleted file mode 100644 index d0d2d9251525..000000000000 --- a/media-video/xawtv/xawtv-3.27.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.27.ebuild,v 1.1 2001/01/05 03:21:55 achim Exp $ - -A=xawtv_${PV}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="TV application for the bttv driver" -SRC_URI="http://www.strusel007.de/linux/xawtv/${A}" -HOMEPAGE="http://www.strusel007.de/linux/xawtv/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=media-libs/jpeg-6b - >=x11-base/xfree-4.0.1" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - unset DEPEND - try ./configure --host=${CHOST} --prefix=/usr \ - --enable-jpeg --enable-xfree-ext --enable-xvideo --with-x - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - - dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt Programming-FAQ - dodoc README* Sound-FAQ TODO Trouble-Shooting UPDATE_TO_v3.0 - insinto /usr/local/httpd/cgi-bin - insopts -m 755 - doins webcam/webcam.cgi - dodir /usr/X11R6/lib - mv ${D}/usr/lib/X11 ${D}/usr/X11R6/lib - - rm -rf ${D}/usr/X11R6/lib/X11/fonts/misc/fonts.dir - rm -rf ${D}/usr/lib -} - - - - - - diff --git a/media-video/xawtv/xawtv-3.35.ebuild b/media-video/xawtv/xawtv-3.35.ebuild deleted file mode 100644 index afecb37e58cf..000000000000 --- a/media-video/xawtv/xawtv-3.35.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xawtv/xawtv-3.35.ebuild,v 1.1 2001/03/06 06:20:41 achim Exp $ - -A=xawtv_${PV}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="TV application for the bttv driver" -SRC_URI="http://www.strusel007.de/linux/xawtv/${A}" -HOMEPAGE="http://www.strusel007.de/linux/xawtv/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=media-libs/jpeg-6b - >=x11-base/xfree-4.0.1" - -src_unpack() { - unpack ${A} -} - -src_compile() { - cd ${S} - unset DEPEND - try ./configure --host=${CHOST} --prefix=/usr \ - --enable-jpeg --enable-xfree-ext --enable-xvideo --with-x - try make -} - -src_install() { - cd ${S} - try make prefix=${D}/usr install - - dodoc COPYING Changes KNOWN_PROBLEMS Miro_gpio.txt Programming-FAQ - dodoc README* Sound-FAQ TODO Trouble-Shooting UPDATE_TO_v3.0 - insinto /usr/local/httpd/cgi-bin - insopts -m 755 - doins webcam/webcam.cgi - dodir /usr/X11R6/lib - mv ${D}/usr/lib/X11 ${D}/usr/X11R6/lib - - rm -rf ${D}/usr/X11R6/lib/X11/fonts/misc/fonts.dir - rm -rf ${D}/usr/lib -} - - - - - - diff --git a/media-video/xmovie/files/digest-xmovie-1.5.2 b/media-video/xmovie/files/digest-xmovie-1.5.2 deleted file mode 100644 index 60147e18896d..000000000000 --- a/media-video/xmovie/files/digest-xmovie-1.5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 deca0198ffe57b3bd44bcad642c87ba4 xmovie-1.5.2.tar.gz diff --git a/media-video/xmovie/xmovie-1.5.2.ebuild b/media-video/xmovie/xmovie-1.5.2.ebuild deleted file mode 100644 index 90953e5f524e..000000000000 --- a/media-video/xmovie/xmovie-1.5.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.5.2.ebuild,v 1.1 2000/11/15 16:49:05 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A Player for MPEG and Quicktime movies" -SRC_URI="http://heroine.linuxave.net/${A}" -HOMEPAGE="http://heroine.linuxave.net/xmovie.html" - -DEPEND=">=sys-devel/gcc-2.95.2 - >=sys-libs/glibc-2.1.3 - >=dev-lang/nasm-0.98 - >=dev-libs/glib-1.2.8 - >=media-libs/libpng-1.0.7 - >=x11-base/xfree-4.0.1" - -src_compile() { - - cd ${S} - try ./configure - try make - -} - -src_install () { - - cd ${S} - into /usr/X11R6 - dobin xmovie/xmovie - dodoc README - docinto html - dodoc docs/index.html - -} - - - diff --git a/media-video/xmovie/xmovie-1.5.3.ebuild b/media-video/xmovie/xmovie-1.5.3.ebuild deleted file mode 100644 index 1a270903696f..000000000000 --- a/media-video/xmovie/xmovie-1.5.3.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xmovie/xmovie-1.5.3.ebuild,v 1.1 2001/01/05 07:03:30 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="A Player for MPEG and Quicktime movies" -SRC_URI="ftp://heroines.sourceforge.net/pub/heroines/${A}" -HOMEPAGE="http://heroines.sourceforge.net/" - -DEPEND=">=sys-devel/gcc-2.95.2 - >=sys-libs/glibc-2.1.3 - >=dev-lang/nasm-0.98 - >=dev-libs/glib-1.2.8 - >=media-libs/libpng-1.0.7 - >=x11-base/xfree-4.0.1" - -src_compile() { - - cd ${S} - try ./configure - try make - -} - -src_install () { - - cd ${S} - into /usr/X11R6 - dobin xmovie/xmovie - dodoc README - docinto html - dodoc docs/index.html - -} - - - diff --git a/media-video/xmps/files/digest-xmps-0.1.3-r1 b/media-video/xmps/files/digest-xmps-0.1.3-r1 deleted file mode 100644 index b8ffe8a412a8..000000000000 --- a/media-video/xmps/files/digest-xmps-0.1.3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f56559b59e83e3e5eee518b63d95416c xmps-0.1.3.tar.gz diff --git a/media-video/xmps/xmps-0.1.3-r1.ebuild b/media-video/xmps/xmps-0.1.3-r1.ebuild deleted file mode 100644 index 6c0a7cba6adf..000000000000 --- a/media-video/xmps/xmps-0.1.3-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/xmps/xmps-0.1.3-r1.ebuild,v 1.6 2000/12/18 19:12:53 achim Exp $ - -P=xmps-0.1.3 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="X Movie Player System" -SRC_URI="http://www-eleves.enst-bretagne.fr/~chavarri/xmps/sources/${A}" -HOMEPAGE="http://www-eleves.enst-bretagne.fr/~chavarri/xmps/" - -DEPEND=">=media-libs/smpeg-0.4.1 - >=dev-lang/nasm-0.98 - gnome? ( >=gnome-base/gnome-libs-1.2.4 )" - -RDEPEND=">=media-libs/smpeg-0.4.1 - gnome? ( >=gnome-base/gnome-libs-1.2.4 )" - -src_compile() { - - cd ${S} - local myopts - if [ -n "`use gnome`" ] - then - myopts="--enable-gnome --prefix=/opt/gnome" - else - myopts="--disable-gnome --prefix=/usr/X11R6" - fi - try ./configure ${myopts} --host=${CHOST} \ - --with-catgets - cp Makefile Makefile.orig - sed -e "s:\$(bindir)/xmps-config:\$(DESTDIR)\$(bindir)/xmps-config:" \ - Makefile.orig > Makefile - try make - -} - -src_install () { - - cd ${S} - if [ -n "`use gnome`" ] - then - try make prefix=${D}/opt/gnome install - else - try make prefix=${D}/usr/X11R6 install - fi - dodoc AUTHORS ChangeLog COPYING NEWS README TODO - -} - - - |