aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-11-15 08:15:24 +0800
committerrene <rene@FreeBSD.org>2014-11-15 08:15:24 +0800
commitb2eb310863791bce80263635b38ac15128bf6d20 (patch)
tree4b6f038842d059bff1b46bae455a53a0bb8c6bb0
parent2b06bda37491125a6051874d782ad381e7b9ab45 (diff)
downloadfreebsd-ports-gnome-b2eb310863791bce80263635b38ac15128bf6d20.tar.gz
freebsd-ports-gnome-b2eb310863791bce80263635b38ac15128bf6d20.tar.zst
freebsd-ports-gnome-b2eb310863791bce80263635b38ac15128bf6d20.zip
Remove expired port:
2014-11-15 audio/cuberok: Upstream development has stalled
-rw-r--r--MOVED1
-rw-r--r--audio/Makefile1
-rw-r--r--audio/cuberok/Makefile48
-rw-r--r--audio/cuberok/distinfo2
-rw-r--r--audio/cuberok/files/patch-src-player_ffmpeg.h16
-rw-r--r--audio/cuberok/pkg-descr21
-rw-r--r--audio/cuberok/pkg-plist9
7 files changed, 1 insertions, 97 deletions
diff --git a/MOVED b/MOVED
index 20e304a59dbb..efdfdd1a4b30 100644
--- a/MOVED
+++ b/MOVED
@@ -7182,3 +7182,4 @@ science/elmer-matc|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfe
science/elmer-meshgen2d|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfem
science/elmergrid|cad/elmerfem|2014-11-07|Has expired: Obsoleted by cad/elmerfem
security/pinentry-gtk||2014-11-13|Removed: upstream ended support for GTK+ 1
+audio/cuberok||2014-11-15|Has expired: Upstream development has stalled
diff --git a/audio/Makefile b/audio/Makefile
index 3fd81fbd8aba..7044246b7693 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -85,7 +85,6 @@
SUBDIR += csound
SUBDIR += csound6
SUBDIR += ctronome
- SUBDIR += cuberok
SUBDIR += cue2toc
SUBDIR += cueplayer
SUBDIR += cuetools
diff --git a/audio/cuberok/Makefile b/audio/cuberok/Makefile
deleted file mode 100644
index 970bbf2b3dcf..000000000000
--- a/audio/cuberok/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= cuberok
-PORTVERSION= 0.0.11
-PORTREVISION= 8
-CATEGORIES= audio
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= vg@FreeBSD.org
-COMMENT= Music player and collection manager based on Qt4
-
-BUILD_DEPENDS= audiere-config:${PORTSDIR}/audio/audiere \
- ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb
-LIB_DEPENDS= libavcodec0.so:${PORTSDIR}/multimedia/ffmpeg0 \
- libavformat0.so:${PORTSDIR}/multimedia/ffmpeg0 \
- libavutil0.so:${PORTSDIR}/multimedia/ffmpeg0 \
- libtag.so:${PORTSDIR}/audio/taglib
-
-DEPRECATED= Upstream development has stalled
-EXPIRATION_DATE= 2014-11-15
-
-USE_GSTREAMER= yes
-USE_QT4= gui xml uic_build moc_build rcc_build \
- network phonon-gst sql
-USES= gettext iconv pkgconfig qmake
-USE_SDL= sdl
-QMAKE_ARGS+= "CONFIG+=player_phonon"
-
-BROKEN_ia64= does not compile
-BROKEN_powerpc= ${BROKEN_ia64}
-BROKEN_sparc64= ${BROKEN_ia64}
-
-post-patch:
- @${REINPLACE_CMD} \
- -e 's,libavcodec,libavcodec0,g' \
- -e 's,libavutil,libavutil0,g' \
- -e 's,libavformat,libavformat0,g' \
- ${WRKSRC}/Cuberok.pro \
- ${WRKSRC}/plugins/player_ffmpeg/player_ffmpeg.pro
- ${REINPLACE_CMD} -e 's/lib64/lib/g' \
- ${WRKSRC}/plugins/plugins_path-x86*
-# Fix installation paths
- ${REINPLACE_CMD} '/.path =/s,= \(.*\),= $$$$PREFIX/\1,' \
- ${WRKSRC}/plugins/*.pri \
- ${WRKSRC}/src/src.pro
-
-.include <bsd.port.mk>
diff --git a/audio/cuberok/distinfo b/audio/cuberok/distinfo
deleted file mode 100644
index 034357aaed80..000000000000
--- a/audio/cuberok/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cuberok-0.0.11.tar.gz) = 33f4e4c9dbc3b4ede506ce58363d19a2fe9481d7bb3d64858c3ab28bc5039bad
-SIZE (cuberok-0.0.11.tar.gz) = 492013
diff --git a/audio/cuberok/files/patch-src-player_ffmpeg.h b/audio/cuberok/files/patch-src-player_ffmpeg.h
deleted file mode 100644
index 01dab60e7993..000000000000
--- a/audio/cuberok/files/patch-src-player_ffmpeg.h
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/player_ffmpeg.h.orig 2009-07-10 03:14:03.000000000 -0300
-+++ src/player_ffmpeg.h 2013-10-08 19:36:06.326157022 -0300
-@@ -23,13 +23,8 @@
- #include <QtCore>
- #include "player.h"
- extern "C" {
--#ifdef WIN32
- #include <libavcodec/avcodec.h>
- #include <libavformat/avformat.h>
--#else
--#include <avcodec.h>
--#include <avformat.h>
--#endif
- }
-
- class PlayThread : public QThread
diff --git a/audio/cuberok/pkg-descr b/audio/cuberok/pkg-descr
deleted file mode 100644
index 0fe284fe4a04..000000000000
--- a/audio/cuberok/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Cuberok is a music player and a collection manager based on Qt4. It has
-lightweight interface, music collection support and many features, e.g.
-music autorating and Last.FM scrobbler.
-
-Features:
--CUE support. Codepage selection for CUE sheets
--Shoutcast/icecast support (for GStreamer and Phonon)
--Support internet services Jamendo and MagnaTune (New in v.0.0.9)
--Last.FM and Libre.FM scrobblers
--Downloading images for albums and artists from Last.FM
--Loading artist and album info from Last.FM, loading lyrics from LyricWiki.org
--Auto rating for songs. Rating for albums, artists and genres automatically
-calculated from rating of songs.
--Easy collection browsing. Just double click on genre to view all artist in
-this genre.
--Smart playlists (custom SQL requests)
--Support for AlbumArt as separate file on disk. Art can be assinged to genre
-and atrist too.
--And etc...
-
-WWW: http://code.google.com/p/cuberok/
diff --git a/audio/cuberok/pkg-plist b/audio/cuberok/pkg-plist
deleted file mode 100644
index 99d9331937f6..000000000000
--- a/audio/cuberok/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/cuberok
-lib/cuberok/libcuberok_style.so
-lib/cuberok/libplayer_ffmpeg.so
-lib/cuberok/libplayer_gst.so
-lib/cuberok/libplayer_phonon.so
-lib/cuberok/libplayer_audiere.so
-share/applications/cuberok.desktop
-%%DATADIR%%/locale/cuberok_ru.qm
-share/pixmaps/cuberok.xpm