aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2011-04-18 22:25:41 +0000
committerRene Ladan <rene@FreeBSD.org>2011-04-18 22:25:41 +0000
commit48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79 (patch)
tree5509f9ae2d797f02944d429c11a7b43a3c3d2cf3 /multimedia
parent1042e1bbe987939d4dce45f572cba84222b10aa9 (diff)
downloadports-48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79.tar.gz
ports-48f1d8c469aeb67c4c7838bd2bdf17f28eacbc79.zip
Notes
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile3
-rw-r--r--multimedia/banshee-mirage/Makefile32
-rw-r--r--multimedia/banshee-mirage/distinfo3
-rw-r--r--multimedia/banshee-mirage/pkg-descr5
-rw-r--r--multimedia/banshee-mirage/pkg-plist11
-rw-r--r--multimedia/katchtv/Makefile49
-rw-r--r--multimedia/katchtv/distinfo3
-rw-r--r--multimedia/katchtv/pkg-descr7
-rw-r--r--multimedia/katchtv/pkg-plist25
-rw-r--r--multimedia/libomxil-bellagio/Makefile28
-rw-r--r--multimedia/libomxil-bellagio/distinfo3
-rw-r--r--multimedia/libomxil-bellagio/files/patch-Makefile.in11
-rw-r--r--multimedia/libomxil-bellagio/pkg-descr11
-rw-r--r--multimedia/libomxil-bellagio/pkg-plist76
14 files changed, 0 insertions, 267 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index bbae67de8d96..667b33412bea 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -19,7 +19,6 @@
SUBDIR += avinfo
SUBDIR += bangarang
SUBDIR += banshee
- SUBDIR += banshee-mirage
SUBDIR += beep-media-player
SUBDIR += bmp-extra-plugins
SUBDIR += bmpx
@@ -131,7 +130,6 @@
SUBDIR += k9copy-kde4
SUBDIR += kaffeine
SUBDIR += kaffeine-mozilla
- SUBDIR += katchtv
SUBDIR += kdemultimedia3
SUBDIR += kdemultimedia4
SUBDIR += kdenlive
@@ -162,7 +160,6 @@
SUBDIR += libmovtar
SUBDIR += libmpeg2
SUBDIR += libmpeg3
- SUBDIR += libomxil-bellagio
SUBDIR += libquicktime
SUBDIR += libquicktime-lame
SUBDIR += libtheora
diff --git a/multimedia/banshee-mirage/Makefile b/multimedia/banshee-mirage/Makefile
deleted file mode 100644
index 0d66fb7a6a55..000000000000
--- a/multimedia/banshee-mirage/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: banshee-mirage
-# Date created: 2009-03-22
-# Whom: Romain Tartiere <romain@blogreen.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= mirage
-PORTVERSION= 0.6.0
-CATEGORIES= multimedia
-MASTER_SITES= http://hop.at/mirage/download/
-PKGNAMEPREFIX= banshee-
-
-MAINTAINER= mono@FreeBSD.org
-COMMENT= Automatic Playlist Generation Extension for Banshee
-
-BUILD_DEPENDS= banshee-1:${PORTSDIR}/multimedia/banshee
-RUN_DEPENDS= banshee-1:${PORTSDIR}/multimedia/banshee
-LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float \
- samplerate.1:${PORTSDIR}/audio/libsamplerate
-
-BROKEN= does not build
-DEPRECATED= has been broken for over a half year
-EXPIRATION_DATE=2011-04-17
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_LDCONFIG= yes
-USE_GETTEXT= yes
-USE_GNOME= intltool gnomehack
-
-.include <bsd.port.mk>
diff --git a/multimedia/banshee-mirage/distinfo b/multimedia/banshee-mirage/distinfo
deleted file mode 100644
index d051a88eaddd..000000000000
--- a/multimedia/banshee-mirage/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (mirage-0.6.0.tar.gz) = 257bfa37d65467971da957ed5c469266
-SHA256 (mirage-0.6.0.tar.gz) = 9b4384abc1f30b406de7a7a66583049e58454625427b43f2a7551d1ce09831cb
-SIZE (mirage-0.6.0.tar.gz) = 390005
diff --git a/multimedia/banshee-mirage/pkg-descr b/multimedia/banshee-mirage/pkg-descr
deleted file mode 100644
index 3756b2bf447a..000000000000
--- a/multimedia/banshee-mirage/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Mirage analyzes your music collection and computes acoustic similarity models
-for each song. After your music collection has been analyzed, Mirage is able to
-automatically generate playlists of similar music.
-
-WWW: http://hop.at/mirage/
diff --git a/multimedia/banshee-mirage/pkg-plist b/multimedia/banshee-mirage/pkg-plist
deleted file mode 100644
index 685fae237171..000000000000
--- a/multimedia/banshee-mirage/pkg-plist
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $FreeBSD$
-lib/libmirageaudio.so
-lib/libmirageaudio.la
-lib/libmirageaudio.a
-lib/banshee-1/Extensions/Mirage.dll
-lib/banshee-1/Extensions/Mirage.dll.mdb
-lib/banshee-1/Extensions/Banshee.Mirage.dll
-lib/banshee-1/Extensions/Banshee.Mirage.dll.mdb
-share/locale/de/LC_MESSAGES/banshee-mirage.mo
-share/locale/it/LC_MESSAGES/banshee-mirage.mo
-@dirrmtry lib/banshee-1/Extensions
diff --git a/multimedia/katchtv/Makefile b/multimedia/katchtv/Makefile
deleted file mode 100644
index 912c506cac45..000000000000
--- a/multimedia/katchtv/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: katchtv
-# Date created: 2006-05-02
-# Whom: Nicola Vitale <nivit@email.it>
-#
-# $FreeBSD$
-#
-
-PORTNAME= katchtv
-PORTVERSION= 1.0
-PORTREVISION= 7
-CATEGORIES= multimedia kde python
-MASTER_SITES= http://www.digitalunleashed.com/downloads/${PORTNAME}/ \
- http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
-DISTNAME= ${PORTNAME}_latest_release
-DIST_SUBDIR= ${PORTNAME}/${PORTVERSION}
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= An Internet TV application (for KDE)
-
-RUN_DEPENDS= kdepyuic:${PORTSDIR}/x11-toolkits/py-kde \
- kaffeine:${PORTSDIR}/multimedia/kaffeine
-
-BROKEN= does not work with new kaffeine
-DEPRECATED= has been broken for a half year
-EXPIRATION_DATE=2011-04-17
-
-NO_BUILD= yes
-USE_BZIP2= yes
-
-WRKSRC= ${WRKDIR}/KatchTV
-
-FIND_DELETE= -type f \( -name "README*" -or -name "LICENSE*" -or -name MANIFEST -or -name TODO -or -name ChangeLog -or -name PKG-INFO \)
-FIND_DIRS= -type d
-FIND_DATA= -type f
-
-LN_OPTS= -sf
-
-KATCHTV_SCRIPT= KatchTV
-
-post-extract:
- cd ${WRKSRC} && ${FIND} . ${FIND_DELETE} -delete
-
-do-install:
- cd ${WRKSRC} && ${FIND} . ${FIND_DIRS} -exec ${MKDIR} ${DATADIR}/{} ";"
- cd ${WRKSRC} && ${FIND} . ${FIND_DATA} -exec ${INSTALL_DATA} {} ${DATADIR}/{} ";"
- ${INSTALL_SCRIPT} ${WRKSRC}/${KATCHTV_SCRIPT} ${DATADIR}/${KATCHTV_SCRIPT}
- ${LN} ${LN_OPTS} ${DATADIR}/${KATCHTV_SCRIPT} ${PREFIX}/bin/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/multimedia/katchtv/distinfo b/multimedia/katchtv/distinfo
deleted file mode 100644
index fd14abd8b7c7..000000000000
--- a/multimedia/katchtv/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (katchtv/1.0/katchtv_latest_release.tar.bz2) = b41d8c68cea91627917f88a4423a1c50
-SHA256 (katchtv/1.0/katchtv_latest_release.tar.bz2) = 74ac0f46eff6054111e5b9f4cdb6da0b30234643995aa15b76764f5355d57cb2
-SIZE (katchtv/1.0/katchtv_latest_release.tar.bz2) = 101629
diff --git a/multimedia/katchtv/pkg-descr b/multimedia/katchtv/pkg-descr
deleted file mode 100644
index 455da82fce8b..000000000000
--- a/multimedia/katchtv/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-KatchTV is an "Internet TV" application (for KDE). KatchTV makes it easy
-to subscribe to "TV" channels from all over the internet in the form
-of podcasts, so that you can browse channels, download shows, and watch
-them, all from one convenient interface.
-
-Author: Lee Braiden <lee.b@digitalunleashed.com>
-WWW: http://www.digitalunleashed.com/giving.php
diff --git a/multimedia/katchtv/pkg-plist b/multimedia/katchtv/pkg-plist
deleted file mode 100644
index 1c5d3b619aec..000000000000
--- a/multimedia/katchtv/pkg-plist
+++ /dev/null
@@ -1,25 +0,0 @@
-@comment $FreeBSD$
-bin/katchtv
-%%DATADIR%%/Docs/Manual/images/live_bookmark2.gif
-%%DATADIR%%/Docs/Manual/images/xml2.gif
-%%DATADIR%%/Docs/Manual/index.html
-%%DATADIR%%/KatchTV
-%%DATADIR%%/thirdparty/feedparser.py
-%%DATADIR%%/thirdparty/urlgrabber-2.9.9/setup.py
-%%DATADIR%%/thirdparty/urlgrabber-2.9.9/urlgrabber/__init__.py
-%%DATADIR%%/thirdparty/urlgrabber-2.9.9/urlgrabber/byterange.py
-%%DATADIR%%/thirdparty/urlgrabber-2.9.9/urlgrabber/grabber.py
-%%DATADIR%%/thirdparty/urlgrabber-2.9.9/urlgrabber/keepalive.py
-%%DATADIR%%/thirdparty/urlgrabber-2.9.9/urlgrabber/mirror.py
-%%DATADIR%%/thirdparty/urlgrabber-2.9.9/urlgrabber/progress.py
-%%DATADIR%%/uicode/KTVMainWindow.py
-%%DATADIR%%/webstyle/progressbar.png
-@dirrm %%DATADIR%%/Docs/Manual/images
-@dirrm %%DATADIR%%/Docs/Manual
-@dirrm %%DATADIR%%/Docs
-@dirrm %%DATADIR%%/thirdparty/urlgrabber-2.9.9/urlgrabber
-@dirrm %%DATADIR%%/thirdparty/urlgrabber-2.9.9
-@dirrm %%DATADIR%%/thirdparty
-@dirrm %%DATADIR%%/uicode
-@dirrm %%DATADIR%%/webstyle
-@dirrm %%DATADIR%%
diff --git a/multimedia/libomxil-bellagio/Makefile b/multimedia/libomxil-bellagio/Makefile
deleted file mode 100644
index 5103584c6d65..000000000000
--- a/multimedia/libomxil-bellagio/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: libomxil-bellagio
-# Date created: 2009-10-04
-# Whom: Thinker K.F. Li <thinker@branda.to>
-#
-# $FreeBSD$
-#
-
-PORTNAME= libomxil-bellagio
-PORTVERSION= 0.9.1
-PORTREVISION= 1
-CATEGORIES= multimedia
-MASTER_SITES= SF/omxil/omxil/Bellagio%200.9.1
-
-MAINTAINER= thinker@branda.to
-COMMENT= Bellagio is an implementation of the OpenMAX IL API
-
-LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
-
-BROKEN= bad plist
-DEPRECATED= has been broken for almost a year
-EXPIRATION_DATE=2011-04-17
-
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-
-MAN1= omxregister-bellagio.1
-
-.include <bsd.port.mk>
diff --git a/multimedia/libomxil-bellagio/distinfo b/multimedia/libomxil-bellagio/distinfo
deleted file mode 100644
index ced26c6dd60f..000000000000
--- a/multimedia/libomxil-bellagio/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (libomxil-bellagio-0.9.1.tar.gz) = 757371e21e4f3653ce4d12d3ba0be1e0
-SHA256 (libomxil-bellagio-0.9.1.tar.gz) = 9a0864cd442c43e5b69072dc0617b56252bc933fce26f6bfd6d47909287a353a
-SIZE (libomxil-bellagio-0.9.1.tar.gz) = 1255826
diff --git a/multimedia/libomxil-bellagio/files/patch-Makefile.in b/multimedia/libomxil-bellagio/files/patch-Makefile.in
deleted file mode 100644
index 862caafa8435..000000000000
--- a/multimedia/libomxil-bellagio/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig 2008-09-18 19:52:15.000000000 +0800
-+++ Makefile.in 2009-10-04 21:59:06.000000000 +0800
-@@ -215,7 +215,7 @@
- EXTRA_DIST = libomxil-bellagio.spec sis group src/components/components_symbian \
- src/loaders test/components/components_symbian
-
--pkgconfigdir = $(libdir)/pkgconfig
-+pkgconfigdir = $(prefix)/libdata/pkgconfig
- pkgconfig_DATA = libomxil-bellagio.pc
- doc_DATA = README \
- ChangeLog \
diff --git a/multimedia/libomxil-bellagio/pkg-descr b/multimedia/libomxil-bellagio/pkg-descr
deleted file mode 100644
index 07518c1a1396..000000000000
--- a/multimedia/libomxil-bellagio/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Bellagio is an opensource implementation of the OpenMAX IL API that
-runs on Linux PC, including:
-
- * A shared library with the IL core and a "reference" OpenMAX component
- * A number of OpenMAX components which pass Khronos conformance tests
-
-It is intended to show the usage of the IL API and to allow people to
-start developing components.
-
-
-WWW: http://omxil.sourceforge.net/index.html
diff --git a/multimedia/libomxil-bellagio/pkg-plist b/multimedia/libomxil-bellagio/pkg-plist
deleted file mode 100644
index f7524b18e3f0..000000000000
--- a/multimedia/libomxil-bellagio/pkg-plist
+++ /dev/null
@@ -1,76 +0,0 @@
-%%DOCSDIR%%/README
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/TODO
-bin/cjpeg
-bin/djpeg
-bin/jpegtran
-bin/rdjpgcom
-bin/wrjpgcom
-bin/omxregister-bellagio
-include/jconfig.h
-include/jerror.h
-include/jmorecfg.h
-include/jpeglib.h
-include/jpegint.h
-include/bellagio/omxcore.h
-include/bellagio/queue.h
-include/bellagio/component_loader.h
-include/bellagio/st_static_component_loader.h
-include/bellagio/tsemaphore.h
-include/bellagio/omx_comp_debug_levels.h
-include/bellagio/omx_base_component.h
-include/bellagio/omx_base_port.h
-include/bellagio/omx_base_audio_port.h
-include/bellagio/omx_base_video_port.h
-include/bellagio/omx_base_filter.h
-include/bellagio/omx_base_sink.h
-include/bellagio/omx_base_source.h
-include/bellagio/omx_classmagic.h
-include/jdct.h
-include/jversion.h
-include/jmemsys.h
-include/transupp.h
-include/OMX_Audio.h
-include/OMX_Core.h
-include/OMX_Image.h
-include/OMX_IVCommon.h
-include/OMX_Types.h
-include/OMX_Component.h
-include/OMX_Index.h
-include/OMX_Other.h
-include/OMX_Video.h
-include/OMX_ContentPipe.h
-lib/libjpeg.so
-lib/libjpeg.la
-lib/libjpeg.a
-lib/libomxil-bellagio.so.0
-lib/libomxil-bellagio.so
-lib/libomxil-bellagio.la
-lib/libomxil-bellagio.a
-lib/bellagio/libomxffmpeg.so
-lib/bellagio/libomxffmpeg.la
-lib/bellagio/libomxffmpeg.a
-lib/bellagio/libomxfilereader.so
-lib/bellagio/libomxfilereader.la
-lib/bellagio/libomxfilereader.a
-lib/bellagio/libomxaudio_effects.so
-lib/bellagio/libomxaudio_effects.la
-lib/bellagio/libomxaudio_effects.a
-lib/bellagio/libomxvorbis.so
-lib/bellagio/libomxvorbis.la
-lib/bellagio/libomxvorbis.a
-lib/bellagio/libomxparser3gp.so
-lib/bellagio/libomxparser3gp.la
-lib/bellagio/libomxparser3gp.a
-lib/bellagio/libomxclocksrc.so
-lib/bellagio/libomxclocksrc.la
-lib/bellagio/libomxclocksrc.a
-lib/bellagio/libomximagejpeg.so
-lib/bellagio/libomximagejpeg.la
-lib/bellagio/libomximagejpeg.a
-lib/libjpeg.so.0
-libdata/pkgconfig/libomxil-bellagio.pc
-@dirrm %%DOCSDIR%%
-@dirrm lib/bellagio
-@dirrm include/bellagio
-@dirrmtry libdata/pkgconfig