diff options
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/Manifest.gz | bin | 42749 -> 42748 bytes | |||
-rw-r--r-- | media-plugins/libvisual-plugins/Manifest | 3 | ||||
-rw-r--r-- | media-plugins/libvisual-plugins/libvisual-plugins-0.4.1.ebuild | 55 | ||||
-rw-r--r-- | media-plugins/libvisual-plugins/libvisual-plugins-0.4.2.ebuild | 60 |
4 files changed, 0 insertions, 118 deletions
diff --git a/media-plugins/Manifest.gz b/media-plugins/Manifest.gz Binary files differindex 2a02a5e034b5..824774c87522 100644 --- a/media-plugins/Manifest.gz +++ b/media-plugins/Manifest.gz diff --git a/media-plugins/libvisual-plugins/Manifest b/media-plugins/libvisual-plugins/Manifest index efb8117175d8..30898ea0ce92 100644 --- a/media-plugins/libvisual-plugins/Manifest +++ b/media-plugins/libvisual-plugins/Manifest @@ -1,6 +1,3 @@ -DIST libvisual-plugins-0.4.1.tar.bz2 687994 BLAKE2B 5899580c3b4f5959a5105b79565bd69d87973a38c3d860fb480d88a29846d3017b207ec318ffbd4a2e47382207ccd04cb043a99b68e76f0690cf77fa270e8722 SHA512 db80b081615e129d4bea34c7d99af1978bd1b569f4a1f17cfbbe3cadafc954085552c5944198f9c86f43aa367460d3ca5b4e4ea2aacee4f78dce9ff802a80663 DIST libvisual-plugins-0.4.2.tar.bz2 731700 BLAKE2B 9a803c2b545fe854959043a37123089f4a215fa8139fc72a520f6cffccb004f347709ea68c273dccf60373a957ecd0aaf7ed0fd3319d431c1f65dcfe10432a95 SHA512 16015bad0a898d0990ba9d5a1fe2ab2d649b5db8b965cc00fa62b095033dc8cf27559e79cc49099b5b0a1d679f1f5f6ba9ccf2eac3ac87ebe48da2e64554a568 -EBUILD libvisual-plugins-0.4.1.ebuild 1644 BLAKE2B 8701d375bdad94b2bd33a6519585b98aec4eb390d3ee03c7de0a05a48f56cf70f2b385f04f5926d4e71731c255c94386b0124b5b88ed1a11ad19488fa41afff1 SHA512 00f42e088153c394846205f79d24f42bc3b3af60b55ee4dfc880171a852c1016e93231f4ff4baf6e5fb0dbd85f3169cd59abcda2f7d351323a25580ecb14ea66 EBUILD libvisual-plugins-0.4.2-r1.ebuild 2139 BLAKE2B 60219395cd129aa2618ffc817d9c7b4f640511b7c9d858116cb2fc71ff4229536e87d0c27b509f04ced6e7021544a679c1587511a2b835461688518f138a62a7 SHA512 b604e20e9254d3b7cf40c657ae00a931bfdd4b16c4b4012107644b82418043b9b9643fdda4ea6f58f9919c0011460c4d512978644ce4dc82f146206501363829 -EBUILD libvisual-plugins-0.4.2.ebuild 1882 BLAKE2B dbf86a2215a9254aca884e95be727b37d8983e236380385806d6e6b31670a97d0ca7ddbecf828791f1e1d0181945bdcb1bc08af5b5409382e02f08f25f1d4b13 SHA512 efe5386c9137adb027c6ace5a90dcc276e04eb828b4fc2444f207c1e277b627ad284b43597ae05a9363bf9aa042a0f890dd68d5bb7ce79471e0059d6b6f5f4c9 MISC metadata.xml 502 BLAKE2B cdca87d3e30a985550bf0ae3d922a07670553d360128283d789adbf4584d0d3fa5ae339e52901a8e16c5e1650b6414e5f260aca841957f2ed124e7c437c29a14 SHA512 da4595d0e3dc330fabf03183ae7233323eea087b8e4daeb336d6d2e1ee84156d0639a74b41fe742147477442ab5fef2e51c1cf56e06cdba2647f97f0964bf2cd diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.1.ebuild b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.1.ebuild deleted file mode 100644 index 353c5491c704..000000000000 --- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit multilib-minimal - -DESCRIPTION="collection of visualization plugins for use with the libvisual framework" -HOMEPAGE="http://libvisual.org/" -SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.4" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" -IUSE="alsa debug gtk jack mplayer opengl" - -RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] - ~media-libs/libvisual-${PV}[${MULTILIB_USEDEP}] - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - gtk? ( >=x11-libs/gtk+-2.24.23:2[${MULTILIB_USEDEP}] ) - jack? ( virtual/jack[${MULTILIB_USEDEP}] ) - opengl? ( - >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] - )" -BDEPEND=">=virtual/pkgconfig-0-r1" - -DEPEND="${RDEPEND} - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - --disable-esd \ - $(use_enable jack) \ - $(use_enable gtk gdkpixbuf-plugin) \ - --disable-gstreamer-plugin \ - $(use_enable alsa) \ - $(use_enable mplayer) \ - $(use_enable debug inputdebug) \ - $(use_enable opengl gltest) \ - $(use_enable opengl nastyfft) \ - $(use_enable opengl madspin) \ - $(use_enable opengl flower) \ - $(use_enable debug) -} - -multilib_src_install_all() { - einstalldocs - find "${D}" -name "*.la" -delete || die -} diff --git a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.2.ebuild b/media-plugins/libvisual-plugins/libvisual-plugins-0.4.2.ebuild deleted file mode 100644 index 51ca570d787d..000000000000 --- a/media-plugins/libvisual-plugins/libvisual-plugins-0.4.2.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit multilib-minimal - -DESCRIPTION="collection of visualization plugins for use with the libvisual framework" -HOMEPAGE="http://libvisual.org/" -SRC_URI="https://github.com/Libvisual/libvisual/releases/download/${P}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0.4" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv sparc x86" -IUSE="alsa debug gstreamer gtk jack mplayer opengl portaudio pulseaudio" - -RDEPEND=">=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] - ~media-libs/libvisual-${PV}[${MULTILIB_USEDEP}] - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] - >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}] - alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) - gstreamer? ( media-libs/gstreamer[${MULTILIB_USEDEP}] ) - gtk? ( x11-libs/gtk+:3[${MULTILIB_USEDEP}] ) - jack? ( virtual/jack[${MULTILIB_USEDEP}] ) - opengl? ( - >=virtual/glu-9.0-r1[${MULTILIB_USEDEP}] - >=virtual/opengl-7.0-r1[${MULTILIB_USEDEP}] - ) - portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] ) - pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] ) -" -BDEPEND=">=virtual/pkgconfig-0-r1" - -DEPEND="${RDEPEND} - >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -multilib_src_configure() { - ECONF_SOURCE=${S} \ - econf \ - $(use_enable jack) \ - $(use_enable gtk gdkpixbuf-plugin) \ - $(use_enable gstreamer gstreamer-plugin) \ - $(use_enable alsa) \ - $(use_enable mplayer) \ - --enable-inputdebug \ - $(use_enable opengl gltest) \ - $(use_enable opengl nastyfft) \ - $(use_enable opengl madspin) \ - $(use_enable opengl flower) \ - $(use_enable debug) \ - $(use_enable portaudio) \ - $(use_enable pulseaudio) -} - -multilib_src_install_all() { - einstalldocs - find "${D}" -name "*.la" -delete || die -} |