aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gmerlin
Commit message (Collapse)AuthorAgeFilesLines
* - Strip librariesDmitry Marakasov2015-06-071-1/+3
| | | | Notes: svn path=/head/; revision=388711
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-11/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* 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
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-262-41/+14
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Remove CDIO from OPTIONS_DEFAULT and mark it BROKENAntoine Brodin2014-08-091-1/+7
| | | | Notes: svn path=/head/; revision=364454
* Chase library dependencies after libcdio <-> libcdio-paranoia splitTilman Keskinoz2014-08-091-1/+1
| | | | | | | PR: 192271 Notes: svn path=/head/; revision=364423
* Add DOCS option for ports with PORTDOCS in plist.Adam Weinberger2014-07-161-1/+1
| | | | Notes: svn path=/head/; revision=362023
* <OPTION>_CONFIGURE_ARGS does not exist; use CDDB_CONFIGURE_OFF instead.Raphael Kubo da Costa2014-07-041-2/+2
| | | | Notes: svn path=/head/; revision=360656
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-032-66/+5
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=360357
* Allow building with newer texinfoAntoine Brodin2014-06-271-0/+11
| | | | Notes: svn path=/head/; revision=359608
* Allow to build with texinfo from portsAntoine Brodin2014-06-261-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=359321
* - Fix build with clangMartin Wilke2014-05-174-144/+131
| | | | | | | | | | | - Stage support - Options helper PR: 187759 Submitted by: Ports Fury Notes: svn path=/head/; revision=354304
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* - 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-08-311-1/+1
| | | | | | | While here trim headers Notes: svn path=/head/; revision=325803
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Mechanically convert unmaintained ports which use "gnomehack" to use ↵Eitan Adler2013-03-281-6/+3
| | | | | | | "pathfix" instead. Notes: svn path=/head/; revision=315433
* Update gmerlin framework and convert to new options:Martin Matuska2012-07-224-126/+88
| | | | | | | | | gavl 1.2.0 -> 1.4.0 gmerlin 1.0.0 -> 1.2.0 gmerlin-avdecoder 1.1.0 -> 1.2.0 Notes: svn path=/head/; revision=301302
* - update png to 1.5.10Dirk Meyer2012-06-011-2/+2
| | | | Notes: svn path=/head/; revision=297915
* - Remove audio/libtunepimp (and audio/libmusicbrainz) support:Max Brazhnikov2012-03-061-9/+2
| | | | | | | | | | | deprecated as the MusicBrainz RDF webservice is no longer functional PR: ports/165750, ports/165754, ports/165757, ports/165758 ports/165759, ports/165760, ports/165761 Submitted by: Jason E. Hale <bsdkaffee at gmail.com> Notes: svn path=/head/; revision=292846
* - Bump PORTREVISION to chase the update of multimedia/libvpxAshish SHUKLA2012-02-161-1/+1
| | | | Notes: svn path=/head/; revision=291538
* Chase libcdio shlib bumpTilman Keskinoz2012-01-181-1/+2
| | | | Notes: svn path=/head/; revision=289416
* Remove trailing whitespaces.Emanuel Haupt2011-11-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286031
* - Add a patch to remove a misplaced duplicated line of source codePietro Cerutti2011-11-171-0/+10
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285960
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+2
| | | | | | | | | | | | - 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 to 1.0.0Martin Wilke2011-07-025-64/+105
| | | | | | | | PR: 158485 Submitted by: Ports Fury Notes: svn path=/head/; revision=276832
* Drop maintainershipDmitry Marakasov2011-06-111-1/+1
| | | | Notes: svn path=/head/; revision=275334
* - update mjpegtools to 2.0.0Baptiste Daroussin2011-06-061-2/+2
| | | | | | | - chase library bump Notes: svn path=/head/; revision=275112
* - Fix png pluginDmitry Marakasov2010-06-212-1/+12
| | | | | | | | | PR: 147891 Submitted by: Ivan Klymenko <fidaj@ukr.net> Feature safe: yes Notes: svn path=/head/; revision=256800
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - 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
* - Fix build in presence of graphics/libvisualDmitry Marakasov2010-03-221-1/+2
| | | | | | | | PR: 143679 Submitted by: Ivan Klymenko <fidaj@ukr.net> Notes: svn path=/head/; revision=251381
* - Chase multimedia/mjpegtools shlib bumpMartin Wilke2010-02-131-2/+2
| | | | Notes: svn path=/head/; revision=249751
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* Chase libcdio shared library version bumpTilman Keskinoz2009-11-281-1/+2
| | | | Notes: svn path=/head/; revision=244901
* - Update to 0.4.1Dmitry Marakasov2009-08-123-9/+50
| | | | | | | | PR: 137666 Submitted by: Martin Matuska <mm@FreeBSD.org> Notes: svn path=/head/; revision=239363
* - Update gavl to 1.1.1Martin Matuska2009-08-111-1/+1
| | | | | | | - Bump library version on depending ports Notes: svn path=/head/; revision=239308
* - update to jpeg7Dirk Meyer2009-07-181-2/+2
| | | | | | | Tested by: pav on pointyhat Notes: svn path=/head/; revision=238018
* - Add USE_LDCONFIGDmitry Marakasov2008-11-091-0/+2
| | | | Notes: svn path=/head/; revision=222638
* Gmerlin is a multimedia framework, which allows you to quicklyDmitry Marakasov2008-11-094-0/+537
develop multimedia applications. It is built upon gavl (for low level Audio/Video things) and libxml2 (for loading and saving configuration data and other things). The gmerlin API can be used at multiple levels: Either you take the basic things like plugins, fifos, message-queues and gavl audio/video converters and build your own media engine. The other possibility is to use the player or transcoder engines directly. The latter approach is probably easier, but you'll have less freedom in controlling the process. Gmerlin includes GUI player with mediatree and a GUI transcoder among other things. WWW: http://gmerlin.sourceforge.net/ Notes: svn path=/head/; revision=222602