Compare commits

...

2 Commits

Author SHA1 Message Date
gentoo-hosts ae4c8a6ef2 new ebuild app-cdr/dvdisaster 2026-03-20 18:05:37 +01:00
gentoo-hosts c8301f46c9 version bump www-apps/zed-0.228.0 2026-03-20 10:58:53 +01:00
4 changed files with 61 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
DIST v0.79.10-pl5.tar.gz 10363266 BLAKE2B a2c42073790bdf1394617d1c335a6e4ec00e4a825f10225fecf925b6a73ab2d3a573468bb1f8a644ef943dc0faddfebd145f8fd0821ca3947bf513c57d05ef71 SHA512 448565d43840f1f526d84a8c98bc80b0450647c236cbdaad360d128a26af21ec7b399d6842919a2bfc052788dc46bf72395246ed3a670504ef1f5a87817fe04e
@@ -0,0 +1,59 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit desktop toolchain-funcs xdg
DESCRIPTION="Tool for creating error correction data (ecc) for optical media (DVD, CD, BD)"
HOMEPAGE="https://dvdisaster.jcea.es/"
SRC_URI="https://github.com/speed47/dvdisaster/archive/refs/tags/v${PV}-pl5.tar.gz"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="debug nls"
S="${WORKDIR}/${P}-pl5"
dvdi_langs="cs de it pt-BR ru sv"
for dvdi_lang in ${dvdi_langs}; do
IUSE+=" l10n_${dvdi_lang}"
done
unset dvdi_lang
RDEPEND="
dev-libs/glib:2
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}"
BDEPEND="
nls? ( sys-devel/gettext )
virtual/os-headers
virtual/pkgconfig"
DOCS=( CHANGELOG CREDITS.en README )
src_install() {
default
newicon contrib/${PN}48.png ${PN}.png
make_desktop_entry ${PN} ${PN} ${PN} 'System;Utility'
local res
for res in 16 32 48 64; do
newicon -s ${res} contrib/${PN}${res}.png ${PN}.png
done
local dest="${ED}"/usr/share
local dvdi_lang
for dvdi_lang in ${dvdi_langs}; do
use l10n_${dvdi_lang} || rm -rf \
${dest}/doc/${PF}/${dvdi_lang/-/_} \
${dest}/doc/${PF}/CREDITS.${dvdi_lang/-/_} \
${dest}/man/${dvdi_lang/-/_} || die
done
rm "${ED}"/usr/bin/*-uninstall.sh || die
}
+1 -1
View File
@@ -1 +1 @@
DIST zed-0.227.1-amd64.tar.gz 140107091 BLAKE2B c39f02f845de6ceaa34567b0862797e6632e8891b2fd605a9153baaa3ae0e3cb056413435680cbb90119fc7f9aeccdb13cf60d6430e0852d648fffe8e63e37da SHA512 19fda15e8998bbdc3d26dfe34043e7bc1cbce9c755467d56796e71778aa082ca98ed3bf4baa53ffcd16d90f1e97ff27b3d1bd026272d1ad04838bac906351458
DIST zed-0.228.0-amd64.tar.gz 139485038 BLAKE2B 484c2971f3f675a036e135b7deb86ad7bde036c9801ee57e7769c29d54ceb7d2b9e695ac7ef5a1774921b2c43bd4f9f704ea1d4dab29f12ef1549c297e88b5ec SHA512 53fd906411ad65d75756749edbc5e0ec94b23290a4b1849562cc754c69eb656dda09a19fd138a201cfabf72783353ad335e65b74c27455c0240309b5600ed311