summaryrefslogtreecommitdiff
path: root/multimedia/libxine/files/patch-configure (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-31multimedia/libxine: Update to 1.2.9Tobias Kortkamp1-7/+7
- Cleanup options - Enable IMAGEMAGICK by default - Make DVB support optional but leave it enabled by default - Add SNDIO option - Properly order pkg-plist - Unbreak on aarch64 - Bump revision of dependent ports [1] Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1] PR: 219921 Reported by: emorrasg@yahoo.es Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan <ndowens@yahoo.com> Reviewed by: mat, tobik Differential Revision: https://reviews.freebsd.org/D16840
2013-09-04- Convert to USES=gmake perl5.Juergen Lock1-1/+10
- Fix register allocation problems with clang on i386: * Remove the q modifier from inline asm such that clang no longer uses a 64 bit register. Instead cast the operand to register_t which is 32 bit on i386 and 64 bit on amd64. * Add -fomit-frame-pointer to CFLAGS to free up an extra register. - Fix the issue with WITH_DEBUG by adding --disable-real-codecs which apparently never really worked anyway. - Patch configure so it no longer adds -mtune=i386 to CFLAGS. - Bump PORTREVISION. PR: ports/181786 Submitted by: tijl
2012-06-23- Update multimedia/libxine to 1.2.2 .Juergen Lock1-0/+9
- Bump PORTREVISION for ports depending on it by default.
2012-02-26- Update multimedia/libxine to 1.2.1 with a commit merged from hgJuergen Lock1-30/+11
to fix DVB support. (which still is broken for tuners using hardware pid filtering, like when running webcamd with "-m dvb-usb-init.force_pid_filter_usage=1".) - Add patches to fix build of ports depending on libxine to: audio/amarok, graphics/gimageview [1], graphics/pornview [1], graphics/osg [2], graphics/osg-devel [2], multimedia/emotion, x11/kdelibs4 [3], multimedia/kmplayer, multimedia/konverter, multimedia/qdvdauthor [4], multimedia/vdr-plugin-xineliboutput, multimedia/xfce4-media [5], multimedia/xine_artsplugin, multimedia/k9copy-kde4 [6] - Fix RUN_DEPENDS= xine... which should be LIB_DEPENDS for audio/atunes . [7] - Mark multimedia/phonon-xine BROKEN which refuses to build with libxine 1.2.x and is deprecated upstream. [3] - Disable XINE knob for x11/eaglemode for which I don't have a fix. [2] - Note: multimedia/kaffeine runs after rakuco's x11/kdelibs4 fix, but it only shows a green window at least with mp4 or ts files. (avi files and audio still work.) It seems the kaffeine developers have found this too and are now switching away from libxine in their git repo - so I guess we'll have a broken kaffeine at least until they release a new version. - Bump PORTREVISIONs for ports depending on libxine by default. - Add optional libbluray support to multimedia/libxine and multimedia/vdr-plugin-xineliboutput. PR: ports/165057 [6] Submitted by: nox (self) [6], rakuco [3] Approved by: dinoex (maintainer, via irc) [1], amdmi3 (maintainer, via private email) [2], kde@ (rakuco, via irc) [3], Phil Oleson <oz@nixil.net> (maintainer, via private email) [4], xfce@ (rene, via irc) [5], Eduardo Gielamo Oliveira <egoliveira@gmail.com> (maintainer) [6], lme (maintainer, via irc) [7] Thanx to: Darren Salt (upstream libxine maintainer) for a few hints on irc to help with patching ports depending on deprecated libxine features
2010-06-19Update to 1.1.18.1Max Brazhnikov1-77/+8
Build with external ffmpeg by default Mark MAKE_JOBS_SAFE Feature safe: yes
2009-09-23Add WITH_FFMPEG knob to use external ffmpeg.MANTANI Nobutaka1-0/+13
PR: ports/137792 Submitted by: "Dima Panov" <fluffy@fluffy.khv.ru> Feature safe: yes
2009-05-10- Update to 1.1.16.3.MANTANI Nobutaka1-15/+15
- Fix hardcoded libdvdcss shared library version. [*] PR: ports/134153 [*] Submitted by: Joseph S. Atkinson <jsa@wickedmachine.net> [*], jpaetzel [*]
2009-02-22- Update to 1.1.16.2.MANTANI Nobutaka1-7/+51
- Add FAAD option for external libfaad support. [*] PR: ports/131955 [*] Submitted by: Jan Henrik Sylvester <me@janh.de>
2008-07-12- Update to 1.1.14. [1]MANTANI Nobutaka1-14/+14
- Enable XCB support by default. [2] PR: ports/125089 [1], ports/125331 [2] Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com> [1], Max Brazhnikov <makc@issp.ac.ru> [2]
2008-03-23Update to 1.1.11.MANTANI Nobutaka1-6/+15
2006-12-07- Update to 1.1.3. This version fixes heap overflow vulnerability in libmmsMANTANI Nobutaka1-13/+26
and buffer overflow vulnerability in Real Media input plugin. [1] - Fix 'pkg-config --libs libxine' output. [2] - Replace WITH_POLYPAUDIO knob with WITH_PULSEAUDIO knob since polypaudio audio output plugin is replaced with pulseaudio audio output plugin. Notified by: miwi [1] PR: ports/106282 [2] Submitted by: thierry [2]
2006-07-29- Update to 1.1.2.MANTANI Nobutaka1-15/+6
- Enable Theora codec support by default and remove WITH_THEORA knob.
2006-04-30- Remove USE_REINPLACE. [1]MANTANI Nobutaka1-2/+11
- Use DATADIR macro. [1] - Make WITHOUT knobs actually disable features with configure. [1] - Fix build error for the case when libtool15 is not installed. [2] - Correct pkg-plist. [2] - Modify files/patch-configure to disable libtheora support properly for WITHOUT_THEORA knob. PR: ports/95639 [1], ports/96140 [2] Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> [1], oliver [2]
2005-12-10Update to 1.1.1.MANTANI Nobutaka1-3/+12
2004-12-30Update to 1.0. (At last!)MANTANI Nobutaka1-0/+11
2003-04-14Update to 1-beta10.MANTANI Nobutaka1-11/+0
2003-02-09(1) Make LOCALBASE clean.MANTANI Nobutaka1-0/+11
(2) Add dependency on libmng. (3) Correct location of pkgconfig data. PR: ports/48019 [1] Pointed out by: edwin [1,2], Akifyev Sergey <asa@gascom.ru> [3]