mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
Merge pull request #4108 from ebfe/cdrdao
New package: cdrdao-1.2.3 +fix brasero Close #4109
This commit is contained in:
commit
435490d780
3 changed files with 28 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'brasero'
|
||||
pkgname=brasero
|
||||
version=3.12.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-schemas-compile --disable-caches $(vopt_if gir introspection)"
|
||||
hostmakedepends="pkg-config intltool cdrtools gnome-doc-utils itstool
|
||||
|
@ -9,7 +9,7 @@ hostmakedepends="pkg-config intltool cdrtools gnome-doc-utils itstool
|
|||
makedepends="gst-plugins-base1-devel totem-pl-parser-devel libnotify-devel
|
||||
libcanberra-devel nautilus-devel tracker-devel libisofs-devel
|
||||
libburn-devel libSM-devel dconf-devel"
|
||||
depends="cdrtools dconf shared-mime-info hicolor-icon-theme desktop-file-utils"
|
||||
depends="cdrdao cdrtools dconf shared-mime-info hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="Application to burn CD/DVD for the Gnome Desktop"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.gnome.org/projects/brasero"
|
||||
|
|
12
srcpkgs/cdrdao/patches/fix-stat-includes.patch
Normal file
12
srcpkgs/cdrdao/patches/fix-stat-includes.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- dao/ScsiIf-linux.cc.orig 2016-04-30 11:38:51.281429655 +0200
|
||||
+++ dao/ScsiIf-linux.cc 2016-04-30 11:39:19.146429156 +0200
|
||||
@@ -19,6 +19,9 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/stat.h>
|
||||
+
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
14
srcpkgs/cdrdao/template
Normal file
14
srcpkgs/cdrdao/template
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'cdrdao'
|
||||
pkgname=cdrdao
|
||||
version=1.2.3
|
||||
revision=1
|
||||
nocross=yes # runs pccts/antlr/antlr
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="lame-devel libmad-devel libvorbis-devel libao-devel"
|
||||
short_desc="Records audio or data CD-Rs in disk-at-once (DAO) mode"
|
||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://cdrdao.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/cdrdao/cdrdao/1.2.3/cdrdao-1.2.3.tar.bz2"
|
||||
checksum=8193cb8fa6998ac362c55807e89ad0b3c63edc6b01afaeb3d5042519527fb75e
|
Loading…
Add table
Reference in a new issue