media-libs/libgpod: drop 0.8.3-r6, 0.8.3-r7

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
Petr Vaněk
2024-12-22 10:52:11 +01:00
parent 9eab660217
commit bc6d8c15ca
2 changed files with 0 additions and 157 deletions

View File

@@ -1,78 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools udev
DESCRIPTION="Shared library to access the contents of an iPod"
HOMEPAGE="http://www.gtkpod.org/libgpod/"
SRC_URI="https://downloads.sourceforge.net/gtkpod/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~riscv x86"
IUSE="+gtk ios +udev"
RDEPEND="
>=app-pda/libplist-1.0:=
>=dev-db/sqlite-3:3
>=dev-libs/glib-2.16:2
dev-libs/libxml2:2
sys-apps/sg3_utils:0=
gtk? ( x11-libs/gdk-pixbuf:2 )
ios? ( app-pda/libimobiledevice:= )
udev? ( virtual/udev )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/libxslt
dev-util/intltool
dev-build/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig
"
DOCS=( AUTHORS NEWS README{,.overview,.sqlite,.SysInfo} TROUBLESHOOTING )
PATCHES=(
"${FILESDIR}"/${P}-comment.patch # bug 537968
"${FILESDIR}"/${P}-segfault.patch # bug 565052
"${FILESDIR}"/${P}-pkgconfig_overlinking.patch
"${FILESDIR}"/${P}-implicit-int.patch
)
src_prepare() {
default
eautoreconf
}
src_configure() {
local myeconfargs=(
--disable-pygobject
--disable-static
--without-hal
--without-mono
--without-python
--with-udev-dir="$(get_udevdir)"
$(use_enable gtk gdk-pixbuf)
$(use_with ios libimobiledevice)
$(use_enable udev)
)
econf "${myeconfargs[@]}"
}
src_install() {
default
rm "${ED}"/usr/$(get_libdir)/pkgconfig/libgpod-sharp.pc || die
use udev && rmdir "${ED}"/tmp || die
find "${ED}" -name '*.la' -type f -delete || die
}
pkg_postinst() {
use udev && udev_reload
}
pkg_postrm() {
use udev && udev_reload
}

View File

@@ -1,79 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools udev
DESCRIPTION="Shared library to access the contents of an iPod"
HOMEPAGE="http://www.gtkpod.org/libgpod/"
SRC_URI="https://downloads.sourceforge.net/gtkpod/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~riscv x86"
IUSE="+gtk ios +udev"
RDEPEND="
>=app-pda/libplist-2.3:=
>=dev-db/sqlite-3:3
>=dev-libs/glib-2.16:2
dev-libs/libxml2:2
sys-apps/sg3_utils:0=
gtk? ( x11-libs/gdk-pixbuf:2 )
ios? ( app-pda/libimobiledevice:= )
udev? ( virtual/udev )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/libxslt
dev-util/intltool
dev-build/gtk-doc-am
sys-devel/gettext
virtual/pkgconfig
"
DOCS=( AUTHORS NEWS README{,.overview,.sqlite,.SysInfo} TROUBLESHOOTING )
PATCHES=(
"${FILESDIR}"/${P}-comment.patch # bug 537968
"${FILESDIR}"/${P}-segfault.patch # bug 565052
"${FILESDIR}"/${P}-pkgconfig_overlinking.patch
"${FILESDIR}"/${P}-implicit-int.patch
"${FILESDIR}"/${P}-plist-2.3.patch
)
src_prepare() {
default
eautoreconf
}
src_configure() {
local myeconfargs=(
--disable-pygobject
--disable-static
--without-hal
--without-mono
--without-python
--with-udev-dir="$(get_udevdir)"
$(use_enable gtk gdk-pixbuf)
$(use_with ios libimobiledevice)
$(use_enable udev)
)
econf "${myeconfargs[@]}"
}
src_install() {
default
rm "${ED}"/usr/$(get_libdir)/pkgconfig/libgpod-sharp.pc || die
[[ -d ${ED}/tmp ]] && rmdir "${ED}"/tmp || die
find "${ED}" -name '*.la' -type f -delete || die
}
pkg_postinst() {
use udev && udev_reload
}
pkg_postrm() {
use udev && udev_reload
}