Deleted obsolete ebuilds

git-svn-id: svn+ssh://svnintern.kmrc.de/projects/gentoo/iwm-overlay@20456 cbe59ace-07ea-0310-918e-868702b5370d
This commit is contained in:
Admin 2012-08-30 09:05:39 +00:00
parent 314e2bbb0b
commit 1e95fe3e31
21 changed files with 0 additions and 1846 deletions

View File

@ -1,3 +0,0 @@
AUX air-run 166 RMD160 e6ebecb9d547ed2d5028e410bb98df168e968893 SHA1 18da63dd629c8e687f04c1bd38b1f61bfc551c6e SHA256 98b38d465f83b849557b8eb3b4af53b5c8bd2f221b7641e4bf282b9f3cb28f8a
DIST air_1.5_sdk.tbz2 19403150 RMD160 28f27a4c99a84029210e8f97a5e1001cffad02ce SHA1 0a5dc95685103c81d25b559b15e3858034a58128 SHA256 9ab4f653471b2896880d09ca61af870fc8e159c6cd032b9c79d0a72e5d1a0ea8
EBUILD air-sdk-1.5.ebuild 1159 RMD160 2c5775ed2febe569f856a9a9800c5559a68340c0 SHA1 bcb73c9b92aaf75a45d7bf646403c5f9f1344493 SHA256 ea26f453e1df69fbe741f22f4479b94bb1c8780118da2d426b1bdb21ee8d3c96

View File

