aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mpeg4ip
Commit message (Collapse)AuthorAgeFilesLines
* - Switch multimedia/mp4v2 to USES=libtool, drop .la filesDmitry Marakasov2014-07-251-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362926
* - Unbreak build with clangThomas Zander2014-06-154-92/+184
| | | | | | | | | | | | | | | | - Update shared lib handling: mp3lame -> libmp3lame.so etc. - USES libtool - Stagify - Pet portlint - Makefile cleanup - Rename files/patch-include::mpeg4ip_byteswap.h -> get rid of colons - Bump PORTREVISION Approved by: mentors (implicit) MFH: 2014Q2 Notes: svn path=/head/; revision=357872
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Convert gmake,xz,bzip to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355312
* multimedia/mpeg4ip: link using ffmpeg0William Grzybowski2013-10-093-7/+52
| | | | | | | | | - Link using ffmpeg0 Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=329853
* multimedia/x264: Update to 20130827 snapshotKubilay Kocak2013-10-071-1/+1
| | | | | | | | | | | | | - Update to 20130827 snapshot - Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure - Chase library version bump in dependent ports PR: ports/182484 Submitted by: mm Reviewed by: kwm, bapt Notes: svn path=/head/; revision=329667
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Remove non default ARTS optionBaptiste Daroussin2013-07-261-9/+1
| | | | Notes: svn path=/head/; revision=323766
* Convert to OptionsNGBaptiste Daroussin2012-09-261-47/+33
| | | | | | | Removed shlib numbers Notes: svn path=/head/; revision=304884
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* Update multimedia/x264 to 0.125.2201Martin Matuska2012-07-231-2/+2
| | | | | | | Switch to new options framework Notes: svn path=/head/; revision=301407
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Update x264 to 0.123.2189Martin Matuska2012-04-251-2/+2
| | | | Notes: svn path=/head/; revision=295502
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Update lame to 3.99.3.Alexander Leidinger2012-01-141-1/+1
| | | | | | | Bump portrevision of all ports which depend upon it. Notes: svn path=/head/; revision=289243
* Update x264 to 0.119.2113Martin Matuska2011-12-211-2/+2
| | | | Notes: svn path=/head/; revision=287785
* Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)Mark Linimon2011-11-101-2/+2
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=285419
* Bump x264 library version and PORTREVISIONMartin Matuska2011-10-131-2/+2
| | | | | | | Reported by: pointyhat (pav) Notes: svn path=/head/; revision=283459
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Fix C++ build with new ffmpeg (0.7.1)Martin Matuska2011-06-272-5/+4
| | | | Notes: svn path=/head/; revision=276530
* Update ffmpeg 0.7.1 compatibility patchMartin Matuska2011-06-251-4/+6
| | | | Notes: svn path=/head/; revision=276361
* Bump due to ffmpeg update to 0.7.1Martin Matuska2011-06-242-4/+14
| | | | Notes: svn path=/head/; revision=276239
* Update to 0.115.2000Martin Matuska2011-06-231-2/+2
| | | | Notes: svn path=/head/; revision=276165
* - remove empty filesPhilip M. Gollucci2010-12-271-0/+0
| | | | Notes: svn path=/head/; revision=267007
* - Use getopt_long from libc, rather than the bundled implementation.Stanislav Sedov2010-12-233-32/+30
| | | | | | | | | | The bundled implementation fails to compile. - Bump portrevision. Approved by: maintainer timeout (multimedia@, 14 days) Notes: svn path=/head/; revision=266782
* - Update x264 to 0.110.1804Martin Matuska2010-11-301-2/+2
| | | | Notes: svn path=/head/; revision=265441
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-114-15/+87
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259121
* - Update ffmpeg to 0.6Martin Matuska2010-07-241-1/+1
| | | | Notes: svn path=/head/; revision=258164
* - Update x264 to 20100624 (build 98)Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258146
* - Disable MMX autodetection on pointyhat to achieve predictable dependency listPav Lucistnik2010-06-131-1/+1
| | | | Notes: svn path=/head/; revision=256486
* - update audio/lame to 3.98.4Alexander Leidinger2010-06-031-1/+1
| | | | | | | | | | | | - use ?= for the portrevision of a master port to make it possible to change it in a slave port which depends upon lame - bump portrevisions of ports which depend upon lame - done via a semi-automated way (manual review and fixup) - I tried to take care to not bump ports which only depend optionaly on lame (with a default of no dependency) Notes: svn path=/head/; revision=255644
* - Update x264 to shared library version 85Martin Matuska2010-04-211-2/+2
| | | | Notes: svn path=/head/; revision=253001
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Fix build error with ffmpeg 0.5Martin Matuska2009-08-123-2/+40
| | | | | | | | - Add MAKE_JOBS_SAFE for SMP compilation - Bump portrevision Notes: svn path=/head/; revision=239381
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update x264 to 0.0.20081218Pav Lucistnik2009-03-311-2/+2
| | | | | | | | | | | | | | | | - Remove x264-gtk PR: ports/132780 Submitted by: Bapt <baptiste.daroussin@gmail.com> - Update libquicktime to 1.1.1 to fix build with new x264 Submitted by: kwm - Chase x264 shlib bump Notes: svn path=/head/; revision=231385
* - Chase audio/faad shlib bumpMartin Wilke2009-02-211-2/+2
| | | | Notes: svn path=/head/; revision=228783
* - Update for new ffmpegMichael Johnson2008-07-272-3/+30
| | | | | | | - Switch to using yasm instead of nasm Notes: svn path=/head/; revision=217719
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-0/+1
| | | | Notes: svn path=/head/; revision=208952
* Mark as broken on sparc64: fails to install.Mark Linimon2008-02-011-0/+4
| | | | Notes: svn path=/head/; revision=206587
* Update to 1.6.1Michael Johnson2007-10-082-9/+10
| | | | Notes: svn path=/head/; revision=201103
* Add v4l webcam supportMichael Johnson2007-10-033-1/+446
| | | | | | | | Submitted by: raaf@zen.mooo.com More info: http://raaf.atspace.org/ Notes: svn path=/head/; revision=200748
* Update to 1.6Michael Johnson2007-09-237-116/+24
| | | | Notes: svn path=/head/; revision=200005
* Fix the build with GCC 4.2. I am not sure if it is right, but it seems work.Jeremy Messenger2007-06-111-0/+18
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=193283
* Get it links with -lavcodec instead of libavcodec.a to fix the runtime ofJeremy Messenger2007-06-041-2/+4
| | | | | | | | | mp4player and gmp4player to run video file. Bump the PORTREVISION. Reported by: Heiko Recktenwald <uzs106@uni-bonn.de> Notes: svn path=/head/; revision=192652