gnac: remove package
Unmaintained, last release was in 2012.
This commit is contained in:
parent
746ca15852
commit
d931963f22
|
@ -1,19 +0,0 @@
|
|||
--- gnac-0.2.4.1/configure.ac.orig
|
||||
+++ gnac-0.2.4.1/configure.ac
|
||||
@@ -122,16 +122,6 @@
|
||||
AC_SUBST(DISABLE_DEPRECATED)
|
||||
fi
|
||||
|
||||
-# debug support
|
||||
-AC_ARG_ENABLE([debug], [],
|
||||
-[ if test "$enableval" = "yes"; then
|
||||
- CFLAGS="-g -ggdb -O0"
|
||||
- else
|
||||
- CFLAGS="-O2"
|
||||
- fi
|
||||
- AC_SUBST([CFLAGS])
|
||||
- ])
|
||||
-
|
||||
AC_SUBST([AM_CPPFLAGS])
|
||||
AC_SUBST([AM_CFLAGS])
|
||||
AC_SUBST([AM_LDFLAGS])
|
|
@ -1,25 +0,0 @@
|
|||
From 46c37c04967c06d1f8ded3b40161b9d9fcb8ff8d Mon Sep 17 00:00:00 2001
|
||||
From: Dominique Leuenberger <dimstar@opensuse.org>
|
||||
Date: Fri, 19 Jun 2015 09:14:14 +0200
|
||||
Subject: libgnac-debug.h: fix typo (critial vs critical)
|
||||
|
||||
---
|
||||
libgnac/libgnac-debug.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libgnac/libgnac-debug.h b/libgnac/libgnac-debug.h
|
||||
index 3f2705d..087e251 100644
|
||||
--- a/libgnac/libgnac-debug.h
|
||||
+++ b/libgnac/libgnac-debug.h
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
#define libgnac_critical(...) \
|
||||
- libgnac_critial_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||
+ libgnac_critical_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||
#elif defined(__GNUC__) && __GNUC__ >= 3
|
||||
#define libgnac_critical(...) \
|
||||
libgnac_critical_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
|
||||
--
|
||||
cgit v0.12
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
--- a/libgnac/libgnac-debug.h
|
||||
+++ b/libgnac/libgnac-debug.h
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
#define libgnac_debug(...) \
|
||||
- libgnac_debug_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||
+ libgnac_debug_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
|
||||
#elif defined(__GNUC__) && __GNUC__ >= 3
|
||||
#define libgnac_debug(...) \
|
||||
libgnac_debug_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
#define libgnac_warning(...) \
|
||||
- libgnac_warning_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||
+ libgnac_warning_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
|
||||
#elif defined(__GNUC__) && __GNUC__ >= 3
|
||||
#define libgnac_warning(...) \
|
||||
libgnac_warning_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
|
||||
@@ -52,7 +52,7 @@
|
||||
|
||||
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||
#define libgnac_critical(...) \
|
||||
- libgnac_critical_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||
+ libgnac_critical_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
|
||||
#elif defined(__GNUC__) && __GNUC__ >= 3
|
||||
#define libgnac_critical(...) \
|
||||
libgnac_critical_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
|
File diff suppressed because it is too large
Load Diff
|
@ -1,20 +0,0 @@
|
|||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -55,7 +55,7 @@ AM_GLIB_GNU_GETTEXT
|
||||
dnl Check for GSettings macros
|
||||
GLIB_GSETTINGS
|
||||
|
||||
-GNOME_DOC_INIT([0.17.2])
|
||||
+GNOME_DOC_INIT([0.17.2],[:],[:])
|
||||
GNOME_DEBUG_CHECK
|
||||
GNOME_COMPILE_WARNINGS([maximum])
|
||||
GNOME_CXX_WARNINGS([yes])
|
||||
--- a/Makefile.am
|
||||
+++ b/Makefile.am
|
||||
@@ -1,6 +1,5 @@
|
||||
SUBDIRS = \
|
||||
data \
|
||||
- help \
|
||||
libgnac \
|
||||
man \
|
||||
po \
|
|
@ -1,7 +0,0 @@
|
|||
--- a/po/POTFILES.skip
|
||||
+++ b/po/POTFILES.skip
|
||||
@@ -1,3 +1,4 @@
|
||||
# List of source files that should NOT be translated.
|
||||
# Please keep this file sorted alphabetically.
|
||||
data/gnac.desktop.in
|
||||
+intl/plural.c
|
|
@ -1,26 +0,0 @@
|
|||
# Template file for 'gnac'
|
||||
pkgname=gnac
|
||||
version=0.2.4.1
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-scrollkeeper --disable-schemas-compile"
|
||||
hostmakedepends="gnome-common gettext-devel pkg-config intltool libtool
|
||||
glib-devel gtk+3-devel gst-plugins-base1-devel
|
||||
autoconf-archive which"
|
||||
makedepends="libxml2-devel gtk+3-devel gst-plugins-base1-devel libunique-devel
|
||||
libnotify-devel gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1
|
||||
desktop-file-utils hicolor-icon-theme"
|
||||
depends="gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1
|
||||
desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Audio conversion program for the Gnome desktop"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://gnac.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||
checksum=8f9c4731bbc40fde57c311a2a7fabe4e3200198abfe7415c659b98a2d54869da
|
||||
CFLAGS="-fPIC -fcommon"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
intltoolize --force
|
||||
}
|
|
@ -100,6 +100,7 @@ replaces="
|
|||
giti<=1.0.0_1
|
||||
gksu<=2.0.2_4
|
||||
glibmm-doc<=2.64.2_2
|
||||
gnac<=0.2.4.1_4
|
||||
gnome-doc-utils<=0.20.10_9
|
||||
gnome-documents<=3.34.0_2
|
||||
gnome-games<=40.0_1
|
||||
|
|
Loading…
Reference in New Issue