aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xine
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/xine: USES+= readline and add DragonFly supportJohn Marino2014-02-054-1/+45
| | | | | | | Tested on Redports, 6x pass Notes: svn path=/head/; revision=342851
* Fix RUN_DEPENDS for CACA optionsMax Brazhnikov2013-11-291-1/+1
| | | | Notes: svn path=/head/; revision=335174
* - Sync PLUGINSDIR with libxine port [1]Max Brazhnikov2013-11-292-92/+59
| | | | | | | | | | - Stageify and use options helpers while I'm here PR: ports/184024 [1] Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=335172
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-1/+1
| | | | Notes: svn path=/head/; revision=326133
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* - Remove unconditional USES= gettextAlex Kozlov2013-04-251-7/+1
| | | | | | | | - Remove indefinite article from COMMENT - Convert Makefile headers to new style Notes: svn path=/head/; revision=316518
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-2/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* Only define WIN32_CODEC options on i386 architecturesBaptiste Daroussin2012-07-161-7/+8
| | | | Notes: svn path=/head/; revision=300944
* - Update multimedia/libxine to 1.2.2 .Juergen Lock2012-06-231-1/+2
| | | | | | | - Bump PORTREVISION for ports depending on it by default. Notes: svn path=/head/; revision=299814
* - Update to version 0.99.7Sylvio Cesar Teixeira2012-06-174-85/+84
| | | | | | | | | | | Remove file: files/patch-misc__desktops__Makefile.in PR: ports/169007 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=299504
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+12
| | | | Notes: svn path=/head/; revision=297915
* Remove nonexistent configure switch.Max Brazhnikov2012-05-131-2/+2
| | | | | | | Back to pool. I'm not interested in xine ports anymore. Notes: svn path=/head/; revision=296534
* - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)Sunpoet Po-Chuan Hsieh2012-03-081-0/+1
| | | | | | | | | Submitted by: sunpoet (myself) Tested by: exp-run by linimon Approved by: linimon (with portmgr hat) Notes: svn path=/head/; revision=292936
* Fix plugin path after recent libxine updateMax Brazhnikov2012-03-021-1/+2
| | | | | | | | PR: ports/165619 Reported by: Tsurutani Naoki <turutani at scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=292525
* - Update multimedia/libxine to 1.2.1 with a commit merged from hgJuergen Lock2012-02-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=292268
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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
* - Update comms/lirc to 0.9.0p1_4 in order to be able to use the lircJuergen Lock2011-02-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | support in webcamd svn (for mceusb-based receivers/transmitters and USB DVB tuner remotes supported by the Linux code), and enable support for a few more USB devices while we're at it tho of those only an FTDI-based one was tested: http://www.huitsing.nl/irftdi/ [1] - Fix plist for audio/rhythmbox and multimedia/totem and add missing LIRC_{CFLAGS,LIBS} variables to CONFIGURE_ENV for multimedia/xine when building them with (optional) lirc support. [2] - Chase liblirc_client shlib version bump for ports depdending on it and bump PORTREVISIONs for ports depending on it by default. Approved by: portmgr (miwi) [2] Thanks to: Warren Block <wblock@wonkity.com> for testing [1] Notes: svn path=/head/; revision=269851
* Install desktop file into common place, than into private directory.Max Brazhnikov2010-12-234-4/+14
| | | | | | | Remove md5 sum. Notes: svn path=/head/; revision=266788
* Update WWW [1]Max Brazhnikov2010-08-192-5/+5
| | | | | | | | | | Reformat pkg-descr PR: ports/149810 [1] Submitted by: Aldis Berjoza <aldis at bsdroot.lv> Notes: svn path=/head/; revision=259589
* chase libxine updateMax Brazhnikov2010-08-181-5/+5
| | | | Notes: svn path=/head/; revision=259531
* Record more dependencies on xorg librariesMax Brazhnikov2010-06-191-1/+3
| | | | | | | | | | Enable support for VDR [1] Submitted by: nox@ via mail [1] Feature safe: yes Notes: svn path=/head/; revision=256733
* Chase libxine updateMax Brazhnikov2010-06-191-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=256701
* Update to 0.99.6Max Brazhnikov2010-06-1820-265/+20
| | | | | | | | | | Mark MAKE_JOBS_SAFE Take maintainership Feature safe: yes Notes: svn path=/head/; revision=256675
* Reset nobutaka@FreeBSD.org on certain ports at his request due toMark Linimon2010-06-181-1/+1
| | | | | | | | | lack of time. Hat: portmgr Notes: svn path=/head/; revision=256660
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase audio/libmodplug update.Emanuel Haupt2010-04-241-1/+1
| | | | Notes: svn path=/head/; revision=253157
* - Fix MASTER_SITESDmitry Marakasov2010-04-161-1/+1
| | | | | | | | | PR: 144562 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=252773
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-2/+2
| | | | Notes: svn path=/head/; revision=252125
* - fix build for png-1.4.1Dirk Meyer2010-03-311-0/+11
| | | | | | | Submitted by: Ion-Mihai Tetcu Notes: svn path=/head/; revision=251890
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | 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
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with M Notes: svn path=/head/; revision=240072
* - 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 LIBXINE_VER.MANTANI Nobutaka2009-05-101-1/+1
| | | | Notes: svn path=/head/; revision=233570
* Update LIBXINE_VER.MANTANI Nobutaka2009-03-011-1/+1
| | | | | | | | PR: ports/132085 Submitted by: Jack <xxjack12xx@gmail.com> Notes: svn path=/head/; revision=229264
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-2/+3
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-2/+2
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-053-47/+0
| | | | Notes: svn path=/head/; revision=225305
* Update LIBXINE_VER to fix build error with current version of libxine.MANTANI Nobutaka2008-10-201-1/+1
| | | | | | | | PR: ports/128234 Submitted by: Jack Low <xxjack12xx@gmail.com> Notes: svn path=/head/; revision=221827
* Sync with multimedia/libxine update.MANTANI Nobutaka2008-07-121-1/+1
| | | | Notes: svn path=/head/; revision=216734
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+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
* Sync with libxine update.MANTANI Nobutaka2008-04-221-1/+1
| | | | Notes: svn path=/head/; revision=211776
* Fix build error with libcaca.MANTANI Nobutaka2008-03-232-1/+12
| | | | | | | | PR: ports/121348 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=209624
* Correct DOCSDIR.MANTANI Nobutaka2007-08-111-1/+1
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=197441
* Correct spelling in OPTIONS.MANTANI Nobutaka2007-07-291-1/+1
| | | | | | | | PR: ports/115007 Submitted by: "Matthew D. Fuller" <fullermd@over-yonder.net> Notes: svn path=/head/; revision=196566