aboutsummaryrefslogtreecommitdiff
path: root/multimedia/toxine
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+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
* 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 PTHREAD_LIBS from LDFLAGS at it is back in xine-config (from libxine)Alejandro Pulver2008-02-051-2/+1
| | | | | | | | | as of 1.1.10_1. Reported by: pav Notes: svn path=/head/; revision=206766
* - Fix building with new libxine (add ${PTHREAD_LIBS} to LDFLAGS).Alejandro Pulver2008-02-031-2/+2
| | | | | | | | | - Remove unneeded X11BASE includes/libraries (LOCALBASE ones present). Reported by: pav Notes: svn path=/head/; revision=206684
* - 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
* Chase with the update of graphics/libcaca, bump the PORTREVISION on theseJeremy Messenger2007-04-292-1/+14
| | | | | | | | | ports. Only two ports that aren't tested and I get no respone back from the maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The rest other ports have been tested or/and submitted by the maintainers (Thanks!). Notes: svn path=/head/; revision=191135
* - Fix building on FreeBSD versions without objformat(1).Alejandro Pulver2007-03-234-22/+39
| | | | | | | | | | | - Fix building with GCC 4.x. - Use ARCH instead of MACHINE_ARCH. - Remove support for FreeBSD < 5.x. Reported by: pointyhat Notes: svn path=/head/; revision=188074
* Track libxine update.Jean-Yves Lefort2007-02-151-2/+2
| | | | Notes: svn path=/head/; revision=185216
* Sync with libxine shared library version bump.MANTANI Nobutaka2006-12-071-2/+2
| | | | Notes: svn path=/head/; revision=179131
* - Remove USE_REINPLACE.Alejandro Pulver2006-05-041-27/+20
| | | | | | | | | | | - Format tabs, put targets at the end. - Remove unavoidable auto-detection of OPTIONS. - Change libxine library version (13 -> 15) in dependency. Approved by: garga (mentor) Notes: svn path=/head/; revision=161347
* Change the maintainership address to the @FreeBSD.org one.Alejandro Pulver2006-04-091-1/+1
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=159200
* Chase libversion bumb to libMagick.so.9Edwin Groothuis2006-01-051-1/+1
| | | | | | | PR: ports/91270 Notes: svn path=/head/; revision=152778
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=149490
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Patch out the check for arch from configure script, the software worksPav Lucistnik2005-07-132-3/+13
| | | | | | | Submitted by: Alejandro Pulver <alejandro@varnet.biz> (maintainer) Notes: svn path=/head/; revision=139132
* Toxine is a text user interface using the xine library. It permit to playbackPav Lucistnik2005-07-065-0/+131
all streams that xine supports, in interactive or in script mode (using toxine syntax). It use xine's visualisation plugins (AAlib, X11, DXR3/HW+), and/or his own 'none' one (audio only output). PR: ports/82951 Submitted by: Alejandro Pulver <alejandro@varnet.biz> Notes: svn path=/head/; revision=138577