]> git.pld-linux.org Git - packages/easytag.git/commitdiff
- disable mp4 support (port to standalone mp4v2 required) auto/th/easytag-2.1.7-2
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 13 Feb 2013 16:16:10 +0000 (17:16 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 13 Feb 2013 16:16:10 +0000 (17:16 +0100)
- rel 2

easytag.spec

index 3722b8e82c2332903d2d0241ee556f39c7df82fb..0572b24c477a4102b14755742f7f0dc4e4cc77fd 100644 (file)
@@ -1,9 +1,13 @@
+# TODO: port to standalone mp4v2
+
+%bcond_with    mp4v2           # build with mp4v2 support
+
 Summary:       ID3 tag editor
 Summary(hu.UTF-8):     ID3 tag szerkesztő
 Summary(pl.UTF-8):     Edytor etykiet ID3
 Name:          easytag
 Version:       2.1.7
-Release:       1
+Release:       2
 Epoch:         1
 License:       GPL v2+
 Group:         X11/Applications/Sound
@@ -19,7 +23,7 @@ BuildRequires:        id3lib-devel >= 3.8.3
 BuildRequires: libid3tag-devel
 BuildRequires: libogg-devel >= 2:1.0
 BuildRequires: libvorbis-devel >= 1:1.0
-BuildRequires: mpeg4ip-devel >= 1:1.3
+%{?with_mp4v2:BuildRequires:   mp4v2-devel}
 BuildRequires: pkgconfig
 BuildRequires: speex-devel
 BuildRequires: wavpack-devel >= 4.40
@@ -103,7 +107,9 @@ Możliwości:
 
 %build
 cp -f /usr/share/automake/config.* .
-%configure
+%configure \
+       %{!?with_mp4v2:--disable-mp4}
+
 %{__make}
 
 %install
This page took 0.103634 seconds and 4 git commands to generate.