<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/emulators/es-de/files, branch main</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>emulators/es-de: update to 3.4.1, improve port</title>
<updated>2026-04-27T00:01:08+00:00</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2026-04-10T17:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=cb76b7e6d3ce32ee215a0126489528a1d6bdf6bf'/>
<id>cb76b7e6d3ce32ee215a0126489528a1d6bdf6bf</id>
<content type='text'>
* Improve readability by inserting a newline between the *_DEPENDS
  variables, and by putting USE_GITLAB with its related variable in its
  own block. Also, against portfmt's suggestion, the INSTALL_DATA in the
  post-install-DOCS-on target is way too short to warrant a linebreak
  and looks weird, so remove the linebreak.

* Safeguard EXTRACT_AFTER_ARGS' --exclude entry to match the intended
  path only.

* Refresh patch.

* Update and extend pkg-descr to be more in line with the descriptions
  given on the official homepage and the GitLab repository.

Changelog: https://gitlab.com/es-de/emulationstation-de/-/releases/v3.4.1

PR:		294391
Event:		Wiesbaden Hackathon 202604
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve readability by inserting a newline between the *_DEPENDS
  variables, and by putting USE_GITLAB with its related variable in its
  own block. Also, against portfmt's suggestion, the INSTALL_DATA in the
  post-install-DOCS-on target is way too short to warrant a linebreak
  and looks weird, so remove the linebreak.

* Safeguard EXTRACT_AFTER_ARGS' --exclude entry to match the intended
  path only.

* Refresh patch.

* Update and extend pkg-descr to be more in line with the descriptions
  given on the official homepage and the GitLab repository.

Changelog: https://gitlab.com/es-de/emulationstation-de/-/releases/v3.4.1

PR:		294391
Event:		Wiesbaden Hackathon 202604
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/es-de: Update 3.3.0 =&gt; 3.4.0, remove NLS option</title>
<updated>2025-11-08T14:13:17+00:00</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2025-11-08T14:08:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=f850054254bcfba8ffd0f116e63bdf51b0d1cca4'/>
<id>f850054254bcfba8ffd0f116e63bdf51b0d1cca4</id>
<content type='text'>
Changelog:
https://gitlab.com/es-de/emulationstation-de/-/releases/v3.4.0

* The NLS option has been removed and the port is compiling with enabled
  localization support unconditionally for now. Otherwise the program
  would fail to start if the NLS option is disabled, see also
  https://gitlab.com/es-de/emulationstation-de/-/issues/2031.

* Simplify the utf8cpp include directory handling.

PR:	290884
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:
https://gitlab.com/es-de/emulationstation-de/-/releases/v3.4.0

* The NLS option has been removed and the port is compiling with enabled
  localization support unconditionally for now. Otherwise the program
  would fail to start if the NLS option is disabled, see also
  https://gitlab.com/es-de/emulationstation-de/-/issues/2031.

* Simplify the utf8cpp include directory handling.

PR:	290884
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/es-de: Update to 3.3.0</title>
<updated>2025-07-16T05:39:27+00:00</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2025-07-16T05:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=dd095a760f0b0c5942d003a979732a7b1db7afbd'/>
<id>dd095a760f0b0c5942d003a979732a7b1db7afbd</id>
<content type='text'>
Switching from "libpoppler.so" to "libpoppler-cpp.so" in LIB_DEPENDS.

PR:		288245
Approved by:	submitter is maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switching from "libpoppler.so" to "libpoppler-cpp.so" in LIB_DEPENDS.

PR:		288245
Approved by:	submitter is maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/es-de: Update to 3.2.0</title>
<updated>2025-04-21T18:31:43+00:00</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2025-04-21T18:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7c3b6b4d955803e0a575822c9cf475db66fca30d'/>
<id>7c3b6b4d955803e0a575822c9cf475db66fca30d</id>
<content type='text'>
Unbundle graphics/lunasvg: was the last bundled dependency in the external
directory. We can now exclude this directory from extraction via
EXTRACT_AFTER_ARGS and simplify its handling in the CMakeLists.txt
patch.
Paths in BUILD_DEPENDS are replaced with the "port notation".
Addition of find_package(RapidJSON REQUIRED) in the CMakeLists.txt patch
when unbundling devel/rapidjson was actually never needed. So it got
removed.

Changelog:
https://gitlab.com/es-de/emulationstation-de/-/releases/v3.2.0

