Commit Graph

48 Commits

Author SHA1 Message Date
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
naddy
8f2960a4d3 prepare for gettext 0.18.2: bump to autoconf 2.60 and automake 1.9 2013-01-21 21:23:27 +00:00
jasper
69ab0378b2 correctly recognize 'mipseb' to fix the build on mips64. 2013-01-18 11:37:54 +00:00
sthen
6fe222514d sync wantlib 2012-12-21 12:13:35 +00:00
pascal
e051391d3c After feedback from kettenis@, we won't be defining -DPIC on PIE archs per
default.  Garbage collect the patches that dealt with these issues, and use
the builtin define __PIC__ to detect if we're PIE/PIC.

ok naddy@
2012-08-20 11:50:59 +00:00
pascal
2a05f2db9c Further PIE preparations: aircrack-ng and avidemux both use non-PIC optimised
assembler.  Wrap an #ifndef PIC around it.

ok naddy@
2012-08-11 22:58:18 +00:00
ajacoutot
15ea48cb4b Remove workarounds now that we have a modern faad.
from Brad
2012-05-22 18:39:42 +00:00
ajacoutot
247537a753 Really disable altivec to unbreak build. 2012-05-04 10:09:22 +00:00
naddy
e8c33c78cf The rfork() system call has been removed. 2012-04-15 11:37:41 +00:00
ajacoutot
d1a574ed89 Cleanups from Brad:
- Remove unused OSS patch chunks.
- Remove unnecessary patching for AltiVec as --disable-altivec is already used.
- Remove the whole chunk for fixing up the opimizations instead of doing
  CFLAGS=$CFLAGS & CXXFLAGS=$CXXFLAGS after removing the optimization flags
2012-04-13 06:24:19 +00:00
naddy
48287859b7 add the required architecture definitions to allow this to build on alpha 2012-04-11 17:50:34 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
kili
135c0ad0c0 Disable faac.
From Brad. ok jasper@

this also moves autoconf/automake goo from pre-configure to post-patch.
2011-08-30 21:50:29 +00:00
jasper
8f29c06fe1 - we have nearbyintf() in libm now 2011-04-28 18:38:40 +00:00
jasper
e67182d95c - add support for mips64(el) 2011-01-03 22:23:36 +00:00
espie
895c8407ca fix typo 2010-11-19 22:28:08 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
sthen
efacceb213 lib_depends, revision 2010-10-24 21:40:38 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
landry
1f87aea5cc Add the needed auto-fu to set the necessary #define ARCH_64_BITS on
sparc64 too. Fixes build on sparc64, which was broken since a good while..
ok jakemsr@
2010-07-09 23:12:07 +00:00
jakemsr
a7bf435011 sndio supported by default; drop ossaudio(3), artsd and esd support. 2010-04-26 02:09:03 +00:00
ajacoutot
bb0c27b4c7 Remove myself from maintainer. 2010-03-20 16:56:57 +00:00
ajacoutot
cdff106084 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
9d6bbb64df autoconf build depends 2009-03-16 19:46:57 +00:00
ajacoutot
bb2a1c72c7 - add XXX reminder for myself 2009-03-13 13:23:54 +00:00
ajacoutot
2a86c32557 - bugfix update to avidemux-2.4.4
- install desktop file and icon
2009-02-10 10:11:00 +00:00
jakemsr
d47f33c8b5 - faac/faad related changes
- bump PKGNAME

ok brad@
2008-09-15 22:08:40 +00:00
ajacoutot
df849497d4 - bugfix update to avidemux-2.4.3 2008-07-25 08:08:20 +00:00
ajacoutot
4d231e7759 - bugfix update to avidemux-2.4.2 2008-07-11 08:51:40 +00:00
sthen
4aced0dce7 sync WANTLIB, bump package version. 2008-06-01 08:21:15 +00:00
ajacoutot
d27326f733 - use default CFLAGS so that it builds correctly under i386
(i.e. don't force -O0 as this seems to trigger an issue in the asm code)

noticed by Stephan Andre <andres at msu dot edu> and bernd@
2008-04-03 10:21:26 +00:00
ajacoutot
c32b1951af - update to version 2.4.1
- add support for artsd and esound

ok jakemsr@
2008-03-19 09:21:37 +00:00
steven
86900645d6 fix WANTLIB 2007-11-17 20:39:02 +00:00
merdely
1f22f0e985 Remove surrounding quotes in COMMENT*/PERMIT_*
From Darrin Chandler
2007-09-16 03:24:28 +00:00
jakemsr
73366c6ce5 - use exact width data types for libfaad interaction
- move libfaad from WANTLIB to LIB_DEPENDS and LIB_DEPEND
  libfaad >= 1.0
- bump PKGNAME

libfaad move from WANTLIB to LIB_DEPENDS OK ajacoutot@ (MAINTAINER)
OK naddy@
2007-06-29 06:19:46 +00:00
ajacoutot
ed9e06f6c2 - improve powerpc support:
properly detect cpu at configure time
  enable ppc specific code where possible (i.e. where altivec is not needed)
- reorder dependencies and fix WANTLIB
2007-06-01 00:36:43 +00:00
ajacoutot
322e9cca1b - enable x264 support
- add missing xenocara LIBS (and remove obsolete)
- regen patches while here

"go for it" naddy@
2007-04-08 17:34:54 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
steven
db79367ae4 WANTLIB fixes, mostly needed by recent cairo update 2007-02-11 00:56:57 +00:00
steven
bfa895a0d1 unbreak by finding pkg-config in the right place 2006-12-22 16:30:17 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
ajacoutot
c53e4f1e8e - update to 2.3.0
- remove SDL dependency

"go ahead" jasper@
2006-12-06 16:20:30 +00:00
ajacoutot
a90ff81a19 Fix a core dump when trying to configure the "copy" audio codec.
Noticed by Olivier Cherrier <oc at symacx dot com>, thanks!
2006-10-20 23:35:17 +00:00
ajacoutot
c5907f6de6 Import avidemux, a free video editor.
ok pvalchev@
2006-10-19 16:22:06 +00:00