@ -1,38 +0,0 @@
MY_PN="air-sdk"
MY_PV=1.5
MY_P=${MY_PN}-${PV}
DESCRIPTION="Adobe AIR runtime and development kit for Linux"
HOMEPAGE="http://labs.adobe.com/technologies/air/"
SRC_URI="http://airdownload.adobe.com/air/lin/download/latest/air_1.5_sdk.tbz2"
LICENSE="AdobeAIR"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
RESTRICT="strip"
DEPEND="dev-libs/nspr
dev-libs/nss"
RDEPEND="${DEPEND}
virtual/jre"
src_unpack() {
unpack ${A}
rm runtimes/air/linux/Adobe\ AIR/Versions/1.0/Resources/nss3/0d/*.so
rm runtimes/air/linux/Adobe\ AIR/Versions/1.0/Resources/nss3/1d/*.so
rm runtimes/air/linux/Adobe\ AIR/Versions/1.0/Resources/nss3/None/*.so
sed -i -e "s|^here=.*|here=/opt/${P}/bin|" bin/adt
}
src_install() {
insinto /opt/${P} insinto /opt/${P}
doins -r frameworks lib runtimes AIR\ SDK\ Readme.txt samples SDK\ license.pdf templates || die "doins failed."
dodir /opt/${P}/bin || die "dodir bin failed."
exeinto /opt/${P}/bin
doexe bin/adl || die "doexe failed."
doexe bin/adt || die "doexe failed."
dosym /opt/${P}/bin/adl /usr/bin/ || die "dosym failed."
dosym /opt/${P}/bin/adt /usr/bin/ || die "dosym failed."
dobin ${FILESDIR}/air-run
}

View File

@ -1,6 +0,0 @@
#!/bin/bash
AIRDIR=$(mktemp -d /tmp/air-run.XXXXXX)
unzip "${1}" -d "${AIRDIR}"
adl -nodebug "${AIRDIR}/META-INF/AIR/application.xml" "${AIRDIR}"
rm -fr "${AIRDIR}"

View File

@ -1,887 +0,0 @@
# ChangeLog for media-video/ffmpeg
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.203 2007/07/07 21:00:46 drac Exp $
07 Jul 2007; Samuli Suominen <drac@gentoo.org>
ffmpeg-0.4.9_p20070616-r1.ebuild:
Fix building with USE altivec for bug 183687. Thanks to Laurent G. for
reporting, Joe Jezak for solution, Kimura Masaru for testing.
*ffmpeg-0.4.9_p20070616-r1 (26 Jun 2007)
26 Jun 2007; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20070616-r1.ebuild:
Enable swscaler
16 Jun 2007; Samuli Suominen <drac@gentoo.org>
ffmpeg-0.4.9_p20070616.ebuild:
enable xvid to enable libxvid.
*ffmpeg-0.4.9_p20070616 (16 Jun 2007)
16 Jun 2007; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20070616.ebuild:
New snapshot, SVN revision 9330
01 Jun 2007; Samuli Suominen <drac@gentoo.org>
ffmpeg-0.4.9_p20070525.ebuild:
Append -DBROKEN_RELOCATIONS which is a hack to workaround bug 179872.
01 Jun 2007; Samuli Suominen <drac@gentoo.org>
ffmpeg-0.4.9_p20070525.ebuild:
Remove USE dts for bug 180129.
*ffmpeg-0.4.9_p20070525 (26 May 2007)
26 May 2007; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20070525.ebuild:
New snapshot, using libamr
16 May 2007; Jeroen Roovers <jer@gentoo.org>
ffmpeg-0.4.9_p20070330.ebuild:
Stable for HPPA (bug #174909).
05 May 2007; Fabian Groffen <grobian@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild, ffmpeg-0.4.9_p20060302.ebuild,
ffmpeg-0.4.9_p20060530.ebuild:
Dropped ppc-macos keyword, see you in prefix
22 Apr 2007; Bryan Østergaard <kloeri@gentoo.org>
ffmpeg-0.4.9_p20070330.ebuild:
Stable on Alpha, bug 174909.
17 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org>
ffmpeg-0.4.9_p20070330.ebuild:
ppc stable, bug #168907
16 Apr 2007; Raúl Porcel <armin76@gentoo.org>
ffmpeg-0.4.9_p20070330.ebuild:
ia64 stable
12 Apr 2007; Raúl Porcel <armin76@gentoo.org>
ffmpeg-0.4.9_p20070330.ebuild:
x86 stable
12 Apr 2007; Peter Weller <welp@gentoo.org> ffmpeg-0.4.9_p20070330.ebuild:
Stable on amd64 wrt bug 168907
05 Apr 2007; Alexis Ballier <aballier@gentoo.org>
+files/ffmpeg-0.4.9_p20070330-asmpic.patch, ffmpeg-0.4.9_p20070330.ebuild:
Disable non pic safe asm on x86 and amd64, bug #172845, bug #172877 and dupes
04 Apr 2007; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20070330.ebuild:
Stable on ppc64
04 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20070330.ebuild:
Stable on sparc wrt #170860
*ffmpeg-0.4.9_p20070330 (30 Mar 2007)
30 Mar 2007; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20070330.ebuild:
New snapshot
27 Mar 2007; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20070325.ebuild:
s/a52/liba52
25 Mar 2007; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20070325.ebuild:
Minor fixes and update
*ffmpeg-0.4.9_p20070325 (25 Mar 2007)
25 Mar 2007; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20070325.ebuild:
New snapshot
22 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20070129.ebuild:
Stable on sparc
21 Mar 2007; Christian Faulhammer <opfer@gentoo.org>
ffmpeg-0.4.9_p20070129.ebuild:
stable x86, security bug 170208
16 Feb 2007; Simon Stelling <blubb@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild, ffmpeg-0.4.9_p20070129.ebuild:
depend on >=portage-2.1.2 on amd64 to make sure the mmx USE flag is unmasked
29 Jan 2007; Steve Dibb <beandog@gentoo.org>
ffmpeg-0.4.9_p20070129.ebuild:
Rekeyword ~
29 Jan 2007; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20070129.ebuild:
Put it back in ~, not the right time, closing bug #164445, thanks to
Sebastian <sebastian_ml@gmx.net> for notifying.
29 Jan 2007; Luca Barbato <lu_zero@gentoo.org>
files/ffmpeg-libdir-2007.patch:
Make the patch working everywhere, thanks to Markus Trippelsdorf
<markus@trippelsdorf.de> for pointing the issue
*ffmpeg-0.4.9_p20070129 (29 Jan 2007)
29 Jan 2007; Luca Barbato <lu_zero@gentoo.org>
+files/ffmpeg-libdir-2007.patch, +ffmpeg-0.4.9_p20070129.ebuild:
New snapshot
29 Jan 2007; Bryan Østergaard <kloeri@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
Stable on Alpha + IA64.
06 Jan 2007; Michael Cummings <mcummings@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
amd64 stable
04 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
stable x86, bug #157814
30 Dec 2006; Bryan Østergaard <kloeri@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
Add ~alpha and ~ia64 keywords.
23 Dec 2006; Tobias Scherbaum <dertobi123@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
Stable on ppc wrt bug #157814.
21 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20061016.ebuild:
Stable on sparc wrt #157814
21 Dec 2006; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
Stable on ppc64; bug #157814
10 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild, ffmpeg-0.4.9_p20051216.ebuild,
ffmpeg-0.4.9_p20060302.ebuild, ffmpeg-0.4.9_p20060517.ebuild,
ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20060816.ebuild,
ffmpeg-0.4.9_p20061016.ebuild:
Corrected installation of source-Changelog-file, thanks to Josef Reidinger
<queen.killer@seznam.cz> for reporting, Bug #157628.
07 Dec 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
Fix reg depletion in x86, see bug #154922
01 Dec 2006; Jeroen Roovers <jer@gentoo.org>
ffmpeg-0.4.9_p20061016.ebuild:
Stable for HPPA (or xine-lib will not even configure).
*ffmpeg-0.4.9_p20061016 (17 Oct 2006)
17 Oct 2006; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20061016.ebuild:
New version
03 Oct 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20060816.ebuild:
Fix deps, see bug #134555
11 Sep 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060816.ebuild:
emake -j1 calls and add emake depend just in case
08 Sep 2006; Rene Nussbaumer <killerfox@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Stable on hppa. See bug #133520.
08 Sep 2006; Thomas Cort <tcort@gentoo.org> ffmpeg-0.4.9_p20060530.ebuild:
Stable on alpha wrt security Bug #133520.
08 Sep 2006; Tobias Scherbaum <dertobi123@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
ppc stable, bug #133520
07 Sep 2006; Joshua Jackson <tsunam@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Stable x86; for security bug #133520
07 Sep 2006; Thomas Cort <tcort@gentoo.org> ffmpeg-0.4.9_p20060530.ebuild:
Stable on amd64.
07 Sep 2006; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Stable on sparc wrt #133520
07 Sep 2006; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Stable on ppc64; bug #133520
04 Sep 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20060816.ebuild:
Export true as LDCONFIG value during install phases, so that it does not
trigger sandbox on Gentoo/FreeBSD.
30 Aug 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060816.ebuild:
Fix multilib-strict and support EXTRA_ECONF
17 Aug 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060816.ebuild:
fix sdl dep
16 Aug 2006; Luca Barbato <lu_zero@gentoo.org> ChangeLog:
New version
14 Aug 2006; Luca Barbato <lu_zero@gentoo.org>
+files/ffmpeg-0.4.9_p20060530-snow-mmx.patch,
ffmpeg-0.4.9_p20060530.ebuild:
Make snow compile on x86 with pic and mmx enabled at the same time, many
thanks to Martin von Gagern <Martin.vGagern@gmx.net> for the patch and the
overall help
12 Aug 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Marked ~ppc64
12 Aug 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Pin x264 version to avoid build issue with snapshots too new
01 Aug 2006; Joshua Jackson <tsunam@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Adding ~x86 as it works and all that jazz
31 May 2006; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Gave it a ~sparc
31 May 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Re-add ~x86-fbsd and ~amd64 keywords.
31 May 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Remove keywording comments, we always add and drop them every other release.
31 May 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Remove old hack for $LDFLAGS passing (fixed upstream), remove the
append-flags (fixed upstream).
12 Jun 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
more files to the sed PIC
31 May 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060530.ebuild:
Missing patch
*ffmpeg-0.4.9_p20060530 (30 May 2006)
30 May 2006; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20060530.ebuild:
New snapshot
28 May 2006; Diego Pettenò <flameeyes@gentoo.org>
-files/ffmpeg-0.4.9_p20050226-gcc4.patch,
-files/ffmpeg-0.4.9_p20050906-osx.patch, -files/ffmpeg-a52.patch,
-files/ffmpeg-configure.patch, -files/ffmpeg-missing_links.patch,
-files/ffmpeg-osx.patch, -files/gentoo-ffmpeg001.patch,
-ffmpeg-0.4.9_p20050226-r5.ebuild, -ffmpeg-0.4.9_p20050906.ebuild,
-ffmpeg-0.4.9_p20051120.ebuild:
Remove old versions.
25 May 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20060302.ebuild:
Add ~x86-fbsd keyword.
*ffmpeg-0.4.9_p20060517 (17 May 2006)
17 May 2006; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20060517.ebuild:
new snapshot, to be tested
08 May 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20060302.ebuild:
Use -rpath-link to make sure that the libraries are linked correctly, should
fixes bug #132171.
03 May 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
Update metadata to list media-video@gentoo.org as maintainer.
20 Apr 2006; Daniel Gryniewicz <dang@gentoo.org>
+files/ffmpeg-0.4.9_p20060302-amr-64bit.patch,
ffmpeg-0.4.9_p20060302.ebuild:
Fix amr on 64-bit arches per bug# 130530
14 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/ffmpeg-0.4.9_p20060302-fbsd-flags.patch,
ffmpeg-0.4.9_p20060302.ebuild:
Add patch to respect CFLAGS on FreeBSD, and don't use preplib that's no more
needed anyway.
31 Mar 2006; Simon Stelling <blubb@gentoo.org> +files/ffmpeg-libdir.patch,
ffmpeg-0.4.9_p20060302.ebuild:
fix wrong libdir paths in .pc files
21 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
+files/ffmpeg-0.4.9_p20051216-asneeded-configure.patch,
ffmpeg-0.4.9_p20051216.ebuild, ffmpeg-0.4.9_p20060302.ebuild:
Use --cc option instead of overwriting CC variable to respect the compiler,
pass --extra-ldflags to respect LDFLAGS (only 20060302 respect them
entirely). Add patch to allow using --as-needed flag.
08 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild, ffmpeg-0.4.9_p20060302.ebuild:
Disable strip, leaving to portage decide if and when to strip.
06 Mar 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060302.ebuild:
merged v4l and v4l2
05 Mar 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20060302.ebuild:
Improved ebuild with amr and v4l2 support, thanks to Philip Kovacs
<kovacsp3@comcast.net> for the improved ebuild, other minor fixes
04 Mar 2006; Luca Barbato <lu_zero@gentoo.org>
files/ffmpeg-shared-gcc4.1.patch:
fix
04 Mar 2006; Luca Barbato <lu_zero@gentoo.org>
+files/ffmpeg-shared-gcc4.1.patch, ffmpeg-0.4.9_p20060302.ebuild:
ffmpeg-shared-gcc4 patch is back
*ffmpeg-0.4.9_p20060302 (03 Mar 2006)
03 Mar 2006; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20060302.ebuild:
New snapshot
15 Feb 2006; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild:
Add missing sdl useflag in IUSE.
30 Jan 2006; Luca Barbato <lu_zero@gentoo.org>
+files/ffmpeg-shared-gcc4.patch, ffmpeg-0.4.9_p20051216.ebuild:
x86 workaround from Kevin F. Quinn <kevquinn@gentoo.org>, I'll share the
blame if breaks something
09 Jan 2006; Bryan Østergaard <kloeri@gentoo.org
ffmpeg-0.4.9_p20051216.ebuild:
Stable on alpha, bug 116181.
06 Jan 2006; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Warning added
06 Jan 2006; Luca Barbato <lu_zero@gentoo.org>
files/ffmpeg-soname-symlink.patch:
minor fix for osx
03 Jan 2006; Bryan Østergaard <kloeri@gentoo.org
ffmpeg-0.4.9_p20051216.ebuild:
~alpha keyword, bug 116181.
02 Jan 2006; Fabian Groffen <grobian@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Marked ~ppc-macos (bug #116181)
02 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Stable on ppc.
01 Jan 2006; Simon Stelling <blubb@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
stable on amd64 wrt bug 116181
31 Dec 2005; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Stable on ppc64
30 Dec 2005; Mark Loeser <halcy0n@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Stable on x86; bug #116181
30 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Stable on sparc wrt security #116181
28 Dec 2005; Guy Martin <gmsoft@gentoo.org> ffmpeg-0.4.9_p20051216.ebuild:
Fix compilation of xine-lib on hppa.
26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> -ffmpeg-0.4.8.ebuild,
-ffmpeg-0.4.9_pre1-r1.ebuild, ffmpeg-0.4.9_p20050226-r3.ebuild:
Cleanup
21 Dec 2005; Luis Medinas <metalgod@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Add ~amd64 keyword for bug #116181.
21 Dec 2005; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Added ~ppc64; bug #116181
21 Dec 2005; Mark Loeser <halcy0n@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Adding ~x86; bug #116181
20 Dec 2005; Rene Nussbaumer <killerfox@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Unstable on hppa. See bug #116181.
20 Dec 2005; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20051216.ebuild:
Keyworded ~sparc wrt #116181
17 Dec 2005; Luca Barbato <lu_zero@gentoo.org>
files/ffmpeg-soname-symlink.patch:
yet another fix part 2
17 Dec 2005; Luca Barbato <lu_zero@gentoo.org>
files/ffmpeg-soname-symlink.patch:
yet another fix
16 Dec 2005; Luca Barbato <lu_zero@gentoo.org>
files/ffmpeg-soname-symlink.patch:
Fix in the patch
*ffmpeg-0.4.9_p20051216 (16 Dec 2005)
16 Dec 2005; Luca Barbato <lu_zero@gentoo.org>
+files/ffmpeg-soname-symlink.patch, +files/ffmpeg-unknown-options.patch,
+ffmpeg-0.4.9_p20051216.ebuild:
New snapshot
04 Dec 2005; Lina Pezzella <j4rg0n@gentoo.org>
ffmpeg-0.4.9_p20051120.ebuild:
Testing ppc-macos, Bug #113107
29 Nov 2005; Jason Wever <weeve@gentoo.org> ffmpeg-0.4.9_p20051120.ebuild:
Added ~sparc keyword wrt bug #113107.
21 Nov 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20051120.ebuild:
Marked ~ppc
21 Nov 2005; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20051120.ebuild:
Added ~ppc64 keyword; bug #113107
21 Nov 2005; Herbie Hopkins <herbs@gentoo.org>
ffmpeg-0.4.9_p20051120.ebuild:
Marked ~amd64 wrt bug #113107.
21 Nov 2005; Chris White <chriswhite@gentoo.org>
ffmpeg-0.4.9_p20051120.ebuild:
Added ~x86 keyword as per bug #113107.
*ffmpeg-0.4.9_p20051120 (20 Nov 2005)
20 Nov 2005; Luca Barbato <lu_zero@gentoo.org>
+files/ffmpeg-configure.patch, +ffmpeg-0.4.9_p20051120.ebuild:
New experimental snapshot
18 Sep 2005; Bryan Østergaard <kloeri@gentoo.org>
ffmpeg-0.4.9_p20050906.ebuild:
Add ~alpha keyword.
17 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050906.ebuild:
~alpha temporary dropped
17 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050906.ebuild:
Dep fix for xvid, thanks to Staffan Palmroos <spalmroos@gmail.com>
15 Sep 2005; Aron Griffis <agriffis@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Mark 0.4.9_p20050226-r5 stable on alpha
15 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
ieee1394 issues, fixed the stable ebuild.
12 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
+files/ffmpeg-0.4.9_p20050906-osx.patch, ffmpeg-0.4.9_p20050906.ebuild:
Other fixes and dylib support
12 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050906.ebuild:
Fix ieee1394 issues
10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20050906.ebuild:
Comments cleanup for missing keywords. Don't install INSTALL file.
10 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050906.ebuild:
Fix Ogg support
*ffmpeg-0.4.9_p20050906 (08 Sep 2005)
08 Sep 2005; Luca Barbato <lu_zero@gentoo.org>
+ffmpeg-0.4.9_p20050906.ebuild:
New snapshot, src_test added.
26 Aug 2005; Seemant Kulleen <seemant@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
moved libdc1394 from media-plugins to media-libs
24 Aug 2005; Aron Griffis <agriffis@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
stable on ia64
12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Add ~alpha keyword.
10 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Use memalign hack on FreeBSD.
06 Jun 2005; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Stable on ppc64
17 May 2005; Gustavo Zacarias <gustavoz@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Stable on sparc
15 May 2005; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_pre1-r1.ebuild, ffmpeg-0.4.9_p20050226-r3.ebuild,
ffmpeg-0.4.9_p20050226-r5.ebuild:
Removed unused gcc inheriting. Inherited toolchain-funcs where needed.
09 May 2005; Aron Griffis <agriffis@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild, ffmpeg-0.4.9_p20050226-r5.ebuild:
mark 0.4.9_p20050226-r3 stable on ia64. add ~ia64 to 0.4.9_p20050226-r5
06 May 2005; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Marked amd64.
06 May 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Marked ppc and x86
05 May 2005; Donnie Berkholz <spyderous@gentoo.org>;
+files/0.4.8-gcc3.4-magicF2W.patch:
Re-add missing patch.
*ffmpeg-0.4.9_pre1-r1 (04 May 2005)
04 May 2005; Lina Pezzella <j4rg0n@gentoo.org> +files/ffmpeg-osx.patch,
+ffmpeg-0.4.9_pre1-r1.ebuild:
Re-added the pre1 ebuild since there are extensive patches made against it
that do not yet work with upstream's CVS. We're working on the latter, but
I'm not going to hold up ffmpeg any longer.
02 May 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050226-r5.ebuild:
Forced -fomit-frame-pointer
*ffmpeg-0.4.9_p20050226-r5 (26 Apr 2005)
26 Apr 2005; Jeremy Huddleston <eradicator@gentoo.org>
-files/ffmpeg-0.4.7-2.6.patch, -files/0.4.8-gcc3.4-magicF2W.patch,
-files/alpha-idct.patch, +files/ffmpeg-a52.patch,
-files/ffmpeg-configure-extralibs.patch,
+files/ffmpeg-missing_links.patch, -ffmpeg-0.4.7.ebuild,
-ffmpeg-0.4.8.20040222.ebuild, -ffmpeg-0.4.8.20040322.ebuild,
-ffmpeg-0.4.8.20040322-r1.ebuild, -ffmpeg-0.4.9_pre1.ebuild,
-ffmpeg-0.4.9_p20050226-r1.ebuild, -ffmpeg-0.4.9_p20050226.ebuild,
-ffmpeg-0.4.9_p20050226-r2.ebuild, ffmpeg-0.4.9_p20050226-r3.ebuild,
-ffmpeg-0.4.9_p20050226-r4.ebuild, +ffmpeg-0.4.9_p20050226-r5.ebuild:
Revbump to add missing links to needed libs in libavformat. Handle a52 and
faad properly. Removing old versions.
25 Apr 2005; Martin Schlemmer <azarah@gentoo.org>
files/ffmpeg-0.4.9_p20050226-gcc4.patch, ffmpeg-0.4.9_p20050226-r4.ebuild:
Fixup mafteah's patch the other way around, else it breaks avifile among
things.
25 Apr 2005; Martin Schlemmer <azarah@gentoo.org>
+files/ffmpeg-0.4.9_p20050226-gcc4.patch,
ffmpeg-0.4.9_p20050226-r4.ebuild:
Fix building with gcc4. Patch from Genady Okrain (mafteah) 's overlay, with
some added hunks that was needed this side.
24 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
+files/ffmpeg-configure-extralibs.patch, ffmpeg-0.4.9_p20050226-r4.ebuild:
Added patch to link to libdc1394 when ieee1394 is enabled. Fixes #90150.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild:
Stable on hppa.
24 Apr 2005; Bryan Østergaard <kloeri@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild:
Stable on alpha.
24 Apr 2005; Markus Rothe <corsair@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild:
Stable on ppc64
22 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20050226-r4.ebuild:
Fixed typo on pic/mmx if condition.
*ffmpeg-0.4.9_p20050226-r4 (21 Apr 2005)
21 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
+ffmpeg-0.4.9_p20050226-r4.ebuild:
Added new revision which applies cleanups on bug #89172, and patch to enable
mmx on amd64 as for bug #88965.
19 Apr 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild:
Marked ppc and x86
19 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild:
Mark ffmpeg-0.4.9_p20050226-r3 stable on amd64.
18 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
ffmpeg-0.4.9_p20050226-r3.ebuild:
Changed xvid dependency to 1.0. Fixes #88879.
*ffmpeg-0.4.9_p20050226-r3 (03 Apr 2005)
03 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
+ffmpeg-0.4.9_p20050226-r3.ebuild:
revision bump to indicate the latest changes, fixes #87681
30 Mar 2005; Chris White <chriswhite@gentoo.org>
ffmpeg-0.4.9_p20050226-r1.ebuild, ffmpeg-0.4.9_p20050226-r2.ebuild,
ffmpeg-0.4.9_p20050226.ebuild:
Fixed bug #87069.
21 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
ffmpeg-0.4.9_p20050226-r2.ebuild:
Use the right toolchain compiler.
20 Mar 2005; Chris White <chriswhite@gentoo.org>
files/gentoo-ffmpeg001.patch, ffmpeg-0.4.9_p20050226-r2.ebuild:
Fixed a52 linking (again). Closes bugs #85929 and #85952.
*ffmpeg-0.4.9_p20050226-r2 (19 Mar 2005)
19 Mar 2005; Chris White <chriswhite@gentoo.org>
+files/ffmpeg-libdir-pic.patch, files/gentoo-ffmpeg001.patch,
+ffmpeg-0.4.9_p20050226-r2.ebuild:
Fix bug #84241 (multilib and pic).
16 Mar 2005; Chris White <chriswhite@gentoo.org>
ffmpeg-0.4.9_p20050226-r1.ebuild:
Added missing emake.
11 Mar 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050226-r1.ebuild:
Put back xvid support
*ffmpeg-0.4.9_p20050226-r1 (10 Mar 2005)
10 Mar 2005; Chris White <chriswhite@gentoo.org>
+ffmpeg-0.4.9_p20050226-r1.ebuild:
Fixed bug #67947. -fPIC logic makes sense now. Thanks to Kevin Quin for
supplying the logic.
07 Mar 2005; Chris White <chriswhite@gentoo.org>
ffmpeg-0.4.9_p20050226.ebuild:
Added threading support.
03 Mar 2005; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.9_p20050226.ebuild:
Removed xvid useflag
01 Mar 2005; Chris White <chriswhite@gentoo.org>
ffmpeg-0.4.9_p20050226.ebuild:
Fix bad spelling.
*ffmpeg-0.4.9_p20050226 (01 Mar 2005)
01 Mar 2005; Chris White <chriswhite@gentoo.org>
+files/gentoo-ffmpeg001.patch, +ffmpeg-0.4.9_p20050226.ebuild:
Bumped to 20050226 snapshot release.
24 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> ffmpeg-0.4.8.ebuild:
fixed #82873, emerge failed due to missing patch.
06 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> ffmpeg-0.4.7.ebuild,
ffmpeg-0.4.8.20040222.ebuild, ffmpeg-0.4.8.20040322-r1.ebuild,
ffmpeg-0.4.8.20040322.ebuild, ffmpeg-0.4.8.ebuild, ffmpeg-0.4.9_pre1.ebuild:
added dummy src_test() to fix #77212
16 Dec 2004; Markus Rothe <corsair@gentoo.org> ffmpeg-0.4.9_pre1.ebuild:
Stable on ppc64
14 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
ffmpeg-0.4.7.ebuild, ffmpeg-0.4.8.20040222.ebuild,
ffmpeg-0.4.8.20040322-r1.ebuild, ffmpeg-0.4.8.20040322.ebuild,
ffmpeg-0.4.8.ebuild, ffmpeg-0.4.9_pre1.ebuild:
Using 'aac' instead of faad and faac.
02 Nov 2004; Markus Rothe <corsair@gentoo.org> ffmpeg-0.4.9_pre1.ebuild:
Marked ~ppc64
25 Aug 2004; Sven Wegener <swegener@gentoo.org> ffmpeg-0.4.9_pre1.ebuild:
Changed SRC_URI to use mirror:// syntax.
*ffmpeg-0.4.9_pre1 (21 Jul 2004)
21 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
+ffmpeg-0.4.9_pre1.ebuild:
Version bump closes bug #56613.
25 Jun 2004; Daniel Goller <morfic@gentoo.org> ffmpeg-0.4.8.20040322-r1.ebuild:
ffmpeg-0.4.8.20040322-r1.ebuild adding patch for gcc 3.4.x
closes 49383 Credit goes to Ed Catmur for the patch
24 Jun 2004; Martin Holzer <mholzer@gentoo.org>
ffmpeg-0.4.8.20040322-r1.ebuild, ffmpeg-0.4.8.20040322.ebuild:
removing symblink from ffplay to ffmpeg. closes 51014
09 Jun 2004; Luca Barbato <lu_zero@gentoo.org>
ffmpeg-0.4.8.20040322-r1.ebuild:
Same fix from amd64
09 Jun 2004; Thomas Raschbacher <lordvan@gentoo.org>
ffmpeg-0.4.8.20040322-r1.ebuild:
only enable faac when we are not on ia64 or alpha in src_compile
*ffmpeg-0.4.8.20040322-r1 (09 Jun 2004)
09 Jun 2004; Thomas Raschbacher <lordvan@gentoo.org>
+ffmpeg-0.4.8.20040322-r1.ebuild:
-r1 adds faac support, added local USE flag
fixes bug #48090, thanks to Stefan Briesenick <sbriesen@gmx.de>
07 Jun 2004; Travis Tilley <lv@gentoo.org> ffmpeg-0.4.8.20040322.ebuild:
stable on amd64
05 Jun 2004; <tester@gentoo.org> ffmpeg-0.4.8.20040322.ebuild:
No longer available from SRC_URI, changed the keywords to -*.. oops
we have it on our mirrors... sorry..
30 Mar 2004; Sven Blumenstein <bazik@gentoo.org>
ffmpeg-0.4.8.20040322.ebuild:
Stable on sparc.
26 Mar 2004; Joel Martin <kanaka@gentoo.org> ffmpeg-0.4.8.20040222.ebuild,
ffmpeg-0.4.8.20040322.ebuild:
Filter out -momit-leaf-frame-pointer flag from libpostproc compilation
*ffmpeg-0.4.8.20040322 (22 Mar 2004)
22 Mar 2004; Luca Barbato <lu_zero@gentoo.org> ffmpeg-0.4.8.20040322.ebuild:
New snapshot, works with ppc
15 Mar 2004; Luca Barbato <lu_zero@gentoo.org> ffmpeg-0.4.8.20040222.ebuild:
Marked -ppc pending a fix for misbuild.
*ffmpeg-0.4.8.20040222 (11 Mar 2004)
11 Mar 2004; <kanaka@gentoo.org> ffmpeg-0.4.8.20040222.ebuild:
Install libpostproc library. Update to newer snapshot. Bug 27051
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> ffmpeg-0.4.8.ebuild:
stable on alpha and ia64
16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> ffmpeg-0.4.8.ebuild:
set ppc in keywords
29 Nov 2003; Brad House <brad_mssw@gentoo.org> ffmpeg-0.4.8.ebuild:
amd64 needs -fPIC to compile properly
22 Nov 2003; Luca Barbato <lu_zero@gentoo.org> ffmpeg-0.4.8.ebuild:
altivec related fix, thanks to Olivier <ocastan@noos.fr> for the report
and the patch
*ffmpeg-0.4.8 (18 Oct 2003)
18 Oct 2003; <iggy@gentoo.org> ffmpeg-0.4.8.ebuild:
version bump, fix a bug where it was trying to include X11/Xlib.h for no
apparent reason
*ffmpeg-0.4.7 (09 Sep 2003)
09 Sep 2003; Martin Holzer <mholzer@gentoo.org> ffmpeg-0.4.7.ebuild:
Version bumped.
14 Jul 2003; Alastair Tse <liquidx@gentoo.org>
ffmpeg-0.4.7_pre20030624.ebuild:
depend on a non-masked version of imlib2
13 Jul 2003; Nick Hadaway <raker@gentoo.org> ffmpeg-0.4.7_pre20030624.ebuild:
Adding sdl, imlib, and truetype use flags.
06 Jul 2003; Nick Hadaway <raker@gentoo.org> ffmpeg-0.4.7_pre20030624.ebuild:
Marked stble for x86
02 Jul 2003; Nick Hadaway <raker@gentoo.org> ffmpeg-0.4.7_pre20030624.ebuild,
files/alpha-idct.patch:
Addresses bug #23563. This problem was fixed upstream in cvs.
Added a small patch.
*ffmpeg-0.4.7_pre20030624 (26 Jun 2003)
26 Jun 2003; Nick Hadaway <raker@gentoo.org> ffmpeg-0.4.7_pre20030624.ebuild:
As of June 9th, 0.4.6 is considered obsolete by the upstream author.
This build pulled from a cvs snapshot now has support for the dvd
and static use variables. Also added faad as a local use variable.
*ffmpeg-0.4.6-r1 (4 Jan 2003)
10 Mar 2003; Will Woods <wwoods@gentoo.org> ffmpeg-0.4.6-r1.ebuild:
Added ~alpha to keywords and -fPIC to flags, fixes bug #16281
19 Feb 2003; Martin Holzer <mholzer@gentoo.org> ffmpeg-0.4.6-r1.ebuild :
Marked as stable.
26 Jan 2003; Seemant Kulleen <seemant@gentoo.org> ffmpeg-0.4.6-r1.ebuild :
Added -fPIC to the filter-flags to sort out compiling issues such as
those reported in bug #14500 by atomicdog@akier.net (Conrad Akier)
4 Jan 2003; Joshua Brindle <method@gentoo.org> ffmpeg-0.4.6-r1.ebuild :
merge patches to ebuild and package from Rene Wagner <reenoo@gmx.de>
to install libavcodec as a .so.
*ffmpeg-0.4.6 (3 Jan 2003)
3 Jan 2003; Joshua Brindle <method@gentoo.org> ffmpeg-0.4.6.ebuild :
version bump, this is a release non-snapshot version, recommend upgrade
*ffmpeg-0.4.5.20021212 (13 Dec 2002)
5 Jan 2002; Joshua Brindle <method@gentoo.org ffmpeg-0.4.5.20021212.ebuild :
removed this ebuild from portage, it is old and was a cvs snapshot, 0.4.6
contains everything this did and is a release version
14 Dec 2002; Joshua Brindle <method@gentoo.org> ffmpeg-0.4.5.20021212.ebuild :
Changing url to reflect where author moved his.
13 Dec 2002; Bryon Roche <kain@gentoo.org> ffmpeg-0.4.5.20021212.ebuild :
ffmpeg isn't REALLY x86 specific. Giving ppc and sparc a nice big ~.
12 Dec 2002; Joshua Brindle <method@gentoo.org> ffmpeg-0.4.5.20021212.ebuild :
cvs snapshot so that streaming will work, also added mp3lame and oggvorbis
support with encode and oggvorbis use vars.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*ffmpeg-0.4.5 (1 Feb 2002)
25 Sep 2002; Daniel Ahlberg <aliz@gentoo.org> ffmpeg-0.4.5.ebuild :
Filter out "-fforce-addr".
05 Sep 2002; Seemant Kulleen <seemant@gentoo.org> ffmpeg-0.4.5.ebuild :
Added nasm to DEPEND. Thanks to: jfelice@cronosys.com (Jay 'Eraserhead'
Felice) in bug #7481. Also tagged it x86 only due to this.
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.

View File

@ -1,28 +0,0 @@
AUX ffmpeg-0.4.9_p20070330-asmpic.patch 2111 RMD160 3172d33b3f98933de028a279a55ceea488ab635a SHA1 1a60ea4599324bb29be2de818ee126804203b060 SHA256 a0799a9fda4312c468ec812af67e3a69f7e9f298f877734ce061dfaa4e5b1ce9
MD5 cb246a8aa562c144f39894d5d7e1c00a files/ffmpeg-0.4.9_p20070330-asmpic.patch 2111
RMD160 3172d33b3f98933de028a279a55ceea488ab635a files/ffmpeg-0.4.9_p20070330-asmpic.patch 2111
SHA256 a0799a9fda4312c468ec812af67e3a69f7e9f298f877734ce061dfaa4e5b1ce9 files/ffmpeg-0.4.9_p20070330-asmpic.patch 2111
AUX ffmpeg-libdir-2007.patch 313 RMD160 88b86d34eaf976db25db70449b0d4a3238a16a32 SHA1 43486a328913beec5ae1f38eb6fd987b2d756995 SHA256 08df45ff041269c1226eda787e9a30373ed7b5a469e06b6b30bd6a81e781f863
MD5 7e0641383d698cdb826850074b38ca1f files/ffmpeg-libdir-2007.patch 313
RMD160 88b86d34eaf976db25db70449b0d4a3238a16a32 files/ffmpeg-libdir-2007.patch 313
SHA256 08df45ff041269c1226eda787e9a30373ed7b5a469e06b6b30bd6a81e781f863 files/ffmpeg-libdir-2007.patch 313
AUX ffmpeg-shared-gcc4.1.patch 1667 RMD160 cf0318bcb812ad701e8cd55f10f59ca71933cf6c SHA1 0fd4d860efd8a0240fa66443429d8404d28a27dd SHA256 0bd67ed0cc1ea47c36756f5a66e504af4de85ce072c4b92083fb44065b5a3671
MD5 d970f65795ef8b8ce839c01020b0e707 files/ffmpeg-shared-gcc4.1.patch 1667
RMD160 cf0318bcb812ad701e8cd55f10f59ca71933cf6c files/ffmpeg-shared-gcc4.1.patch 1667
SHA256 0bd67ed0cc1ea47c36756f5a66e504af4de85ce072c4b92083fb44065b5a3671 files/ffmpeg-shared-gcc4.1.patch 1667
DIST ffmpeg-0.4.9-p20070616.tar.bz2 2275972 RMD160 73d0334b85f0859bbfc40a4d9c27fb987b36ca25 SHA1 6c649cf5b4c803bf7aec2f70adbd9d0992360e71 SHA256 bb15d2aee946ac6113928386f7385b15ffa4d9640e60830bd9868079bfb2da88
EBUILD ffmpeg-0.4.9_p20070616-r1.ebuild 5700 RMD160 a89e67fcf75e66089e1fb32ed4bd940d71d419ed SHA1 f9de1d74b2303a3be1542b48274de9fdc0d4dc94 SHA256 f698298604688fd4fd11b1d7d3630ee211d1ffa3d51e6c98ac8c62c44ea82372
MD5 87a5a516d35958362cc3d5fcff6e1785 ffmpeg-0.4.9_p20070616-r1.ebuild 5700
RMD160 a89e67fcf75e66089e1fb32ed4bd940d71d419ed ffmpeg-0.4.9_p20070616-r1.ebuild 5700
SHA256 f698298604688fd4fd11b1d7d3630ee211d1ffa3d51e6c98ac8c62c44ea82372 ffmpeg-0.4.9_p20070616-r1.ebuild 5700
MISC ChangeLog 30262 RMD160 496c5c4594c4a5034fc1dc0fb30e41a9fd4b0b66 SHA1 4844ab3c8f98f60c02f77ce0db4be4181b1ed995 SHA256 34f99f9cdf1bd1cab21e626d3a14b34be964f8e19179122517232f17dd9744e7
MD5 85a276586a6b9062ffd07dd54f090f46 ChangeLog 30262
RMD160 496c5c4594c4a5034fc1dc0fb30e41a9fd4b0b66 ChangeLog 30262
SHA256 34f99f9cdf1bd1cab21e626d3a14b34be964f8e19179122517232f17dd9744e7 ChangeLog 30262
MISC metadata.xml 223 RMD160 86b42c49b694db39ddb3fdc60b98a3ad1a0c3392 SHA1 ea8c387229caaf4b0d3c9fbef9143b70dcae0b0d SHA256 dd48e823ec9a151bc3611121402ed26ee24eb3304aa62870b1e875a8fa0ac812
MD5 0338bfb24d7bfb6450aac4dd025c0096 metadata.xml 223
RMD160 86b42c49b694db39ddb3fdc60b98a3ad1a0c3392 metadata.xml 223
SHA256 dd48e823ec9a151bc3611121402ed26ee24eb3304aa62870b1e875a8fa0ac812 metadata.xml 223
MD5 d2897b91ef2d2bea444c09eec4285a09 files/digest-ffmpeg-0.4.9_p20070616-r1 274
RMD160 2e7744442a12767ad4173f1e9d77db32a17d1b54 files/digest-ffmpeg-0.4.9_p20070616-r1 274
SHA256 ec7aa955e39ac4df78f4709a57c2c215bfa9eceeb5e68328b7e6b70b4adb7ebb files/digest-ffmpeg-0.4.9_p20070616-r1 274

View File

@ -1,173 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.4.9_p20070616-r1.ebuild,v 1.2 2007/07/07 21:00:46 drac Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
DESCRIPTION="Complete solution to record, convert and stream audio and video.
Includes libavcodec. SVN revision 9330"
HOMEPAGE="http://ffmpeg.org/"
MY_P=${P/_/-}
S=${WORKDIR}/ffmpeg
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="aac altivec amr debug doc ieee1394 a52 encode imlib mmx ogg vorbis oss
swscaler test theora threads truetype v4l x264 xvid network zlib sdl X"
RDEPEND="imlib? ( media-libs/imlib2 )
truetype? ( >=media-libs/freetype-2 )
sdl? ( >=media-libs/libsdl-1.2.10 )
encode? ( media-sound/lame
vorbis? ( media-libs/libvorbis )
theora? ( media-libs/libtheora ) )
ogg? ( media-libs/libogg )
aac? ( media-libs/faad2 media-libs/faac )
a52? ( >=media-libs/a52dec-0.7.4-r4 )
xvid? ( >=media-libs/xvid-1.1.0 )
zlib? ( sys-libs/zlib )
ieee1394? ( =media-libs/libdc1394-1*
sys-libs/libraw1394 )
x264? ( >=media-libs/x264-svn-20061014 )
X? ( x11-libs/libX11 x11-libs/libXext )
amr? ( media-libs/amrnb media-libs/amrwb )"
DEPEND="${RDEPEND}
doc? ( app-text/texi2html )
test? ( net-misc/wget )"
# Make sure the mmx USE flag is unmasked
# Remove this once default-linux/amd64/2006.1 is deprecated
DEPEND="${DEPEND} amd64? ( >=sys-apps/portage-2.1.2 )"
src_unpack() {
unpack ${A} || die
cd "${S}"
#Append -DBROKEN_RELOCATIONS to build for bug 179872.
#Pretty please fix me if you can.
append-flags "-DBROKEN_RELOCATIONS"
#Append -fomit-frame-pointer to avoid some common issues
use debug || append-flags "-fomit-frame-pointer"
# for some reason it tries to #include <X11/Xlib.h>, but doesn't use it
sed -i s:\#define\ HAVE_X11:\#define\ HAVE_LINUX: ffplay.c
# .pc files contain wrong libdir path
epatch ${FILESDIR}/${PN}-libdir-2007.patch
sed -i -e "s:GENTOOLIBDIR:$(get_libdir):" configure
# Make it use pic always since we don't need textrels
sed -i -e "s:LIBOBJFLAGS=\"\":LIBOBJFLAGS=\'\$\(PIC\)\':" configure
# To make sure the ffserver test will work
sed -i -e "s:-e debug=off::" tests/server-regression.sh
# Fix building with altivec for bug 183687
sed -i -e "s:TARGET_ALTIVEC:HAVE_ALTIVEC:" libswscale/Makefile
epatch "${FILESDIR}/${PN}-shared-gcc4.1.patch"
# disable non pic safe asm, bug #172877, bug #172845 and dupes
# epatch "${FILESDIR}/${PN}-0.4.9_p20070330-asmpic.patch"
}
src_compile() {
replace-flags -O0 -O2
#x86, what a wonderful arch....
replace-flags -O1 -O2
local myconf="${EXTRA_ECONF}"
#disable mmx accelerated code if not requested, or if PIC is required
# as the provided asm decidedly is not PIC.
if ( gcc-specs-pie || ! use mmx ) ; then
myconf="${myconf} --disable-mmx"
fi
# enabled by default
use altivec || myconf="${myconf} --disable-altivec"
use debug || myconf="${myconf} --disable-debug"
use oss || myconf="${myconf} --disable-audio-oss"
use v4l || myconf="${myconf} --disable-v4l --disable-v4l2"
use ieee1394 || myconf="${myconf} --disable-dv1394"
use network || myconf="${myconf} --disable-network"
use zlib || myconf="${myconf} --disable-zlib"
use sdl || myconf="${myconf} --disable-ffplay"
myconf="${myconf} --disable-opts"
# disabled by default
if use encode
then
myconf="${myconf} --enable-libmp3lame"
use vorbis && myconf="${myconf} --enable-libvorbis --enable-libogg"
use theora && myconf="${myconf} --enable-libtheora --enable-libogg"
fi
use a52 && myconf="${myconf} --enable-liba52"
use ieee1394 && myconf="${myconf} --enable-dc1394"
use threads && myconf="${myconf} --enable-pthreads"
use xvid && myconf="${myconf} --enable-libxvid"
use X && myconf="${myconf} --enable-x11grab"
use ogg && myconf="${myconf} --enable-libogg"
use x264 && myconf="${myconf} --enable-libx264"
use aac && myconf="${myconf} --enable-libfaad --enable-libfaac"
use amr && myconf="${myconf} --enable-libamr-nb --enable-libamr-wb"
use swscaler && myconf="${myconf} --enable-swscaler"
myconf="${myconf} --enable-gpl --enable-pp \
--disable-strip"
tc-is-cross-compiler && myconf="${myconf} --cross-compile --arch=$(tc-arch-kernel)"
# Specific workarounds for too-few-registers arch...
if [[ $(tc-arch) == "x86" ]]; then
filter-flags -fforce-addr -momit-leaf-frame-pointer
append-flags -fomit-frame-pointer
is-flag -O? || append-flags -O2
if (use debug); then
# no need to warn about debug if not using debug flag
ewarn ""
ewarn "Debug information will be almost useless as the frame pointer is omitted."
ewarn "This makes debugging harder, so crashes that has no fixed behavior are"
ewarn "difficult to fix. Please have that in mind."
ewarn ""
fi
fi
cd ${S}
./configure \
--prefix=/usr \
--libdir=/usr/$(get_libdir) \
--shlibdir=/usr/$(get_libdir) \
--mandir=/usr/share/man \
--enable-static --enable-shared \
"--cc=$(tc-getCC)" \
${myconf} || die "configure failed"
emake -j1 depend || die "depend failed"
emake || die "make failed"
}
src_install() {
emake -j1 LDCONFIG=true DESTDIR=${D} install || die "Install Failed"
use doc && emake -j1 documentation
dodoc Changelog README INSTALL
dodoc doc/*
}
# Never die for now...
src_test() {
cd ${S}/tests
for t in "codectest libavtest test-server" ; do
make ${t} || ewarn "Some tests in ${t} failed"
done
}
pkg_postinst() {
ewarn "ffmpeg may had ABI changes, if ffmpeg based programs"
ewarn "like xine-lib or vlc stop working as expected please"
ewarn "rebuild them."
}

View File

@ -1,3 +0,0 @@
MD5 c6da417c0b6ce67aec96e75dcf0ee402 ffmpeg-0.4.9-p20070616.tar.bz2 2275972
RMD160 73d0334b85f0859bbfc40a4d9c27fb987b36ca25 ffmpeg-0.4.9-p20070616.tar.bz2 2275972
SHA256 bb15d2aee946ac6113928386f7385b15ffa4d9640e60830bd9868079bfb2da88 ffmpeg-0.4.9-p20070616.tar.bz2 2275972

View File

@ -1,35 +0,0 @@
Index: ffmpeg/libavcodec/cabac.h
===================================================================
--- ffmpeg.orig/libavcodec/cabac.h
+++ ffmpeg/libavcodec/cabac.h
@@ -376,7 +376,7 @@ static int av_always_inline get_cabac_in
#define BYTE "16"
#define BYTEEND "20"
#endif
-#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE)
+#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE) && !(defined(PIC) && defined(__GNUC__))
int bit;
#ifndef BRANCHLESS_CABAC_DECODER
@@ -680,7 +680,7 @@ static av_always_inline int get_cabac_by
//FIXME the x86 code from this file should be moved into i386/h264 or cabac something.c/h (note ill kill you if you move my code away from under my fingers before iam finished with it!)
//FIXME use some macros to avoid duplicatin get_cabac (cant be done yet as that would make optimization work hard)
-#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE)
+#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE) && !(defined(PIC) && defined(__GNUC__))
static int decode_significance_x86(CABACContext *c, int max_coeff, uint8_t *significant_coeff_ctx_base, int *index){
void *end= significant_coeff_ctx_base + max_coeff - 1;
int minusstart= -(int)significant_coeff_ctx_base;
Index: ffmpeg/libavcodec/h264.c
===================================================================
--- ffmpeg.orig/libavcodec/h264.c
+++ ffmpeg/libavcodec/h264.c
@@ -6111,7 +6111,7 @@ static int decode_cabac_residual( H264Co
index[coeff_count++] = last;\
}
const uint8_t *sig_off = significant_coeff_flag_offset_8x8[MB_FIELD];
-#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE)
+#if defined(ARCH_X86) && defined(CONFIG_7REGS) && defined(CONFIG_EBX_AVAILABLE) && !(defined(PIC) && defined(__GNUC__))
coeff_count= decode_significance_8x8_x86(CC, significant_coeff_ctx_base, index, sig_off);
} else {
coeff_count= decode_significance_x86(CC, max_coeff, significant_coeff_ctx_base, index);

View File

@ -1,11 +0,0 @@
--- ffmpeg/configure.orig 2007-01-29 15:24:05.000000000 +0100
+++ ffmpeg/configure 2007-01-29 15:37:23.000000000 +0100
@@ -2166,7 +2166,7 @@
cat <<EOF >$name.pc
prefix=$PREFIX
exec_prefix=\${prefix}
-libdir=\${exec_prefix}/lib
+libdir=\${exec_prefix}/GENTOOLIBDIR
includedir=\${prefix}/include
Name: $name

View File

@ -1,40 +0,0 @@
--- ffmpeg.orig/libavcodec/i386/dsputil_mmx.c 2006-03-04 07:50:27.000000000 +0100
+++ ffmpeg/libavcodec/i386/dsputil_mmx.c 2006-03-04 07:49:04.000000000 +0100
@@ -619,10 +619,22 @@
static inline void transpose4x4(uint8_t *dst, uint8_t *src, int dst_stride, int src_stride){
asm volatile( //FIXME could save 1 instruction if done as 8x4 ...
- "movd %4, %%mm0 \n\t"
- "movd %5, %%mm1 \n\t"
- "movd %6, %%mm2 \n\t"
- "movd %7, %%mm3 \n\t"
+ "movd %0, %%mm0 \n\t"
+ "movd %1, %%mm1 \n\t"
+ "movd %2, %%mm2 \n\t"
+
+ :
+ : "m" (*(uint32_t*)(src + 0*src_stride)),
+ "m" (*(uint32_t*)(src + 1*src_stride)),
+ "m" (*(uint32_t*)(src + 2*src_stride))
+ );
+ asm volatile( //FIXME could save 1 instruction if done as 8x4 ...
+ "movd %0, %%mm3 \n\t"
+
+ :
+ : "m" (*(uint32_t*)(src + 3*src_stride))
+ );
+ asm volatile( //FIXME could save 1 instruction if done as 8x4 ...
"punpcklbw %%mm1, %%mm0 \n\t"
"punpcklbw %%mm3, %%mm2 \n\t"
"movq %%mm0, %%mm1 \n\t"
@@ -639,10 +651,6 @@
"=m" (*(uint32_t*)(dst + 1*dst_stride)),
"=m" (*(uint32_t*)(dst + 2*dst_stride)),
"=m" (*(uint32_t*)(dst + 3*dst_stride))
- : "m" (*(uint32_t*)(src + 0*src_stride)),
- "m" (*(uint32_t*)(src + 1*src_stride)),
- "m" (*(uint32_t*)(src + 2*src_stride)),
- "m" (*(uint32_t*)(src + 3*src_stride))
);
}

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>video</herd>
<maintainer>
<email>media-video@gentoo.org</email>
</maintainer>
</pkgmetadata>

View File

@ -1,2 +0,0 @@
DIST openshot-1.1.0.tar.gz 16656855 RMD160 edbe81813412a44cab577f7900dfc198539a128e SHA1 319c30b3f89ac0961a572a0c60126a2830c4b371 SHA256 e95f3fd1e6b93d3b4b6dcdad917c56fc12a306519fdeb562a8b6c47e1b5f06d1
EBUILD openshot-1.1.0-r1.ebuild 1626 RMD160 c2256d9bcb6346b116845fa925c11599b212263c SHA1 3f6715a4dd3fe6439f2433da8d816c530f18aabf SHA256 0c03fd1483ab7f44bc2bba31bedd1a0c42705bd6a6360995b348934c50ff6753

View File

@ -1,62 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
PYTHON_DEPEND=2
PYTHON_USE_WITH=xml
inherit distutils fdo-mime python
DESCRIPTION="OpenShot Video Editor is a non-linear video editor"
HOMEPAGE="http://www.openshotvideo.com"
SRC_URI="http://launchpad.net/openshot/1.1/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="faac faad ieee1394 jack mp3 quicktime theora vorbis x264"
DEPEND=""
RDEPEND="
dev-python/pygtk
dev-python/pygoocanvas
dev-python/pyxdg
gnome-base/librsvg
>=media-libs/mlt-0.4.6-r1[dv,ffmpeg,frei0r,melt,python,quicktime?,sdl,xml]
media-sound/sox[encode,ffmpeg]
media-video/ffmpeg[encode,ieee1394?,jack?,x264?,vorbis?,theora?,faac?,faad?,mp3?]"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
distutils_src_prepare
# Avoid stuff covered by fdo-mime.eclass
# (update-mime-database update-desktop-database update-mime)
# export "FAKEROOTKEY=gentoo" does not work as this variable is filtered
# by portage
sed -i -e '/FAILED = /q' setup.py
}
# TODO: check stuff installed to /usr/lib/python2.6/site-packages as there are
# some parts installed which shouldn't (locale, themes, profiles effects,
# etc...) Afaik only python stuff should go there and the rest probably to
# /usr/share/openshot
# The same goes for /usr/lib/mime/packages
pkg_postinst() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
distutils_pkg_postinst
}
pkg_postrm() {
fdo-mime_mime_database_update
fdo-mime_desktop_database_update
distutils_pkg_postrm
}

View File

@ -1,5 +0,0 @@
AUX config-4.0/samba-conf 69 RMD160 2b5f0af9d9cdb3659d2975884aee6e2557e76319 SHA1 833a5d2c0d6eaa72991adb01873054c20cfe666f SHA256 41d6a03e7cf1d1351c49bf4918a5618d0747817d2c3235fa2ddf1e5f2f1c9b84
AUX config-4.0/samba-init 587 RMD160 fd123fead110f89dceedae956210b4a2b1f7ffbf SHA1 ed28ed0221412c82f3fe9d3897f438a31723571c SHA256 efa8b8d8d8648c301ec86f6e715322cb4c5ac772fd412f7d56031398fa2ef1ec
DIST samba-4.0.0alpha7.tar.gz 11927771 RMD160 551aface24e04e8b5665c1d2e12ec8bc7a725d0f SHA1 f59bedd40e0fd5a85e31ea4a06e8a4a874c6c9b7 SHA256 744d97ad7fc964efa27f02bdc4f93b533269e4e5e27639035ae80942510c743e
EBUILD samba-4.0.0_alpha7.ebuild 4035 RMD160 1015f66a3677218cc7565aad1d601eb1662fb747 SHA1 be6a6e9cc9ce5cc917fb0fcd42131fab6d50b238 SHA256 d3f60f54daa0ca3e8823d58b747e17517fe381ff1a787816041d86e76f8f8468
MISC samba-9999.ebuild.old_svn 8339 RMD160 863bcbf1d8ebec56ae70eb428d1c99d1567ff2e3 SHA1 dfbcadc3241baaac7c9aea62d72ecae5924a0d3d SHA256 132bba6308140f951bae6d5e7860e40a212de58708ff3a7053045d5ba0656469

View File

@ -1,2 +0,0 @@
# Command line options for the samba daemon
samba_start_options="-D"

View File

@ -1,33 +0,0 @@
#!/sbin/runscript
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: $
opts="reload"
depend() {
after slapd
need net
}
DAEMON="/usr/sbin/samba"
start() {
ebegin "Starting Samba 4.x daemon... "
start-stop-daemon --start --quiet \
--exec ${DAEMON} -- ${samba_start_options}
eend $?
}
stop() {
ebegin "Stopping Samba 4.x daemon... "
start-stop-daemon --stop --quiet \
--pidfile /var/run/samba/smbd.pid
eend $?
}
reload() {
ebegin "Reloading Samba 4.x daemon... "
killall -HUP samba
eend $?
}

View File

@ -1,154 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.34.ebuild,v 1.1 2009/03/29 16:49:58 patrick Exp $
inherit autotools eutils python multilib versionator confutils
MY_P=${PN}-${PV/_/}
DESCRIPTION="A suite of SMB and CIFS client/server programs for UNIX"
HOMEPAGE="http://www.samba.org/"
SRC_URI="mirror://samba/samba4/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="-*"
IUSE="acl caps debug developer doc dso examples gnutls ldap readline threads"
RDEPEND="sys-libs/e2fsprogs-libs
dev-lang/python
acl? ( sys-apps/acl sys-apps/attr )
caps? ( sys-libs/libcap )
gnutls? ( >=net-libs/gnutls-2.0 )
ldap? ( >=net-nds/openldap-2.4.15 )
readline? ( sys-libs/readline )"
# Don't build, if modularized Samba 3.3 (from dev-zero overlay) is installed
DEPEND="!net-fs/samba-client
!net-fs/samba-server
!net-fs/samba-libs
${RDEPEND}"
RESTRICT="nomirror"
S=${WORKDIR}/${MY_P}/source4
CONFDIR=${FILESDIR}/config-4.0
PRIVATE_DST=/var/lib/samba/private
src_unpack() {
unpack ${A}
cd "${S}"
# Ok, agreed, this is ugly. But it avoids a patch we
# need for every samba version and we don't need autotools
sed -i \
-e 's|"lib32" ||' \
-e 's|if test -d "$i/$l" ;|if test -d "$i/$l" -o -L "$i/$l";|' \
configure || die "sed failed"
}
src_compile() {
cd "${S}"
local myconf
use caps && export ac_cv_header_sys_capability_h=yes || export ac_cv_header_sys_capability_h=no
use doc && myconf="${myconf} --docdir=/usr/share/doc/${PF}"
econf \
--sysconfdir=/etc/samba \
--localstatedir=/var \
--with-piddir=/var/run/samba \
--with-lockdir=/var/cache/samba \
--with-logfilebase=/var/log/samba \
--with-privatedir=${PRIVATE_DST} \
--enable-automatic-dependencies \
--enable-fhs \
--enable-socket-wrapper \
$(use_with threads pthreads) \
$(use_enable gnutls) \
$(use_enable debug) \
$(use_enable developer) \
$(use_enable dso) \
${myconf}
emake proto || die "emake proto failed"
emake everything || die "emake everything failed"
}
src_test() {
cd "${S}"
emake test || die "tests failed"
}
src_install() {
cd "${S}"
emake DESTDIR="${D}" install || die "emake install failed"
# For some reason, make install creates a SYSCONFDIR/samba
# that is never used. To avoid confusion, we remove it.
rm -rf "${D}"/etc/samba/samba
newinitd "${CONFDIR}/samba-init" samba
newconfd "${CONFDIR}/samba-conf" samba
# dirs
diropts -m0700 ; keepdir "${PRIVATE_DST}"
diropts -m0755
keepdir /var/{log,run,cache}/samba
# docs
dodoc "${S}"/{BUGS,NEWS,TODO}
if use examples ; then
insinto /usr/share/doc/${PF}/python
doins -r "${S}/scripting/python/examples"
fi
insinto /usr/share/${PN}/setup
doins -r setup
}
pkg_preinst() {
local PRIVATE_SRC=/etc/samba/private
if [[ ! -r "${ROOT}/${PRIVATE_DST}/secrets.tdb" \
&& -r "${ROOT}/${PRIVATE_SRC}/secrets.tdb" ]] ; then
ebegin "Copying "${ROOT}"/${PRIVATE_SRC}/* to ${ROOT}/${PRIVATE_DST}/"
mkdir -p "${D}/${PRIVATE_DST}"
cp -pPRf "${ROOT}/${PRIVATE_SRC}"/* "${D}/${PRIVATE_DST}/"
eend $?
fi
if [[ ! -f "${ROOT}/etc/samba/smb.conf" ]] ; then
touch "${D}/etc/samba/smb.conf"
fi
}
pkg_postinst() {
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/samba
echo " "
elog "Specialized mount/umount.cifs helper applications are not yet available for"
elog "Samba 4.0."
elog "You may try to install net-fs/mount-cifs at your own risk.\n"
elog "The provision helper scripts for setting up LDAP backends, etc. are installed"
elog "/usr/share/samba/setup.\n"
ewarn "If you're upgrading from 3.x.x, make sure to read the information on the"
ewarn "SambaWiki [http://wiki.samba.org/index.php/Samba4] to make yourself familiar"
ewarn "with the status of Samba 4 and the various differences to the 3.x branch."
}
pkg_postrm() {
if use python ; then
python_version
python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/samba
fi
}

View File

@ -1,299 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit libtool autotools eutils pam python multilib versionator confutils subversion
MY_P=${PN}-${PV/_/}
DESCRIPTION="A suite of SMB and CIFS client/server programs for UNIX"
HOMEPAGE="http://www.samba.org/"
ESVN_REPO_URI="svn://svnanon.samba.org/samba/branches/SAMBA_4_0"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="**"
IUSE_LINGUAS="linguas_ja linguas_pl"
IUSE="${IUSE_LINGUAS} acl ads async automount caps cups doc examples ipv6 kernel_linux ldap fam
pam python quotas readline selinux swat syslog winbind"
RDEPEND="dev-libs/popt
virtual/libiconv
acl? ( kernel_linux? ( sys-apps/acl ) )
cups? ( net-print/cups )
ipv6? ( sys-apps/xinetd )
ads? ( virtual/krb5 )
ldap? ( net-nds/openldap )
pam? ( virtual/pam )
python? ( dev-lang/python )
readline? ( sys-libs/readline )
selinux? ( sec-policy/selinux-samba )
swat? ( sys-apps/xinetd )
syslog? ( virtual/logger )
fam? ( virtual/fam )
caps? ( sys-libs/libcap )"
DEPEND="${RDEPEND}"
CONFDIR=${FILESDIR}/config
PRIVATE_DST=/var/lib/samba/private
BUILD_TARGETS="proto all"
#MODULE_NAMES="."
pkg_setup() {
confutils_use_depend_all ads ldap
}
src_compile() {
cd "${S}/source"
einfo "Running autogen.sh"
./autogen.sh
eend ${?}
local myconf
local mylangs
local mymod_shared
python_version
myconf="--with-python=no"
use python && myconf="--with-python=${python}"
mylangs="--with-manpages-langs=en"
use linguas_ja && mylangs="${mylangs},ja"
use linguas_pl && mylangs="${mylangs},pl"
use winbind && mymod_shared="--with-shared-modules=idmap_rid"
if use ldap ; then
myconf="${myconf} $(use_with ads)"
use winbind && mymod_shared="${mymod_shared},idmap_ad"
fi
[[ ${CHOST} == *-*bsd* ]] && myconf="${myconf} --disable-pie"
use hppa && myconf="${myconf} --disable-pie"
use caps && export ac_cv_header_sys_capability_h=yes || export ac_cv_header_sys_capability_h=no
# Otherwise we get the whole swat stuff installed
if ! use swat ; then
sed -i \
-e 's/^\(install:.*\)installswat \(.*\)/\1\2/' \
Makefile.in || die "sed failed"
fi
econf \
--with-fhs \
--sysconfdir=/etc/samba \
--localstatedir=/var \
--with-configdir=/etc/samba \
--with-libdir=/usr/$(get_libdir)/samba \
--with-swatdir=/usr/share/doc/${PF}/swat \
--with-piddir=/var/run/samba \
--with-lockdir=/var/cache/samba \
--with-logfilebase=/var/log/samba \
--with-privatedir=${PRIVATE_DST} \
--with-libsmbclient \
--without-spinlocks \
--enable-socket-wrapper \
--with-cifsmount=no \
$(use_with acl acl-support) \
$(use_with async aio-support) \
$(use_with automount) \
$(use_enable cups) \
$(use_enable fam) \
$(use_with ads krb5) \
$(use_with ldap) \
$(use_with pam) $(use_with pam pam_smbpass) \
$(use_with quotas) $(use_with quotas sys-quotas) \
$(use_with readline) \
$(use_with kernel_linux smbmount) \
$(use_with syslog) \
$(use_with winbind) \
${myconf} ${mylangs} ${mymod_shared} || die "econf failed"
emake proto || die "emake proto failed"
emake everything || die "emake everything failed"
if use python ; then
emake python_ext || die "emake python_ext failed"
fi
}
src_test() {
cd "${S}/source"
emake test || die "tests failed"
}
src_install() {
cd "${S}/source"
emake DESTDIR="${D}" install-everything || die "emake install-everything failed"
# Extra rpctorture progs
local extra_bins="rpctorture"
for i in ${extra_bins} ; do
[[ -x "${S}/bin/${i}" ]] && dobin "${S}/bin/${i}"
done
# remove .old stuff from /usr/bin:
rm -f "${D}"/usr/bin/*.old
# Nsswitch extensions. Make link for wins and winbind resolvers
if use winbind ; then
dolib.so nsswitch/libnss_wins.so
dosym libnss_wins.so /usr/$(get_libdir)/libnss_wins.so.2
dolib.so nsswitch/libnss_winbind.so
dosym libnss_winbind.so /usr/$(get_libdir)/libnss_winbind.so.2
fi
if use pam ; then
dopammod bin/pam_smbpass.so
use winbind && dopammod bin/pam_winbind.so
fi
if use kernel_linux ; then
# Warning: this can byte you if /usr is
# on a separate volume and you have to mount
# a smb volume before the local mount
dosym ../usr/bin/smbmount /sbin/mount.smbfs
fperms 4755 /usr/bin/smbmnt
fperms 4755 /usr/bin/smbumount
fi
# bug #46389: samba doesn't create symlink anymore
# beaviour seems to be changed in 3.0.6, see bug #61046
dosym samba/libsmbclient.so /usr/$(get_libdir)/libsmbclient.so.0
dosym samba/libsmbclient.so /usr/$(get_libdir)/libsmbclient.so
# make the smb backend symlink for cups printing support (bug #133133)
if use cups ; then
dodir $(cups-config --serverbin)/backend
dosym /usr/bin/smbspool $(cups-config --serverbin)/backend/smb
fi
if use python ; then
emake DESTDIR="${D}" python_install || die "emake installpython failed"
# We're doing that manually
find "${D}/usr/$(get_libdir)/python${PYVER}/site-packages" -iname "*.pyc" -delete
fi
cd "${S}/source"
# General config files
insinto /etc/samba
doins "${CONFDIR}"/{smbusers,lmhosts}
newins "${CONFDIR}/smb.conf.example-samba3" smb.conf.example
newpamd "${CONFDIR}/samba.pam" samba
use winbind && doins ${CONFDIR}/system-auth-winbind
if use swat ; then
insinto /etc/xinetd.d
newins "${CONFDIR}/swat.xinetd" swat
else
rm -f "${D}/usr/sbin/swat"
rm -f "${D}/usr/share/man/man8/swat.8"
fi
newinitd "${FILESDIR}/samba-init" samba
newconfd "${FILESDIR}/samba-conf" samba
if use ldap ; then
insinto /etc/openldap/schema
doins "${S}/examples/LDAP/samba.schema"
fi
if use ipv6 ; then
insinto /etc/xinetd.d
newins "${FILESDIR}/samba-xinetd" smb
fi
# dirs
diropts -m0700 ; keepdir ${PRIVATE_DST}
diropts -m1777 ; keepdir /var/spool/samba
diropts -m0755
keepdir /var/{log,run,cache}/samba
keepdir /var/lib/samba/{netlogon,profiles}
keepdir /var/lib/samba/printers/{W32X86,WIN40,W32ALPHA,W32MIPS,W32PPC}
keepdir /usr/$(get_libdir)/samba/{rpc,idmap,auth}
# docs
dodoc "${FILESDIR}/README.gentoo"
dodoc "${S}"/{COPYING,Manifest,README,Roadmap,WHATSNEW.txt}
dodoc "${CONFDIR}/nsswitch.conf-wins"
use winbind && dodoc "${CONFDIR}/nsswitch.conf-winbind"
if use examples ; then
insinto /usr/share/doc/${PF}
doins -r "${S}/examples/"
find "${D}/usr/share/doc/${PF}" -type d -print0 | xargs -0 chmod 755
find "${D}/usr/share/doc/${PF}/examples" ! -type d -print0 | xargs -0 chmod 644
if use python ; then
insinto /usr/share/doc/${PF}/python
doins -r "${S}/source/python/examples"
fi
fi
if ! use doc ; then
if ! use swat ; then
rm -rf "${D}/usr/share/doc/${PF}/swat"
else
rm -rf "${D}/usr/share/doc/${PF}/swat/help"/{guide,howto,devel}
rm -rf "${D}/usr/share/doc/${PF}/swat/using_samba"
fi
fi
}
pkg_preinst() {
local PRIVATE_SRC=/etc/samba/private
if [[ ! -r ${ROOT}/${PRIVATE_DST}/secrets.tdb \
&& -r ${ROOT}/${PRIVATE_SRC}/secrets.tdb ]] ; then
ebegin "Copying ${ROOT}/${PRIVATE_SRC}/* to ${ROOT}/${PRIVATE_DST}/"
mkdir -p "${D}"/${PRIVATE_DST}
cp -pPRf "${ROOT}"/${PRIVATE_SRC}/* "${D}"/${PRIVATE_DST}/
eend $?
fi
if [[ ! -f "${ROOT}/etc/samba/smb.conf" ]] ; then
touch "${D}/etc/samba/smb.conf"
fi
}
pkg_postinst() {
if use python ; then
python_version
python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/samba
fi
if use swat ; then
einfo "swat must be enabled by xinetd:"
einfo " change the /etc/xinetd.d/swat configuration"
fi
if use ipv6 ; then
einfo "ipv6 support must be enabled by xinetd:"
einfo " change the /etc/xinetd.d/smb configuration"
fi
elog "It is possible to start/stop daemons seperately:"
elog " Create a symlink from /etc/init.d/samba.{smbd,nmbd,winbind} to"
elog " /etc/init.d/samba. Calling /etc/init.d/samba directly will start"
elog " the daemons configured in /etc/conf.d/samba"
elog "The mount/umount.cifs helper applications are not included anymore."
elog "Please install net-fs/mount-cifs instead."
}
pkg_postrm() {
if use python ; then
python_version
python_mod_cleanup /usr/$(get_libdir)/python${PYVER}/site-packages/samba
fi
# If stale docs, and one isn't re-emerging the latest version, removes
# (this is actually a portage bug, though)
[[ -n ${PF} && ! -f ${ROOT}/usr/$(get_libdir)/${PN}/en.msg ]] && \
rm -rf "${ROOT}"/usr/share/doc/${PF}
}

View File

@ -1,3 +0,0 @@
AUX mysecureshell-1.20-root-detection.patch 580 RMD160 4d589fb2e0481ffddd8a5edb0a1737b6e086edac SHA1 25faea42658becccbf9a44d99735133b5501e0ab SHA256 09c9cd566b58590246ce6c060c038bf48efa6efd707fa01831831e3c99817b5b
DIST mysecureshell_1.20.tar.gz 124848 RMD160 2168037395e9edd18df662d151c3d21996a52493 SHA1 6779c56ec5a4830a1f9dc412865f72a062a95cfd SHA256 14ab06fffd4978a504f24bf7073e0d524c99c9c895cbaef70dde801dc4f4561e
EBUILD mysecureshell-1.20.ebuild 769 RMD160 cd227ab5f1f36dda5a58232883090fcb44e28a3e SHA1 baaf955aef833c352e5904d18d288070eec6c7ff SHA256 2e070a2e2f5f6df1a67fcf3e22e93310cb6505015e3fcf674bce1a85e3621a10

View File

@ -1,22 +0,0 @@
--- mysecureshell_1.20/install.sh.in.orig 2010-10-18 13:36:37.240389434 +0200
+++ mysecureshell_1.20/install.sh.in 2010-10-18 13:36:54.981660373 +0200
@@ -75,19 +75,6 @@
fi
fi
-## Root detection
-
-if [ "$USER" != "root" ] ; then
- echo ""
- echo "###################################################################"
- tmp=`MyGetLocale 'sorry'`
- echo " $tmp $USER"
- MyGetLocale 'Warning root ask'
- echo "###################################################################"
- echo ""
- exit 1
-fi
-
## Functions
detecfiles() {
fileufund=`MyGetLocale 'Existing file'`

View File

@ -1,32 +0,0 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils
DESCRIPTION="Shell with advanced settings for sftp-server"
HOMEPAGE="http://mysecureshell.sourceforge.net/en/index.html"
SRC_URI="http://mysecureshell.free.fr/repository/index.php/source/${PN}_${PV}.tar.gz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
RESTRICT="nomirror"
DEPEND="net-misc/openssh"
S="${WORKDIR}/${PN}_${PV}"
src_unpack() {
unpack "${A}"
epatch "${FILESDIR}/${P}-root-detection.patch" || die "patching failed"
}
src_install() {
# Workaround for unclean DESTDIR support
addpredict /etc/sftp.shut
emake DESTDIR="${D}" install || die "make install failed"
prepallman
dodoc LICENSE README-en README-fr
}