/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2003 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * */ #ifndef EM_FOLDER_SELECTION_H #define EM_FOLDER_SELECTION_H #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #include CamelFolder *em_folder_selection_run_dialog (GtkWindow *parent_window, const char *title, CamelFolder *default_folder); char *em_folder_selection_run_dialog_uri (GtkWindow *parent_window, const char *title, const char *default_uri); void em_select_folder (GtkWindow *parent_window, const char *title, const char *default_uri, void (*done)(const char *uri, void *data), void *data); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* EM_FOLDER_SELECTION_H */ 238330 Bump PORTREVISION for ports depending on the canonical version of GCC 2018-12-12T01:35:33+00:00 gerald gerald@FreeBSD.org 2018-12-12T01:35:33+00:00 97e78d860783dbeec5f72d4f8581d78b52f954e3 defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Fix build on gcc-based archs by updating USES. 2018-09-22T05:30:31+00:00 linimon linimon@FreeBSD.org 2018-09-22T05:30:31+00:00 12ca5793be5d0b68e37dfa5a5e1f1253aed4b7a5 Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
- Update to 1.3.4 2018-07-31T19:17:33+00:00 amdmi3 amdmi3@FreeBSD.org 2018-07-31T19:17:33+00:00 af1dd29b62f32a4d532e2014834e32a367fb9eb5

- Update to 1.3.3 2018-06-07T19:59:04+00:00 amdmi3 amdmi3@FreeBSD.org 2018-06-07T19:59:04+00:00 d9745e904dfc662092280584d63315710d46c9f0

OAML is a library the makes it easy to implement adaptive music in 2018-05-03T17:49:52+00:00 amdmi3 amdmi3@FreeBSD.org 2018-05-03T17:49:52+00:00 314f496898d803d4cab60dc36511c0cd99f20cb7 games. Adaptive music, also known as interactive music or dynamic music, is music that reacts to what's happening on the video game. For example, if there is a battle going on, music will get more tense to stimulate the player's reaction to the battle. WWW: https://oamldev.github.io/
games.

Adaptive music, also known as interactive music or dynamic music,
is music that reacts to what's happening on the video game. For
example, if there is a battle going on, music will get more tense
to stimulate the player's reaction to the battle.

WWW: https://oamldev.github.io/