/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-summary-util.h * * Authors: Iain Holmes * * Copyright (C) 2000 Ximian, Inc. * * 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 Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifndef _E_SUMMARY_UTIL_H__ #define _E_SUMMARY_UTIL_H__ char *e_pixmap_file (const char *filename); void e_summary_rm_dir (const char *filename); #endif x : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libshout/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix blocking state of connectionssunpoet2019-09-041-1/+1
| | | | | | | | | - Bump PORTREVISION for package change PR: 240222 Submitted by: acm Obtained from: https://gitlab.xiph.org/xiph/icecast-libshout/commit/0ac7ed9e84c3871d4427acc1ce59dca5e4af21ef https://gitlab.xiph.org/xiph/icecast-libshout/commit/b807c1e2550718bdc73d65ac1b05255d18f45c54
* Unbreak generated pkgconfig fileantoine2019-06-111-1/+2
| | | | | Reported by: pkg-fallout Pointy hat: sunpoet
* Update to 2.4.3sunpoet2019-06-091-1/+1
| | | | Changes: https://icecast.org/news/libshout-release-2_4_3/
* Update to 2.4.2sunpoet2019-05-131-5/+2
| | | | Changes: https://icecast.org/news/libshout-release-2_4_2/
* Fix build on 13-CURRENT after base r345349sunpoet2019-03-301-0/+1
| | | | | PR: 236141 Reported by: pkg-fallout
* Update MASTER_SITESsunpoet2018-11-071-2/+4
|
* Fix build with OpenSSL 1.1.*sunpoet2018-09-16