Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32456 - Version bump: avidemux-2.0.18
Summary: Version bump: avidemux-2.0.18
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Media-video project
URL: http://fixounet.free.fr/avidemux
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-11-01 04:26 UTC by Marc Hildebrand (RETIRED)
Modified: 2003-11-02 10:31 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Avidemux-2.0.18 ebuild (avidemux-2.0.18.ebuild,2.21 KB, text/plain)
2003-11-01 04:27 UTC, Marc Hildebrand (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Hildebrand (RETIRED) gentoo-dev 2003-11-01 04:26:13 UTC
Hi there!
Attatched you'll find an ebuild for avidemux-2.0.18.
I removed the epatch-lines, that's all.
I did not touch the ppc-source-modification in so if someone with ppc would please check if it's still necessary.
Cheers,
Marc.
Comment 1 Marc Hildebrand (RETIRED) gentoo-dev 2003-11-01 04:27:14 UTC
Created attachment 20057 [details]
Avidemux-2.0.18 ebuild
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-11-01 08:39:40 UTC
seems to have a gcc2 bug

g++ -DHAVE_CONFIG_H -I. -I. -I../..     -I.. -IADM_library -I../ADM_library
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -O2 -march=i686 -O3 -pipe
-ffast-math -fomit-frame-pointer -fno-exceptions -fno-check-new -O2  -c -o
synchrolib.o `test -f synchrolib.cc || echo './'`synchrolib.cc
synchrolib.cc: In function `void sync_guard_init(sync_guard_t *, int)':
synchrolib.cc:43: `PTHREAD_MUTEX_ERRORCHECK' undeclared (first use this function)
synchrolib.cc:43: (Each undeclared identifier is reported only once
synchrolib.cc:43: for each function it appears in.)
synchrolib.cc:43: implicit declaration of function `int pthread_mutexattr_settype(...)'
make[3]: *** [synchrolib.o] Error 1
make[3]: Leaving directory
`/var/tmp/portage/avidemux-2.0.18/work/avidemux-2.0.18/avidemux/mpeg2enc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/avidemux-2.0.18/work/avidemux-2.0.18/avidemux'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/avidemux-2.0.18/work/avidemux-2.0.18'
make: *** [all] Error 2
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-11-01 08:58:25 UTC
yes it's a gcc2 bug

with gcc 3.2.3 it compiles fine
Comment 4 Markus Nigbur (RETIRED) gentoo-dev 2003-11-01 09:32:20 UTC
I just commited it before seeing your comment, Martin.

it's in ~arch right now. should we hardmask?
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-11-01 14:25:38 UTC
is so, only in default-1.0 profile
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-11-01 14:25:51 UTC
s/is so/if so/
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-11-02 10:31:23 UTC
sent this problem upstream and got a quick responce

added gcc2 support in cvs