PR:		285888
Approved by:	submitter is maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unbundle graphics/lunasvg: was the last bundled dependency in the external
directory. We can now exclude this directory from extraction via
EXTRACT_AFTER_ARGS and simplify its handling in the CMakeLists.txt
patch.
Paths in BUILD_DEPENDS are replaced with the "port notation".
Addition of find_package(RapidJSON REQUIRED) in the CMakeLists.txt patch
when unbundling devel/rapidjson was actually never needed. So it got
removed.

Changelog:
https://gitlab.com/es-de/emulationstation-de/-/releases/v3.2.0

PR:		285888
Approved by:	submitter is maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/es-de: Simplify port</title>
<updated>2024-11-12T18:31:16+00:00</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2024-11-12T18:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=9c26b7dfb8ba801430daf3c364b86e6284857b70'/>
<id>9c26b7dfb8ba801430daf3c364b86e6284857b70</id>
<content type='text'>
Remove unnecessary localbase from USES.
Promote unbundled utf8cpp include path to CMakeLists.txt instead of replacing
C include directive in ${WRKSRC}/es-core/utils/StringUtil.h.
Use CMake's modules for finding unbundled RapidJSON and rlottie package.
This allows to remove the INCLUDE_DIRS for both libraries (CMake already does
the right thing when using find_package).
Replace rlottie_LINK_LIBRARIES with the more proper rlottie_LIBRARIES.

PR:		282698
Approved by:	submitter is maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary localbase from USES.
Promote unbundled utf8cpp include path to CMakeLists.txt instead of replacing
C include directive in ${WRKSRC}/es-core/utils/StringUtil.h.
Use CMake's modules for finding unbundled RapidJSON and rlottie package.
This allows to remove the INCLUDE_DIRS for both libraries (CMake already does
the right thing when using find_package).
Replace rlottie_LINK_LIBRARIES with the more proper rlottie_LIBRARIES.

PR:		282698
Approved by:	submitter is maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/es-de: Update 3.0.3 → 3.1.0</title>
<updated>2024-09-14T10:20:54+00:00</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2024-09-14T10:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=6574ccd3b493993fdd08831001b50c5ec326aaba'/>
<id>6574ccd3b493993fdd08831001b50c5ec326aaba</id>
<content type='text'>
Changelog:
https://gitlab.com/es-de/emulationstation-de/-/releases/v3.1.0

Port changes:
 * remove upstreamed patches
 * unbundle utf8cpp dependency
 * add NLS option

PR:	281488
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog:
https://gitlab.com/es-de/emulationstation-de/-/releases/v3.1.0

Port changes:
 * remove upstreamed patches
 * unbundle utf8cpp dependency
 * add NLS option

PR:	281488
</pre>
</div>
</content>
</entry>
<entry>
<title>emulators/es-de: New Port: frontend for browsing and launching games from your multi-platform collection</title>
<updated>2024-08-22T21:02:02+00:00</updated>
<author>
<name>Stefan Schlosser</name>
<email>bsdcode@disroot.org</email>
</author>
<published>2024-08-22T20:55:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=10398afad0044dba67be17a6a87605ff63708781'/>
<id>10398afad0044dba67be17a6a87605ff63708781</id>
<content type='text'>
ES-DE (formerly known as EmulationStation Desktop Edition) is a frontend
for browsing and launching games from your multi-platform collection. It
comes preconfigured for use with a large selection of emulators, game
engines, game managers and gaming services. It can also run locally
installed games and applications. It's fully customizable, so you can
easily expand it with support for additional systems and applications.

It features a modern and attractive user interface, full controller
navigation support, supports over 150 different game systems, highly
customizable setup, a built-in scraper for downloading game info and
game media, full theme support with lots of high-quality themes.

https://es-de.org
https://gitlab.com/es-de/emulationstation-de

PR:	280891
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ES-DE (formerly known as EmulationStation Desktop Edition) is a frontend
for browsing and launching games from your multi-platform collection. It
comes preconfigured for use with a large selection of emulators, game
engines, game managers and gaming services. It can also run locally
installed games and applications. It's fully customizable, so you can
easily expand it with support for additional systems and applications.

It features a modern and attractive user interface, full controller
navigation support, supports over 150 different game systems, highly
customizable setup, a built-in scraper for downloading game info and
game media, full theme support with lots of high-quality themes.

https://es-de.org
https://gitlab.com/es-de/emulationstation-de

PR:	280891
</pre>
</div>
</content>
</entry>
</feed>
