aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libdvdread
Commit message (Collapse)AuthorAgeFilesLines
* - Respect CCPhilip M. Gollucci2010-02-111-1/+2
| | | | | | | | | PR: ports/143745 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: "Ganael LAPLANCHE" <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=249609
* Restore functionaity to read encrypted DVDs.Josh Paetzel2009-04-271-0/+10
| | | | | | | | PR: ports/134016 Approved by: linimon (mentor) Notes: svn path=/head/; revision=232868
* - Fix typosDmitry Marakasov2009-02-222-2/+2
| | | | | | | | PR: 131937 Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot com> (maintainer) Notes: svn path=/head/; revision=228837
* Remove patch that is no longer needed.Robert Noland2009-02-081-15/+0
| | | | | | | Pointyhat to: me Notes: svn path=/head/; revision=227823
* Replace libdvdread with the version maintained by the mplayer groupRobert Noland2009-02-086-61/+111
| | | | | | | | | | | | | -Turn over maintainership -Bump ports that depend on libdvdread since shared lib version rolls back from .5 to .4 -Fix multimedia/ogle build with this version PR: 127849 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> Notes: svn path=/head/; revision=227814
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Update my email address to my @FreeBSD.org address.Robert Noland2008-07-301-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=217856
* Pass maintainership back to rnoland - he's back online.Wesley Shields2008-03-241-1/+1
| | | | | | | | | Sorry about this and welcome back! Approved by: garga (implicit) Notes: svn path=/head/; revision=209690
* Reset maintainer due to bouncing mails.Wesley Shields2008-03-201-1/+1
| | | | | | | | | | Discussed with pav. Submitted by: miwi on IRC Approved by: garga (mentor) Notes: svn path=/head/; revision=209453
* Do not depend on libdvdcss when building packages as libdvdcss is restricted.Joe Marcus Clarke2007-12-121-1/+3
| | | | | | | | | | | This port can still use libdvdcss if found by way of dlopen, so this is not a functionality loss per se. However, it will allow gnome2 and kde3 to be packaged. Approved by: portmgr (implicit and linimon) Notes: svn path=/head/; revision=203397
* * libdvdread - PORTREVISION incrementJeremy Chadwick2007-04-052-1/+16
| | | | | | | | | | | * libdvdread - add patch for including <stdlib.h> in dvdread/ifo_types.h * Others - LIB_DEPENDS changes (require libdvdread.so.5) * Others - PORTREVISION increment for those dependent on libdvdread Approved by: philip Notes: svn path=/head/; revision=189250
* Maintainer update; 0.9.4 to 0.9.7Jeremy Chadwick2007-04-046-92/+18
| | | | | | | | | PR: 111100 Submitted by: Robert C. Noland III <rnoland@2hip.net> Approved by: philip Notes: svn path=/head/; revision=189188
* Give maintainership to Robert Noland <rnoland@2hip.net>.Mario Sergio Fujikawa Ferreira2007-03-311-1/+1
| | | | Notes: svn path=/head/; revision=188861
* Use libtool port instead of included version to avoid a.out objformat botchKris Kennaway2007-01-291-0/+1
| | | | Notes: svn path=/head/; revision=183664
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Conversion to a single libtool environment.Ade Lovett2006-02-231-4/+0
| | | | | | | 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
* Remove deprecated USE_SIZEMario Sergio Fujikawa Ferreira2004-12-251-1/+0
| | | | Notes: svn path=/head/; revision=125124
* Yet improve support for FreeBSD optimized byteswap routinesMario Sergio Fujikawa Ferreira2004-11-141-4/+7
| | | | Notes: svn path=/head/; revision=121535
* Fix dvdcss_crack-detection with dvix[45] or xvid encoding.Volker Stolz2004-07-202-0/+19
| | | | | | | | | | PR: ports/54435 Submitted by: Melvyn Sopacua Approved by: maintainer timeout Reviewed by: pav Notes: svn path=/head/; revision=114295
* 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
* USE_SIZEifyMario Sergio Fujikawa Ferreira2004-02-082-0/+2
| | | | Notes: svn path=/head/; revision=100321
* libtool uber-patchAde Lovett2003-06-261-1/+1
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* - allow build with more warnings enabled, NO_WERROR=yesDirk Meyer2003-05-111-0/+5
| | | | | | | - no response from maintainer since 2003-04-05 Notes: svn path=/head/; revision=80656
* Update to 0.9.4Mario Sergio Fujikawa Ferreira2003-03-065-63/+13
| | | | Notes: svn path=/head/; revision=77014
* De-pkg-commentMario Sergio Fujikawa Ferreira2003-02-232-1/+1
| | | | Notes: svn path=/head/; revision=76311
* After repo copy from graphics category, update all appropriateMario Sergio Fujikawa Ferreira2002-11-281-2/+2
| | | | | | | | | | references from graphics to multimedia category Repo copied by: joe (cvs hat) Approved by: knu (portmgr hat) Notes: svn path=/head/; revision=71181
* Add support for FreeBSD optimized byteswap routinesMario Sergio Fujikawa Ferreira2002-11-233-1/+73
| | | | Notes: svn path=/head/; revision=70899
* Support NDEBUG define which both turns off assertions and makesMario Sergio Fujikawa Ferreira2002-11-051-0/+35
| | | | | | | | | some variables unused Submitted by: mi Notes: svn path=/head/; revision=69529
* USE_REINPLACEMario Sergio Fujikawa Ferreira2002-07-031-2/+3
| | | | Notes: svn path=/head/; revision=62387
* Add missing fileMario Sergio Fujikawa Ferreira2002-06-101-0/+1
| | | | | | | | PR: 39081 Submitted by: gshapiro Notes: svn path=/head/; revision=61020
* o Update to 0.9.3Mario Sergio Fujikawa Ferreira2002-06-043-57/+6
| | | | | | | | | | o Take over maintainership due to maintainer time out in the last 6 months Approved by: 3d (maintainer timeout) Notes: svn path=/head/; revision=60608
* o Add libdvdcss as a library dependency so that we can properlyMario Sergio Fujikawa Ferreira2002-04-181-2/+9
| | | | | | | | | | | | | | | | | match libdvdcss version with libdvdread since it depends on matching libdvdcss API o No meaningless overhead since libdvdread automatically uses libdvdcss whether the port has knowledge of it or not. Besides, all ports using libdvdread list libdvdcss as a dependency as well (exception made to xine_d5d_plugin but an updated version will) o Also, it's a 22K overhead o Furthermore, all ports depending on libdvdread SHOULD depend on libdvdcss for obvious reasons Reviewed by: fenner Notes: svn path=/head/; revision=57861
* - Chase libdvdcss share library version bump. Caveat: this is aMario Sergio Fujikawa Ferreira2002-04-011-0/+4
| | | | | | | | | | | | | | | | source code patch. - Bump PORTREVISION Requested by: brian, eivind, Alexander Nedotsukov <bland@smtp.ru>, Thomas E. Zander <riggs@hadiko.de> Reviewed by: brian, eivind, libdvdread Developers <dvd@dtek.chalmers.se> Approved by: maintainer (1 week timeout, hasted due to 5.x-Current DP1 release) Notes: svn path=/head/; revision=57154
* Circumvent problem with automake* installed in the systemMario Sergio Fujikawa Ferreira2002-03-241-0/+6
| | | | | | | | | | | PR: 34365 Submitted by: pat Prompted by: Alan Eldridge <alane@geeksrus.net>, darren <igla@batterybackups.net> Approved by: maintainer (2 month timeout) Notes: svn path=/head/; revision=56558
* o update to 0.9.2 (shared lib version bump)Mario Sergio Fujikawa Ferreira2001-10-1710-202/+72
| | | | | | | | | | | | | o CFLAGS safeness (tweakable by WITH_OPTIMIZED_CFLAGS) o support NOPORTDOCS PR: 31312 Submitted by: Rahul Siddharthan <rsidd@online.fr>, Thomas E. Zander <riggs@hadiko.de> Approved by: MAINTAINER Notes: svn path=/head/; revision=48891
* it is just a lib, so change comment & descrYing-Chieh Liao2001-07-092-13/+2
| | | | | | | Submitted by: Marc van Woerkom <van.woerkom@netcologne.de> (port maker) Notes: svn path=/head/; revision=44943
* add libdvdreadYing-Chieh Liao2001-07-0711-0/+245
DVD player that supports DVD menus PR: 28410 Submitted by: Marc van Woerkom Notes: svn path=/head/; revision=44871