aboutsummaryrefslogtreecommitdiff
path: root/audio/bmp-wma
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-03-06 12:13:54 +0000
committerRene Ladan <rene@FreeBSD.org>2014-03-06 12:13:54 +0000
commit4260becf394dc78ad5b696b38eb1e3b47e32f8c1 (patch)
tree2e152eed9e20c5d8bf7d697a34d59a56f7bc22ab /audio/bmp-wma
parentdc5b6afed5dfe3e0bb8e96bc4ac37290db6e8d49 (diff)
Remove expired ports:
2014-03-05 databases/mysqlard: Abandonware 2014-03-05 print/acrobatviewer: Abandoned, outdated (no updates since 1999) 2014-03-06 multimedia/castpodder: Depends on deprecated multimedia/beep-media-player 2014-03-06 audio/bmp-modplug: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-fc: Abandonware, please consider using multimedia/audacious instead 2014-03-06 graphics/bmp-rootvis: Abandonware, please consider using multimedia/audacious instead 2014-03-06 deskutils/bmp-docklet: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-festalon: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-faad: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-flac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-wma: Abandonware, please consider using multimedia/audacious instead 2014-03-06 multimedia/py-pybmp: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-mac: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-songchange: Abandonware, please consider using multimedia/audacious instead 2014-03-06 audio/bmp-htmlplaylist: Abandonware, please consider using multimedia/audacious instead
Notes
Notes: svn path=/head/; revision=347184
Diffstat (limited to 'audio/bmp-wma')
-rw-r--r--audio/bmp-wma/Makefile37
-rw-r--r--audio/bmp-wma/distinfo2
-rw-r--r--audio/bmp-wma/files/patch-src-libffwma-common.h17
-rw-r--r--audio/bmp-wma/files/patch-src-libffwma-dsputil.h17
-rw-r--r--audio/bmp-wma/pkg-descr4
5 files changed, 0 insertions, 77 deletions
diff --git a/audio/bmp-wma/Makefile b/audio/bmp-wma/Makefile
deleted file mode 100644
index 75fba8db74e0..000000000000
--- a/audio/bmp-wma/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
-# $FreeBSD$
-
-PORTNAME= bmp-wma
-PORTVERSION= 0.1.1
-PORTREVISION= 10
-CATEGORIES= audio
-MASTER_SITES= http://download.berlios.de/bmp-plugins/
-
-MAINTAINER= novel@FreeBSD.org
-COMMENT= WMA input plugin for beep-media-player
-
-DEPRECATED= Abandonware, please consider using multimedia/audacious instead
-EXPIRATION_DATE= 2014-03-06
-
-LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player
-
-PLIST_FILES= lib/bmp/Input/libwma.so \
- lib/bmp/Input/libwma.la \
- lib/bmp/Input/libwma.a
-
-NO_STAGE= yes
-USES= pkgconfig
-GNU_CONFIGURE= yes
-USE_AUTOTOOLS= libtool
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "i386"
-CONFIGURE_ARGS+= --enable-x86
-.endif
-
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CFLAGS+= -fpic -DPIC
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/audio/bmp-wma/distinfo b/audio/bmp-wma/distinfo
deleted file mode 100644
index 2cecfe33eafb..000000000000
--- a/audio/bmp-wma/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (bmp-wma-0.1.1.tar.gz) = cbf716b1e400bc36e7292ce7112a7dbc489fd482289e3474e13c990ee009107f
-SIZE (bmp-wma-0.1.1.tar.gz) = 469872
diff --git a/audio/bmp-wma/files/patch-src-libffwma-common.h b/audio/bmp-wma/files/patch-src-libffwma-common.h
deleted file mode 100644
index c4ac35ab58dd..000000000000
--- a/audio/bmp-wma/files/patch-src-libffwma-common.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/libffwma/common.h.orig 2007-07-08 09:37:09.000000000 +0400
-+++ src/libffwma/common.h 2007-07-08 09:37:26.000000000 +0400
-@@ -65,14 +65,6 @@
- #define AVOPTION_SUB(ptr) { .name = NULL, .help = (const char*)ptr }
- #define AVOPTION_END() AVOPTION_SUB(NULL)
-
--struct AVOption;
--#ifdef HAVE_MMX
--extern const struct AVOption avoptions_common[3 + 5];
--#else
--extern const struct AVOption avoptions_common[3];
--#endif
--extern const struct AVOption avoptions_workaround_bug[11];
--
- #endif /* HAVE_AV_CONFIG_H */
-
- /* Suppress restrict if it was not defined in config.h. */
diff --git a/audio/bmp-wma/files/patch-src-libffwma-dsputil.h b/audio/bmp-wma/files/patch-src-libffwma-dsputil.h
deleted file mode 100644
index 40d0888900d2..000000000000
--- a/audio/bmp-wma/files/patch-src-libffwma-dsputil.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/libffwma/dsputil.h.orig 2007-07-08 09:40:03.000000000 +0400
-+++ src/libffwma/dsputil.h 2007-07-08 09:50:14.000000000 +0400
-@@ -509,14 +509,4 @@
- return score;\
- }
-
--#ifndef HAVE_LRINTF
--/* XXX: add ISOC specific test to avoid specific BSD testing. */
--/* better than nothing implementation. */
--/* btw, rintf() is existing on fbsd too -- alex */
--static inline long int lrintf(float x)
--{
-- return (int)(rint(x));
--}
--#endif
--
- #endif
diff --git a/audio/bmp-wma/pkg-descr b/audio/bmp-wma/pkg-descr
deleted file mode 100644
index 0364f5ecb84e..000000000000
--- a/audio/bmp-wma/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-bmp-wma is WMA input plugin for beep-media-player, it's
-based on xmms-wma but lots of things were changed.
-
-WWW: http://bmp-plugins.berlios.de/novelian/project.php?p=bmp-wma