aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdv
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES={gl,gnome,mate,sdl,xorg} missed in the last roundTobias Kortkamp2019-11-141-0/+1
| | | | Notes: svn path=/head/; revision=517560
* multimedia/libdv: add -znotext to LDFLAGS on i386, for lldEd Maste2018-09-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Example error: /usr/bin/ld: error: can't create dynamic relocation R_386_32 against symbol: dv_vlc_class_index_mask in readonly segment; recompile object files with -fPIC >>> defined in .libs/vlc.o >>> referenced by .libs/vlc_x86.o:(.text+0xF) This port links some non-PIC code, which fails with lld as it defaults to disallowing relocations against read-only segments. For i386 we can just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's existing default. PR: 214864 Approved by: bapt Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D17220 Notes: svn path=/head/; revision=480028
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+2
| | | | Notes: svn path=/head/; revision=390310
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-2/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Add USES=libtool and INSTALL_TARGET=install-stripTijl Coosemans2014-07-152-9/+8
| | | | | | | - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS Notes: svn path=/head/; revision=362007
* - Fix various distinfo errorsAlex Kozlov2014-05-311-1/+0
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* Drop maintainershipBaptiste Daroussin2013-12-161-1/+1
| | | | Notes: svn path=/head/; revision=336648
* Fix bad usage of options helperBaptiste Daroussin2013-10-181-1/+1
| | | | Notes: svn path=/head/; revision=330793
* Enable stageBaptiste Daroussin2013-10-182-20/+24
| | | | | | | | Move docs informations into plist Unconditionnaly install docs in stage Notes: svn path=/head/; revision=330790
* Fix packaging after conversion to stageBaptiste Daroussin2013-09-231-1/+1
| | | | | | | | PR: ports/182334 Submitted by: "O. Hartmann" <ohartman@zedat.fu-berlin.de> Notes: svn path=/head/; revision=328064
* - Bump PORTREVISION to fix missing PORTEXAMPLES,PORTDOCS,PORTDATABryan Drewery2013-09-231-1/+1
| | | | | | | | | after r327999 fixed these for stage support Approved by: maintainer (bapt) Notes: svn path=/head/; revision=328014
* Remove cruftBaptiste Daroussin2013-09-231-3/+0
| | | | | | | Reported by: az Notes: svn path=/head/; revision=327931
* Use stage, modernize LIB_DEPENDSBaptiste Daroussin2013-09-232-6/+9
| | | | Notes: svn path=/head/; revision=327928
* 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
* Convert to new options frameworkBaptiste Daroussin2013-06-061-13/+7
| | | | | | | USES pkgconfig pathfix Notes: svn path=/head/; revision=320129
* - 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
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284615
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-4/+4
| | | | | | | | | | | | - 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
* Get rid of md5 for all my ports.Baptiste Daroussin2011-03-202-1/+2
| | | | | | | while here add most of the licenses Notes: svn path=/head/; revision=271363
* Change maintainer address to my new @FreeBSD.orgBaptiste Daroussin2010-07-281-1/+1
| | | | | | | Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258396
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* - update to jpeg7Dirk Meyer2009-07-181-1/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Update to 1.0.0Dennis Herrmann2009-05-175-40/+12
| | | | | | | | | | | - Pass maintainership to submitter PR: ports/133492 Submitted by: Bapt <baptiste.daroussin@gmail.com> Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=234080
* 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
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+6
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* /objformat=/s|=.*|=elf|Andrew Pantyukhin2007-02-141-0/+1
| | | | Notes: svn path=/head/; revision=185155
* - Remove support for xfree86-3Pav Lucistnik2007-02-021-4/+0
| | | | | | | | | PR: ports/106666 Submitted by: vd With hat: portmgr Notes: svn path=/head/; revision=183965
* Respect PTHREAD_LIBS.Norikatsu Shigemura2006-12-152-0/+15
| | | | Notes: svn path=/head/; revision=179854
* o Fix: the reorder_block() zigzag behaves incorrectly in theMario Sergio Fujikawa Ferreira2006-12-152-1/+13
| | | | | | | | | | | | | | | | (!ARCH_X86 && !ARCH_X86_64) case. The current code fails to take into account the effects of _dv_prepare_reorder_tables(), which changes the indexes contained in the reorder_88[] and reorder_248[] arrays. o Bump PORTREVISION PR: 94188 Submitted by: Brent Casavant <bcasavan@sgi.com> Notes: svn path=/head/; revision=179807
* Drop maintainershipMario Sergio Fujikawa Ferreira2006-12-151-1/+1
| | | | Notes: svn path=/head/; revision=179805
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Bump PORTREVISION for new gtk-12 library location, post libtool.Ade Lovett2006-02-281-0/+1
| | | | | | | | | PR: 93956 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156907
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Add SHA256 checksumMario Sergio Fujikawa Ferreira2005-11-111-0/+1
| | | | Notes: svn path=/head/; revision=147883
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-161-1/+0
| | | | | | | Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135416
* - Fix broken plist by removing dupe bin/playdv in PLIST_FILES and pkg-plistMichael Johnson2005-05-052-3/+0
| | | | Notes: svn path=/head/; revision=134645
* BROKEN: Incorrect pkg-plistKris Kennaway2005-04-301-0/+2
| | | | Notes: svn path=/head/; revision=134373
* o Update to 0.104Mario Sergio Fujikawa Ferreira2005-04-174-17/+19
| | | | | | | | | | o Auto detect gtk 1.2, only building playdv accordingly [1] PR: 79734 [1] Submitted by: ahze [1] Notes: svn path=/head/; revision=133539
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-9/+4
| | | | | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl) Notes: svn path=/head/; revision=114511
* Update to 0.103Mario Sergio Fujikawa Ferreira2004-07-214-7/+15
| | | | | | | | PR: 69331 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw> Notes: svn path=/head/; revision=114317
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-0/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963