mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
media-libs/xine-lib: Removed old.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST xine-lib-1.2.6.tar.xz 5020964 BLAKE2B 832a05897b233773569d74caf5320b5a11fddf6290310b51ab68e61f329faa2aeed2e3410ebc0aee8f4584ef441d97c279522eabca052e96783e389a5bdc4dd7 SHA512 ed4b1bc29daf85021cb83393d010ddca0ce9da508a8ddb9fec554f18eda1d156fc08f0aeaabeb7afe93fc445f049f84057e0708e6c87cd123c5cd2b20f8a25fd
|
||||
DIST xine-lib-1.2.8.tar.xz 5151580 BLAKE2B e0b62aa74545aa40737673e8fb4b6f493f65cbb14f059aaafdeab52f0ad6a34832558b0e1f6cad3bc288e584594de3a4e842d1e770dbc1244247431bb5bd1829 SHA512 ef7cdf1090f4e113f441055963dce9751b548398ff1a4da5e45b7fea45d4f8b5443622e675d343984ec956f3fc054ff9214a2aee3edd3a79d8ddb77afc3e17b2
|
||||
DIST xine-lib-1.2.9.tar.xz 5180452 BLAKE2B 43d977d31bf2fcabd896c806e56d5cd12cf579951a4e0df5451df7323fb43cff2770fb2bf1b65b9041e761ec9e9e68d55f761e18522c787aa643f71bb73bd0b7 SHA512 bc672b32d6d72e6fa5641319e0bd15d721ea4b65e6d025e3cdbf6ba3655a7b2c714809d919a53fca8a908a7ce37541a341c13dd8a336799c2e942d5f86b84d3c
|
||||
|
||||
@@ -1,226 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit autotools flag-o-matic libtool multilib eutils
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
|
||||
inherit mercurial eutils
|
||||
unset NLS_IUSE
|
||||
NLS_DEPEND="sys-devel/gettext"
|
||||
NLS_RDEPEND="virtual/libintl"
|
||||
else
|
||||
KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd ~x86-fbsd"
|
||||
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
|
||||
NLS_IUSE="nls"
|
||||
NLS_DEPEND="nls? ( sys-devel/gettext )"
|
||||
NLS_RDEPEND="nls? ( virtual/libintl )"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Core libraries for Xine movie player"
|
||||
HOMEPAGE="http://xine.sourceforge.net/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="1"
|
||||
IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusionsound gtk imagemagick ipv6 jack jpeg libav libcaca mad +mmap mng modplug musepack opengl oss pulseaudio samba sdl speex theora truetype v4l vaapi vcd vdpau vdr vidix +vis vorbis vpx wavpack +X +xcb xinerama +xv xvmc ${NLS_IUSE}"
|
||||
|
||||
RDEPEND="${NLS_RDEPEND}
|
||||
dev-libs/libxdg-basedir
|
||||
media-libs/libdvdnav
|
||||
sys-libs/zlib
|
||||
!libav? ( media-video/ffmpeg:0= )
|
||||
libav? (
|
||||
media-libs/libpostproc:0=
|
||||
media-video/libav:0=
|
||||
)
|
||||
virtual/libiconv
|
||||
a52? ( media-libs/a52dec )
|
||||
aac? ( media-libs/faad2 )
|
||||
aalib? ( media-libs/aalib )
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
bluray? ( >=media-libs/libbluray-0.2.1:= )
|
||||
css? ( >=media-libs/libdvdcss-1.2.10 )
|
||||
directfb? ( dev-libs/DirectFB )
|
||||
dts? ( media-libs/libdca )
|
||||
dxr3? ( media-libs/libfame )
|
||||
flac? ( media-libs/flac )
|
||||
fusionsound? ( >=dev-libs/DirectFB-1.7.1[fusionsound] )
|
||||
gtk? ( x11-libs/gdk-pixbuf:2 )
|
||||
imagemagick? ( virtual/imagemagick-tools )
|
||||
jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
|
||||
jpeg? ( virtual/jpeg:0 )
|
||||
libcaca? ( media-libs/libcaca )
|
||||
mad? ( media-libs/libmad )
|
||||
mng? ( media-libs/libmng )
|
||||
modplug? ( >=media-libs/libmodplug-0.8.8.1 )
|
||||
musepack? ( >=media-sound/musepack-tools-444 )
|
||||
opengl? (
|
||||
virtual/glu
|
||||
virtual/opengl
|
||||
)
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
samba? ( net-fs/samba )
|
||||
sdl? ( media-libs/libsdl )
|
||||
speex? (
|
||||
media-libs/libogg
|
||||
media-libs/speex
|
||||
)
|
||||
theora? (
|
||||
media-libs/libogg
|
||||
media-libs/libtheora
|
||||
)
|
||||
truetype? (
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype:2
|
||||
)
|
||||
v4l? ( media-libs/libv4l )
|
||||
vaapi? ( x11-libs/libva[X,opengl] )
|
||||
vcd? (
|
||||
>=media-video/vcdimager-0.7.23
|
||||
dev-libs/libcdio:0=[-minimal]
|
||||
)
|
||||
vdpau? ( x11-libs/libvdpau )
|
||||
vorbis? (
|
||||
media-libs/libogg
|
||||
media-libs/libvorbis
|
||||
)
|
||||
vpx? ( media-libs/libvpx:0= )
|
||||
wavpack? ( media-sound/wavpack )
|
||||
X? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
)
|
||||
xcb? ( x11-libs/libxcb )
|
||||
xinerama? ( x11-libs/libXinerama )
|
||||
xv? ( x11-libs/libXv )
|
||||
xvmc? ( x11-libs/libXvMC )"
|
||||
DEPEND="${RDEPEND}
|
||||
${NLS_DEPEND}
|
||||
app-arch/xz-utils
|
||||
virtual/pkgconfig
|
||||
>=sys-devel/libtool-2.2.6b
|
||||
oss? ( virtual/os-headers )
|
||||
v4l? ( virtual/os-headers )
|
||||
X? (
|
||||
x11-libs/libXt
|
||||
x11-proto/xf86vidmodeproto
|
||||
x11-proto/xproto
|
||||
)
|
||||
xv? ( x11-proto/videoproto )
|
||||
xvmc? ( x11-proto/videoproto )
|
||||
xinerama? ( x11-proto/xineramaproto )"
|
||||
REQUIRED_USE="vidix? ( || ( X fbcon ) )
|
||||
xv? ( X )
|
||||
xinerama? ( X )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
if has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
|
||||
eapply "${FILESDIR}/${PN}-1.2.6-imagemagick7.patch"
|
||||
fi
|
||||
|
||||
sed -i -e '/define VDR_ABS_FIFO_DIR/s|".*"|"/var/vdr/xine"|' src/vdr/input_vdr.c || die
|
||||
|
||||
eautoreconf
|
||||
|
||||
local x
|
||||
for x in 0 1 2 3; do
|
||||
sed -i -e "/^O${x}_CFLAGS=\"-O${x}\"/d" configure || die
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
[[ ${CHOST} == i?86-* ]] && append-flags -fomit-frame-pointer #422519
|
||||
|
||||
local win32dir #197236
|
||||
if has_multilib_profile; then
|
||||
win32dir=/usr/$(ABI="x86" get_libdir)/win32
|
||||
else
|
||||
win32dir=/usr/$(get_libdir)/win32
|
||||
fi
|
||||
|
||||
local myconf=()
|
||||
[[ ${PV} == *9999* ]] || myconf=( $(use_enable nls) )
|
||||
|
||||
if ! use libav && has_version '>=media-video/ffmpeg-2.2:0'; then
|
||||
myconf+=( --enable-avformat ) #507474
|
||||
fi
|
||||
|
||||
econf \
|
||||
$(use_enable ipv6) \
|
||||
$(use_enable altivec) \
|
||||
$(use_enable vis) \
|
||||
--disable-optimizations \
|
||||
$(use_enable mmap) \
|
||||
$(use_enable oss) \
|
||||
$(use_enable aalib) \
|
||||
$(use_enable directfb) \
|
||||
$(use_enable dxr3) \
|
||||
$(use_enable fbcon fb) \
|
||||
$(use_enable opengl) $(use_enable opengl glu) \
|
||||
$(use_enable vidix) \
|
||||
$(use_enable xinerama) \
|
||||
$(use_enable xvmc) \
|
||||
$(use_enable vdpau) \
|
||||
$(use_enable vaapi) \
|
||||
$(use_enable dvb) \
|
||||
--disable-gnomevfs \
|
||||
$(use_enable samba) \
|
||||
--disable-v4l $(use_enable v4l v4l2) $(use_enable v4l libv4l) \
|
||||
$(use_enable vcd) \
|
||||
$(use_enable vdr) \
|
||||
$(use_enable bluray) \
|
||||
$(use_enable a52 a52dec) \
|
||||
$(use_enable aac faad) \
|
||||
$(use_enable gtk gdkpixbuf) \
|
||||
$(use_enable jpeg libjpeg) \
|
||||
$(use_enable dts) \
|
||||
$(use_enable mad) \
|
||||
$(use_enable modplug) \
|
||||
$(use_enable musepack) \
|
||||
$(use_enable mng) \
|
||||
--disable-real-codecs \
|
||||
--disable-w32dll \
|
||||
$(use_enable vpx) \
|
||||
$(use_with truetype freetype) $(use_with truetype fontconfig) \
|
||||
$(use_with X x) \
|
||||
$(use_with alsa) \
|
||||
--without-esound \
|
||||
$(use_with fusionsound) \
|
||||
$(use_with jack) \
|
||||
$(use_with pulseaudio) \
|
||||
$(use_with libcaca caca) \
|
||||
$(use_with sdl) \
|
||||
$(use_with xcb) \
|
||||
--with-xv-path=/usr/$(get_libdir) \
|
||||
$(use_with imagemagick) \
|
||||
--with-external-dvdnav \
|
||||
$(use_with flac libflac) \
|
||||
$(use_with speex) \
|
||||
$(use_with theora) \
|
||||
$(use_with vorbis) \
|
||||
--with-real-codecs-path=/usr/$(get_libdir)/codecs \
|
||||
--with-w32-path=${win32dir} \
|
||||
$(use_with wavpack) \
|
||||
"${myconf[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# enable verbose building, bug #448140
|
||||
emake V=1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
docdir="/usr/share/doc/${PF}" \
|
||||
htmldir="/usr/share/doc/${PF}/html" \
|
||||
install
|
||||
|
||||
rm -f \
|
||||
"${ED}"usr/lib*/libxine*.la \
|
||||
"${ED}"usr/share/doc/${PF}/COPYING
|
||||
}
|
||||
@@ -1,230 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit flag-o-matic libtool multilib
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EHG_REPO_URI="http://hg.debian.org/hg/xine-lib/xine-lib-1.2"
|
||||
inherit autotools mercurial
|
||||
unset NLS_IUSE
|
||||
NLS_DEPEND="sys-devel/gettext"
|
||||
NLS_RDEPEND="virtual/libintl"
|
||||
else
|
||||
KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
|
||||
SRC_URI="mirror://sourceforge/xine/${P}.tar.xz"
|
||||
NLS_IUSE="nls"
|
||||
NLS_DEPEND="nls? ( sys-devel/gettext )"
|
||||
NLS_RDEPEND="nls? ( virtual/libintl )"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Core libraries for Xine movie player"
|
||||
HOMEPAGE="http://xine.sourceforge.net/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="1"
|
||||
IUSE="a52 aac aalib +alsa altivec bluray +css directfb dts dvb dxr3 fbcon flac fusionsound gtk imagemagick ipv6 jack jpeg libav libcaca mad +mmap mng modplug musepack opengl oss pulseaudio samba sdl speex theora truetype v4l vaapi vcd vdpau vdr vidix +vis vorbis vpx wavpack +X +xcb xinerama +xv xvmc ${NLS_IUSE}"
|
||||
|
||||
RDEPEND="${NLS_RDEPEND}
|
||||
dev-libs/libxdg-basedir
|
||||
media-libs/libdvdnav
|
||||
sys-libs/zlib
|
||||
virtual/libiconv
|
||||
a52? ( media-libs/a52dec )
|
||||
aac? ( media-libs/faad2 )
|
||||
aalib? ( media-libs/aalib )
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
bluray? ( >=media-libs/libbluray-0.2.1:= )
|
||||
css? ( >=media-libs/libdvdcss-1.2.10 )
|
||||
directfb? ( dev-libs/DirectFB )
|
||||
dts? ( media-libs/libdca )
|
||||
dxr3? ( media-libs/libfame )
|
||||
flac? ( media-libs/flac )
|
||||
fusionsound? ( >=dev-libs/DirectFB-1.7.1[fusionsound] )
|
||||
gtk? ( x11-libs/gdk-pixbuf:2 )
|
||||
imagemagick? ( virtual/imagemagick-tools )
|
||||
jack? ( >=media-sound/jack-audio-connection-kit-0.100 )
|
||||
jpeg? ( virtual/jpeg:0 )
|
||||
!libav? ( media-video/ffmpeg:0= )
|
||||
libav? (
|
||||
media-libs/libpostproc:0=
|
||||
media-video/libav:0=
|
||||
)
|
||||
libcaca? ( media-libs/libcaca )
|
||||
mad? ( media-libs/libmad )
|
||||
mng? ( media-libs/libmng )
|
||||
modplug? ( >=media-libs/libmodplug-0.8.8.1 )
|
||||
musepack? ( >=media-sound/musepack-tools-444 )
|
||||
opengl? (
|
||||
virtual/glu
|
||||
virtual/opengl
|
||||
)
|
||||
pulseaudio? ( media-sound/pulseaudio )
|
||||
samba? ( net-fs/samba )
|
||||
sdl? ( media-libs/libsdl )
|
||||
speex? (
|
||||
media-libs/libogg
|
||||
media-libs/speex
|
||||
)
|
||||
theora? (
|
||||
media-libs/libogg
|
||||
media-libs/libtheora
|
||||
)
|
||||
truetype? (
|
||||
media-libs/fontconfig
|
||||
media-libs/freetype:2
|
||||
)
|
||||
v4l? ( media-libs/libv4l )
|
||||
vaapi? ( x11-libs/libva[X,opengl] )
|
||||
vcd? (
|
||||
>=media-video/vcdimager-0.7.23
|
||||
dev-libs/libcdio:0=[-minimal]
|
||||
)
|
||||
vdpau? ( x11-libs/libvdpau )
|
||||
vorbis? (
|
||||
media-libs/libogg
|
||||
media-libs/libvorbis
|
||||
)
|
||||
vpx? ( media-libs/libvpx:0= )
|
||||
wavpack? ( media-sound/wavpack )
|
||||
X? (
|
||||
x11-libs/libX11
|
||||
x11-libs/libXext
|
||||
)
|
||||
xcb? ( x11-libs/libxcb )
|
||||
xinerama? ( x11-libs/libXinerama )
|
||||
xv? ( x11-libs/libXv )
|
||||
xvmc? ( x11-libs/libXvMC )"
|
||||
DEPEND="${RDEPEND}
|
||||
${NLS_DEPEND}
|
||||
app-arch/xz-utils
|
||||
virtual/pkgconfig
|
||||
>=sys-devel/libtool-2.2.6b
|
||||
oss? ( virtual/os-headers )
|
||||
v4l? ( virtual/os-headers )
|
||||
X? (
|
||||
x11-libs/libXt
|
||||
x11-proto/xf86vidmodeproto
|
||||
x11-proto/xproto
|
||||
)
|
||||
xv? ( x11-proto/videoproto )
|
||||
xvmc? ( x11-proto/videoproto )
|
||||
xinerama? ( x11-proto/xineramaproto )"
|
||||
REQUIRED_USE="vidix? ( || ( X fbcon ) )
|
||||
xv? ( X )
|
||||
xinerama? ( X )"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
if has_version '>=media-gfx/imagemagick-7.0.1.0' ; then
|
||||
eapply "${FILESDIR}/${PN}-1.2.6-imagemagick7.patch"
|
||||
fi
|
||||
|
||||
sed -i -e '/define VDR_ABS_FIFO_DIR/s|".*"|"/var/vdr/xine"|' src/vdr/input_vdr.c || die
|
||||
|
||||
if [[ "${PV}" = *9999* ]] ; then
|
||||
eautoreconf
|
||||
else
|
||||
elibtoolize
|
||||
fi
|
||||
|
||||
local x
|
||||
for x in 0 1 2 3; do
|
||||
sed -i -e "/^O${x}_CFLAGS=\"-O${x}\"/d" configure || die
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
[[ ${CHOST} == i?86-* ]] && append-flags -fomit-frame-pointer #422519
|
||||
|
||||
local win32dir #197236
|
||||
if has_multilib_profile; then
|
||||
win32dir=/usr/$(ABI="x86" get_libdir)/win32
|
||||
else
|
||||
win32dir=/usr/$(get_libdir)/win32
|
||||
fi
|
||||
|
||||
local myconf=(
|
||||
--disable-gnomevfs
|
||||
--disable-optimizations
|
||||
--disable-real-codecs
|
||||
--disable-v4l
|
||||
--disable-w32dll
|
||||
--with-external-dvdnav
|
||||
--with-real-codecs-path=/usr/$(get_libdir)/codecs
|
||||
--with-w32-path=${win32dir}
|
||||
--with-xv-path=/usr/$(get_libdir)
|
||||
--without-esound
|
||||
$(use_enable a52 a52dec)
|
||||
$(use_enable aac faad)
|
||||
$(use_enable aalib)
|
||||
$(use_enable altivec)
|
||||
$(use_enable bluray)
|
||||
$(use_enable directfb)
|
||||
$(use_enable dts)
|
||||
$(use_enable dvb)
|
||||
$(use_enable dxr3)
|
||||
$(use_enable fbcon fb)
|
||||
$(use_enable gtk gdkpixbuf)
|
||||
$(use_enable ipv6)
|
||||
$(use_enable jpeg libjpeg)
|
||||
$(use_enable mad)
|
||||
$(use_enable mmap)
|
||||
$(use_enable mng)
|
||||
$(use_enable modplug)
|
||||
$(use_enable musepack)
|
||||
$(use_enable opengl)
|
||||
$(use_enable opengl glu)
|
||||
$(use_enable oss)
|
||||
$(use_enable samba)
|
||||
$(use_enable v4l libv4l)
|
||||
$(use_enable v4l v4l2)
|
||||
$(use_enable vaapi)
|
||||
$(use_enable vdpau)
|
||||
$(use_enable vis)
|
||||
$(use_enable vidix)
|
||||
$(use_enable xinerama)
|
||||
$(use_enable xvmc)
|
||||
$(use_enable vcd)
|
||||
$(use_enable vdr)
|
||||
$(use_enable vpx)
|
||||
$(use_with alsa)
|
||||
$(use_with flac libflac)
|
||||
$(use_with fusionsound)
|
||||
$(use_with imagemagick)
|
||||
$(use_with jack)
|
||||
$(use_with libcaca caca)
|
||||
$(use_with pulseaudio)
|
||||
$(use_with sdl)
|
||||
$(use_with speex)
|
||||
$(use_with theora)
|
||||
$(use_with truetype fontconfig)
|
||||
$(use_with truetype freetype)
|
||||
$(use_with vorbis)
|
||||
$(use_with wavpack)
|
||||
$(use_with X x)
|
||||
$(use_with xcb)
|
||||
)
|
||||
[[ ${PV} == *9999* ]] || myconf+=( $(use_enable nls) )
|
||||
|
||||
if ! use libav && has_version '>=media-video/ffmpeg-2.2:0'; then
|
||||
myconf+=( --enable-avformat ) #507474
|
||||
fi
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# enable verbose building, bug #448140
|
||||
emake V=1
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
rm -f \
|
||||
"${ED%/}"usr/lib*/libxine*.la \
|
||||
"${ED%/}"usr/share/doc/${PF}/COPYING
|
||||
}
|
||||
Reference in New Issue
Block a user