summaryrefslogtreecommitdiff
path: root/graphics/gnash (follow)
Commit message (Collapse)AuthorAgeFilesLines
* graphics/gnash: update to 0.8.11Dirk Meyer6 days2-42/+13
| | | | | use only cairo as renderer use sdl2 for audio
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-171-1/+1
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* devel/boost: bump consumers after Boost-1.87 updateDima Panov2025-02-141-1/+1
| | | | Sponsored by: Future Crew, LLC
* devel/boost: bump consu,ers after update Boost to 1.86 releaseDima Panov2024-11-201-1/+1
| | | | Sponsored by: Future Crew, LLC
* */*: bump consumers after devel/boost* updateDima Panov2024-10-031-1/+1
| | | | | With hat: office Sponsored by: Future Crew, LLC
* */*: Chase multimedia/libdc1394 shlib bumpJason E. Hale2024-09-231-1/+1
|
* devel/boost: bump consumers after library updateDima Panov2024-02-131-1/+1
|
* multimedia/libva-glx: merge back into X11 option after 5343f55d8757Jan Beich2024-01-211-4/+1
| | | | | | | libva-glx -> libGL -> libva dependency loop doesn't occur with libGL from libglvnd instead of mesa-*. This reverts commit 14a6544d4e37ffa04cbf5e6a398d8e057198d4cd.
* graphics/gnash: use ${PREFIX}/share/manDirk Meyer2024-01-122-11/+12
|
* graphics/gnash: restore orderingDirk Meyer2023-12-031-4/+3
|
* devel/boost*: bump all consumers after 1.83.0Dima Panov2023-09-271-1/+1
|
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-1/+1
| | | | New major version 3.0.0
* graphics/gnash: Fix build with llvm16Muhammad Moinur Rahman2023-07-251-4/+7
| | | | | | | - Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* */*: bump all direct Boost cunsumersDima Panov2023-04-271-1/+1
|
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* graphics/gnash: Move to FFmpeg 4Daniel Engberg2023-04-271-7/+7
| | | | | | | | Fails to build with FFmpeg 6 PR: 270206 Approved by: portmgr (blanket, build fix) Sponsored by: Blinkinblox
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-1/+1
|
* graphics/gnash: add to multimediaDirk Meyer2023-03-271-3/+3
|
* graphics/gnash: add camera supportDirk Meyer2023-03-182-2/+13
| | | | fix build on FreeBSD-14
* accessibility/at-spi2-core: update to 2.46.0Tobias C. Berner2023-03-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | What's new in at-spi2-core 2.46.0: * Fix GetInterfaces documentation on org.a11y.atspi.Accessible interface. What's new in at-spi2-core 2.45.91: * Send device event controller events using the same signature as other events. * Document the Accessible, Action, and Cache dbus interfaces. * Fix license of atspi-gmain.c (#87). What's new in at-spi2-core 2.45.90: * xml: Add some documentation. * xml: Fix event arguments. * xml: Add some missing DeviceEventController methods. * Bind the AT-SPI bus to the graphical session. * Mark bus service as belonging to the session slice. * Add ATSPI_ROLE_PUSH_BUTTON_MENU. * Add an "announcement" event/signal to allow objects to send notifications (!63). * Various code clean-ups and test improvements. What's new in at-spi2-core 2.45.1: * Atk and at-spi2-atk are now merged into this project. * Now requires meson 0.56.2 and glib 2.67.4. * at-spi2-atk: Expose the accessible hierarchy via dbus introspection. * Properly escape the AT-SPI bus address; fixes warnings about the address not containing a colon (!55). * Add a text value to AtspiValue, so that a value can expose a textual description, as in the new Atk value API. * Add atspi_event_listener_register_with_app, to allow an event listener to be registered only for a given application (!52). - accessibility/atk and accessibility/at-spi2-atk have been merged into accessibility/at-spi2-core - accessibility/at-spi2-core: bump consumers of removed ports atk and at-spi2-atk PR: 269704 Exp-run by: antoine ---
* */*: bump libboost*.so libraries consumert after Boost upgradeDima Panov2023-01-161-1/+1
|
* graphics/gnash: prepare for upcoming Boost-1.81Dima Panov2023-01-121-0/+10
| | | | With hat: office
* phics/gnash: fix build on armv7Dirk Meyer2022-12-062-1/+12
| | | | PR: 268187
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-1/+1
|
* graphics/gnash: remove dependency on gconf which is deprecatedBaptiste Daroussin2022-06-241-3/+4
|
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-221-1/+1
| | | | PR: 246106
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* INSTALLS_ICONS: retire the macro and rework the related dependenciesBaptiste Daroussin2021-10-101-1/+0
| | | | | | | While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
* graphics/gnash: fix option CAIRODirk Meyer2021-07-191-0/+1
| | | | | PR: 257246 Reported by: Ting-Wei Lan
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* Remove useless Created by: headers mentioning meDmitry Marakasov2021-04-081-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - fix regression from r563992Dirk Meyer2021-02-072-33/+19
| | | | | | | - remove option FFMPEG Notes: svn path=/head/; revision=564644
* multimedia/gnash: remove gstreamer optionBaptiste Daroussin2021-02-041-11/+3
| | | | Notes: svn path=/head/; revision=563992
* - update to 3.1Dirk Meyer2020-01-011-2/+2
| | | | Notes: svn path=/head/; revision=521771
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* Allow building with giflib >= 5.2Antoine Brodin2019-11-101-0/+11
| | | | Notes: svn path=/head/; revision=517218
* graphics: Add missing USES={gl,gnome,sdl}Tobias Kortkamp2019-11-081-0/+2
| | | | Notes: svn path=/head/; revision=517071
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-2/+2
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* - restore order in USESDirk Meyer2019-03-241-2/+2
| | | | Notes: svn path=/head/; revision=496775
* multimedia/libva: move GLX into slaveJan Beich2019-03-151-0/+3
| | | | | | | | | | | libva-glx isn't widely used and makes it hard to unify mesa-* ports into one due to circular dependency. See also: https://github.com/mpv-player/mpv/commit/a18dc01655b8 Obtained from: Greg V (based on) Notes: svn path=/head/; revision=495793
* graphics/gnash: cleanup after r488774Rene Ladan2018-12-312-30/+11
| | | | | | | | | GTK2 is compulsory so make it non-optional and remove related processing code. Submitted by: jbeich Notes: svn path=/head/; revision=488782