diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /media-video/chaplin | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'media-video/chaplin')
| -rw-r--r-- | media-video/chaplin/Manifest | 1 | ||||
| -rw-r--r-- | media-video/chaplin/chaplin-1.10-r3.ebuild | 36 | ||||
| -rw-r--r-- | media-video/chaplin/files/chaplin-1.10-asneeded.patch | 15 | ||||
| -rw-r--r-- | media-video/chaplin/files/chaplin-1.10-libdvdread-0.9.6.patch | 11 | ||||
| -rw-r--r-- | media-video/chaplin/metadata.xml | 8 |
5 files changed, 0 insertions, 71 deletions
diff --git a/media-video/chaplin/Manifest b/media-video/chaplin/Manifest deleted file mode 100644 index 6620ce0a02b6..000000000000 --- a/media-video/chaplin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST chaplin-1.10.tgz 23843 BLAKE2B b0a385fd8586bca400a50ad77f72a2a4f6eacfc225dd0ee02cd626911a8c59dabfe71a472d7fe019bd0ee1b37908f85f8236ac1be3dc10a19119422f3a856a71 SHA512 6d4434149fc157dfa8d7c1e1fe079d66b57a18717f0263ebfc95a14c847d97c018b0563b3dc1f8f8430670ef1f64a1f4c573462e5f0db2fcd8e53c939f58793d diff --git a/media-video/chaplin/chaplin-1.10-r3.ebuild b/media-video/chaplin/chaplin-1.10-r3.ebuild deleted file mode 100644 index 71fe08497412..000000000000 --- a/media-video/chaplin/chaplin-1.10-r3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="This is a program to raw copy chapters from a dvd using libdvdread" -HOMEPAGE="http://www.lallafa.de/bp/chaplin.html" -SRC_URI="http://www.lallafa.de/bp/files/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="vcd" - -DEPEND=">=media-libs/libdvdread-0.9.4" -RDEPEND="${DEPEND} - virtual/imagemagick-tools - media-video/mjpegtools - vcd? ( media-video/vcdimager )" - -S=${WORKDIR}/${PN} - -PATCHES=( - "${FILESDIR}"/${P}-libdvdread-0.9.6.patch - "${FILESDIR}"/${P}-asneeded.patch -) - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin chaplin chaplin-genmenu -} diff --git a/media-video/chaplin/files/chaplin-1.10-asneeded.patch b/media-video/chaplin/files/chaplin-1.10-asneeded.patch deleted file mode 100644 index f7cb499407a8..000000000000 --- a/media-video/chaplin/files/chaplin-1.10-asneeded.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- chaplin.orig/Makefile 2004-03-21 18:44:18.000000000 +0100 -+++ chaplin/Makefile 2009-10-25 18:34:26.082229887 +0100 -@@ -6,10 +6,10 @@ - all: build - - build: -- gcc -DNDEBUG -Wall -I$(LIBDVDREAD)/include -L$(LIBDVDREAD)/lib -ldvdread -Wl,-rpath,$(LIBDVDREAD)/lib -o chaplin chaplin.c -lm -+ $(CC) $(CFLAGS) $(LDFLAGS) -DNDEBUG -Wall -I$(LIBDVDREAD)/include -Wl,-rpath,$(LIBDVDREAD)/lib -o chaplin chaplin.c -L$(LIBDVDREAD)/lib -ldvdread -lm - - debug: -- gcc -Wall -I$(LIBDVDREAD)/include -L$(LIBDVDREAD)/lib -ldvdread -Wl,-rpath,$(LIBDVDREAD)/lib -o chaplin chaplin.c -lm -+ $(CC) $(CFLAGS) $(LDFLAGS) -Wall -I$(LIBDVDREAD)/include -Wl,-rpath,$(LIBDVDREAD)/lib -o chaplin chaplin.c -L$(LIBDVDREAD)/lib -ldvdread -lm - - dist: - cd .. ; tar cvfz chaplin.tgz chaplin/Makefile chaplin/chaplin.c chaplin/chaplin-genmenu chaplin/chaplin diff --git a/media-video/chaplin/files/chaplin-1.10-libdvdread-0.9.6.patch b/media-video/chaplin/files/chaplin-1.10-libdvdread-0.9.6.patch deleted file mode 100644 index 7e68dd67a692..000000000000 --- a/media-video/chaplin/files/chaplin-1.10-libdvdread-0.9.6.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -N -u -r chaplin/chaplin.c chaplin-new/chaplin.c ---- chaplin/chaplin.c 2004-03-21 18:45:44.000000000 +0100 -+++ chaplin-new/chaplin.c 2006-06-29 22:36:54.457745979 +0200 -@@ -18,6 +18,7 @@ - #include <ctype.h> - #include <string.h> - #include <math.h> -+#include <inttypes.h> - - /* libdvdread stuff */ - #include <dvdread/dvd_reader.h> diff --git a/media-video/chaplin/metadata.xml b/media-video/chaplin/metadata.xml deleted file mode 100644 index cd62a72da9c3..000000000000 --- a/media-video/chaplin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>media-video@gentoo.org</email> - </maintainer> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
