Browse Source

libdvdnav, libmp4v2: changed to plus category; updated libdvdnav, libdvdread: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5085 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 12 years ago
parent
commit
4a981902fa

+ 184 - 0
lib/libd/libdvdnav/libdvdnav-vl.spec

@@ -0,0 +1,184 @@
+Name:           libdvdnav
+Version:        4.2.0
+Release:        1%{?_dist_release}
+Summary:        A library for reading DVD video discs based on Ogle code
+
+Group:          System Environment/Libraries
+License:        GPLv2+
+Source0:        http://dvdnav.mplayerhq.hu/releases/libdvdnav-%{version}.tar.bz2
+Patch0:         %{name}-multilib.patch
+
+Obsoletes:      self-build-libdvdnav
+
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
+
+BuildRequires:  doxygen
+BuildRequires:  libdvdread-devel >= 4.1.3-1
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       munepi
+
+%description
+libdvdnav provides a simple library for reading DVD video discs.
+The code is based on Ogle and used in, among others, the Xine dvdnav plug-in.
+
+%package        devel
+Summary:        Development files for libdvdnav
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+Requires:       libdvdread-devel >= 4.1.3-1
+Requires:       pkgconfig
+
+%description    devel
+libdvdnav-devel contains the files necessary to build packages that use the
+libdvdnav library.
+
+%prep
+%setup -q
+%patch0 -p1 -b .multilib
+
+%build
+./configure2 \
+    --disable-opts \
+    --disable-static \
+    --disable-strip \
+    --extra-cflags="%{optflags}" \
+    --libdir=%{_libdir} \
+    --prefix=%{_prefix} \
+    --shlibdir=%{_libdir} \
+    --with-dvdread-config="pkg-config dvdread" \
+    ;
+%{__make} %{?_smp_mflags}
+pushd doc
+doxygen doxy.conf
+popd
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR=%{buildroot}
+%{__install} -d -m 755 %{buildroot}/%{_datadir}/aclocal
+%{__install} -p -m 644 m4/dvdnav.m4 %{buildroot}/%{_datadir}/aclocal
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%{_libdir}/libdvdnav.so.*
+%{_libdir}/libdvdnavmini.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%doc TODO doc/html/*
+%{_bindir}/dvdnav-config
+%{_libdir}/libdvdnav.so
+%{_libdir}/libdvdnavmini.so
+%{_includedir}/dvdnav
+%{_datadir}/aclocal/dvdnav.m4
+%{_libdir}/pkgconfig/dvdnav.pc
+%{_libdir}/pkgconfig/dvdnavmini.pc
+
+%changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 4.2.0-1
+- updated to 4.2.0 release
+- simplified multilib patch from Fedora rawhide
+- added some docs
+- added Vendor, Distribution, Packager tags
+
+* Sun Mar 21 2010 Munehiro Yamamoto <munepi@vinelinux.org> 4.1.3-5
+- change release to sync with self-build-libdvdnav
+
+* Tue May 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-4
+- change release to sync with self-build-libdvdnav
+
+* Sat Jan 24 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-3
+- change release to sync with self-build-libdvdnav
+
+* Sat Dec 27 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-2
+- change release to sync with self-build-libdvdnav
+
+* Sun Nov 02 2008 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 4.1.3-1
+- initial bulid based on Fedora package
+
+* Tue Sep 09 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-1
+- update to 4.1.3 final
+
+* Sun Aug 31 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.4.rc1
+- update to 4.1.3rc1
+- require libdvdread with fixed API
+
+* Fri Jul 25 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.3
+- add missing file to -devel
+
+* Thu Jul 17 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.2
+- update to current SVN
+- use new external libdvdread
+
+* Fri Jun 06 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.3-0.1
+- update to current SVN (pre-4.1.3)
+- macroize
+- re-enable parallel make
+
+* Sun Apr 13 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.2-1
+- update to 4.1.2
+- drop obsolete patches (merged upstream)
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.1.1-6
+- Autorebuild for GCC 4.3
+
+* Sun Jan 27 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-5
+- fix missing <inttypes.h> include (bug 428910)
+
+* Sun Jan 06 2008 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-4
+- make sure -devel requires our version of libdvdread-devel
+
+* Thu Nov 22 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-3
+- fix build with internal libdvdread
+
+* Wed Nov 21 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-2
+- use upstream non-autotools buildsystem
+- build with external libdvdread for older releases
+- fix version.h
+- fix soname
+- fix lib paths on 64bit
+
+* Thu Nov 01 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 4.1.1-1
+- switch to new upstream
+- libdvdread comes from here now
+- apply dvdread udf-related fixes from upstream SVN
+
+* Sun Aug 19 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 0.1.10-4.20070819
+- update to current snapshot
+- specfile cleanups
+
+* Thu May 03 2007 Dominik Mierzejewski <rpm[AT]greysector.net> 0.1.10-3.20070503
+- update to current snapshot from new upstream
+- clean up some specfile cruft
+- disable static libs
+- drop unnecessary explicit dependency on libdvdread
+
+* Mon Mar 13 2006 Thorsten Leemhuis <fedora[AT]leemhuis.info> 0.1.10-2
+- Drop Epoch completely
+
+* Thu Mar 09 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- switch to new release field
+- drop Epoch
+
+* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- add dist
+
+* Wed Oct 13 2004 Ville Skytt霎ー <ville.skytta at iki.fi> - 0:0.1.10-0.lvn.1
+- Update to 0.1.10.
+- Disable dependency tracking to speed up the build.
+
+* Wed Jun 25 2003 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0:0.1.9-0.fdr.2: incorporated bugzilla suggestions, new release
+
+* Thu May 29 2003 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0:0.1.9-0.fdr.1: initial RPM release

+ 24 - 7
lib/libd/libdvdread/libdvdread-vl.spec

@@ -1,17 +1,24 @@
 # -*- coding: utf-8-unix -*-
 Name:           libdvdread
 Summary:        A library for reading DVD video discs based on Ogle code
-Version:        4.1.3
-Release:        4%{?_dist_release}
+Version:        4.2.0
+Release:        1%{?_dist_release}
 
 Group:          System Environment/Libraries
 License:        GPLv2+
+Source0:        http://dvdnav.mplayerhq.hu/releases/libdvdread-%{version}.tar.bz2
+# dvdread-config: use pkg-config instead of hard-coded 
+# multilib-conflicting values
+Patch1:         %{name}-multilib.patch
 
-Source:         http://www.mplayerhq.hu/MPlayer/releases/dvdnav/libdvdread-%{version}.tar.bz2
-Patch10:        %{name}-4.1.3_bigendian.patch
+Obsoletes:      self-build-libdvdread
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
-Obsoletes:      self-build-libdvdread
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       munepi
+
 
 %description
 libdvdread provides a simple foundation for reading DVD video disks.
@@ -21,6 +28,7 @@ It provides the functionality that is required to access many DVDs.
 Summary:        Development files for libdvdread
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
 
 %description    devel
 libdvdread provides a simple foundation for reading DVD video disks.
@@ -30,7 +38,7 @@ This package contains development files for libdvdread.
 
 %prep
 %setup -q
-%patch10 -p1 -b .bigendian
+%patch1 -p1 -b .multilib
 
 %build
 ./configure2 \
@@ -41,7 +49,7 @@ This package contains development files for libdvdread.
     --libdir=%{_libdir} \
     --prefix=%{_prefix} \
     --shlibdir=%{_libdir} \
-
+    ;
 %{__make} %{?_smp_mflags}
 
 %install
@@ -57,16 +65,25 @@ This package contains development files for libdvdread.
 
 %files
 %defattr(-,root,root,-)
+%doc AUTHORS COPYING ChangeLog README
 %{_libdir}/libdvdread.so.*
 
 %files devel
 %defattr(-,root,root,-)
+%doc DEVELOPMENT-POLICY.txt TODO
 %{_bindir}/dvdread-config
 %{_includedir}/dvdread
 %{_libdir}/libdvdread.so
 %{_libdir}/pkgconfig/dvdread.pc
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 4.2.0-1
+- updated to 4.2.0 release
+- dropped obsolete endianness check patch
+- simplified multilib patch from Fedora rawhide
+- added some docs
+- added Vendor, Distribution, Packager tags
+
 * Sat Sep 25 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 4.1.3-4
 - rebuilt with rpm-4.8.1 for pkg-config
 

+ 141 - 0
lib/libm/libmp4v2/libmp4v2-vl.spec

@@ -0,0 +1,141 @@
+%define projname mp4v2
+
+Summary: Library for working with files using the mp4 container format
+Name: libmp4v2
+Version: 1.9.1
+Release: 5%{?_dist_release}
+License: MPLv1.1
+Group: System Environment/Libraries
+#URL: http://resare.com/libmp4v2/
+# Source0: http://resare.com/libmp4v2/dist/libmp4v2-%{version}.tar.bz2
+# # Only here to be in the source package, "just in case, and FYI"
+# Source1: http://resare.com/libmp4v2/mklibmp4v2/mklibmp4v2-r51.tar.bz2
+URL: http://code.google.com/p/mp4v2/
+Source0: http://mp4v2.googlecode.com/files/%{projname}-%{version}.tar.bz2
+
+Obsoletes:      self-build-liblibmp4v2
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
+Vendor:         Project Vine
+Distribution:   Vine Linux
+Packager:       munepi
+
+%description
+The libmp4v2 library provides an abstraction layer for working with files
+using the mp4 container format. This library is developed by mpeg4ip project
+and is an exact copy of the library distributed in the mpeg4ip package.
+
+
+%package devel
+Summary: Development files for the mp4v2 library
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Development files and documentation needed to develop and compile programs
+using the libmp4v2 library.
+
+
+%prep
+%setup -q -n %{projname}-%{version}
+
+
+%build
+%configure \
+    --disable-static \
+    --disable-dependency-tracking \
+    --disable-gch \
+    ;
+%{__make} %{?_smp_mflags}
+
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR=%{buildroot}
+
+# remove unpackaged files
+%{__rm} -rf %{buildroot}%{_mandir}/manm/
+%{__rm} -f %{buildroot}%{_libdir}/*.{a,la}
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root)
+%doc README COPYING
+%{_bindir}/*
+%{_libdir}/*.so.*
+%{_mandir}/man?/*
+
+%files devel
+%defattr(-,root,root)
+%{_includedir}/%{projname}/*.h
+%{_libdir}/*.so
+
+
+%changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.1-5
+- added Obsoletes: self-build-liblibmp4v2
+- added Vendor, Distribution, Packager tags
+- fixed %%files
+
+* Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.1-4
+- change release to sync with self-build-libmp4v2
+
+* Thu Mar 04 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.1-3
+- fixed the permission of /usr/include/mp4v2 to access it by group, others
+
+* Sat Feb 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.1-2
+- added --disable-gch in configure options
+
+* Thu Feb 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.9.1-1
+- new upstream release 
+- changed URL: to http://code.google.com/p/mp4v2/
+  MP4v2 was originally bundled with mpeg4ip library, 
+  but has been moved into its own maintained library 
+  due to a combination of the cessation of support of mpeg4ip 
+  and the usefulness of this library on its own.
+
+* Tue May 26 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.5.0.1-2
+- change release to sync with self-build-libmp4v2
+
+* Sun Jan 11 2009 Munehiro Yamamoto <munepi@cg8.so-net.ne.jp> 1.5.0.1-1
+- initial build
+
+* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.0.1-6
+- Autorebuild for GCC 4.3
+
+* Wed Aug 22 2007 Matthias Saou <http://freshrpms.net/> 1.5.0.1-5
+- Rebuild for new BuildID feature.
+
+* Sun Aug  5 2007 Matthias Saou <http://freshrpms.net/> 1.5.0.1-4
+- Update License field.
+
+* Fri Dec 15 2006 Matthias Saou <http://freshrpms.net/> 1.5.0.1-3
+- Spec file cleanup (habits, mostly) preparing to submit for Extras inclusion.
+
+* Fri Oct 06 2006 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.5.0.1-2
+- rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Tue Jul 18 2006 Noa Resare <noa@resare.com> 1.5.0.1-1
+- new upstream release
+
+* Sat May 13 2006 Noa Resare <noa@resare.com> 1.4.1-3
+- disabled static lib
+- use DESTDIR
+- disable-dependency-tracking for faster builds
+- removed a manpage template file apt.mpt.gz
+
+* Mon May 08 2006 Noa Resare <noa@resare.com> 1.4.1-2
+- specfile cleanups
+
+* Fri May 05 2006 Noa Resare <noa@resare.com> 1.4.1-1.lvn5
+- initial release
+

+ 5 - 4
nonfree/self-build-faac/faac-vl.spec

@@ -1,6 +1,6 @@
 %define name faac
 %define version 1.28
-%define release 7%{?_dist_release}
+%define release 8%{?_dist_release}
 
 %define enable_libmp4v2_external 1
 
@@ -19,9 +19,7 @@ URL: http://www.audiocoding.com/
 BuildRequires: nkf
 BuildRequires: autoconf, automake, libtool, gcc-c++ 
 %if %{enable_libmp4v2_external}
-# *-devel pacages provided by other self-build-* should only be listed
-# in self-build-%{name}.spec as PreReq.
-# BuildRequires: libmp4v2-devel
+BuildRequires: libmp4v2-devel
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -141,6 +139,9 @@ sh bootstrap
 
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.28-8
+- s/self-build-libmp4v2/libmp4v2/
+
 * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.28-7
 - change release to sync with self-build-faac
 

+ 5 - 2
nonfree/self-build-faac/self-build-faac-vl.spec

@@ -1,7 +1,7 @@
 %define pkgname faac
 %define name	self-build-%{pkgname}
 %define version 1.28
-%define release	7%{?_dist_release}
+%define release	8%{?_dist_release}
 
 %define enable_libmp4v2_external 1
 
@@ -25,7 +25,7 @@ Requires(post):		self-build-setup >= 0.9.9
 Requires(post):		nkf
 Requires(post):		autoconf, automake, libtool, gcc-c++
 %if %{enable_libmp4v2_external}
-Requires(post):         self-build-libmp4v2
+Requires(post):         libmp4v2-devel
 %endif
 
 BuildArch:	noarch
@@ -135,6 +135,9 @@ libmp4v2 ライブラリは mp4 コンテナフォーマットを用いたファ
 %{_datadir}/%{name}
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.28-8
+- s/self-build-libmp4v2/libmp4v2/
+
 * Sat Mar 20 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.28-7
 - renamed %%{Source0} to faac-vl.spec
 

+ 5 - 2
nonfree/self-build-gstreamer-plugins-bad/gstreamer-plugins-bad-vl.spec

@@ -7,7 +7,7 @@
 Summary: GStreamer streaming media framework "bad" plug-ins
 Name: gstreamer-plugins-bad
 Version: 0.10.21
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 # The freeze and nfs plugins are LGPLv2 (only)
 License: LGPLv2+
 Group: Applications/Multimedia
@@ -56,7 +56,7 @@ BuildRequires: libexif-devel
 #BuildRequires: exempi-devel
 #BuildRequires: dirac-devel 
 #BuildRequires: libofa-devel
-# BuildRequires: self-build-libdvdnav-devel
+BuildRequires: libdvdnav-devel
 BuildRequires: jasper-devel
 BuildRequires: openssl-devel
 BuildRequires: twolame-devel
@@ -256,6 +256,9 @@ enough quality.
 
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-2
+- s/self-build-libdvdnav/libdvdnav/
+
 * Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-1
 - new upstream release
 - added BuildRequires: 

+ 5 - 2
nonfree/self-build-gstreamer-plugins-bad/self-build-gstreamer-plugins-bad-vl.spec

@@ -4,7 +4,7 @@
 %define gst_minver   0.10.22.1
 %define gstpb_minver 0.10.22.1
 %define _gst_ver     0.10.21
-%define release	1%{?_dist_release}
+%define release	2%{?_dist_release}
 
 %define sourceurl	http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{_gst_ver}.tar.bz2
 
@@ -62,7 +62,7 @@ Requires(post): libexif-devel
 #Requires(post): exempi-devel
 #Requires(post): dirac-devel 
 #Requires(post): libofa-devel
-Requires(post): self-build-libdvdnav
+Requires(post): libdvdnav-devel
 Requires(post): jasper-devel
 Requires(post): openssl-devel
 Requires(post): twolame-devel
@@ -166,6 +166,9 @@ gstreamer-plugins-bad は GStreamer ストリーミングメディア
 %{_datadir}/%{name}
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-2
+- s/self-build-libdvdnav/libdvdnav/
+
 * Sat Mar 26 2011 Munehiro Yamamoto <munepi@vinelinux.org> 0.10.21-1
 - new upstream release
 - added Requires(post):

+ 5 - 2
nonfree/self-build-mplayer/mplayer-vl.spec

@@ -4,7 +4,7 @@
 %define name	mplayer
 %define version	1.0
 %define extver	rc4
-%define release	43%{?extver:.%{extver}}%{?_dist_release}
+%define release	44%{?extver:.%{extver}}%{?_dist_release}
 %define svndate  20100709
 #% define release	40.%{svndate}%{?_dist_release}
 
@@ -54,6 +54,7 @@ BuildRequires:  aalib-devel
 BuildRequires:	alsa-lib-devel
 BuildRequires:	cdparanoia-devel
 BuildRequires:  desktop-file-utils
+BuildRequires:  libdvdnav-devel
 BuildRequires:  enca-devel
 BuildRequires:	freetype2-devel >= 2.0.9
 BuildRequires:  fribidi-devel
@@ -94,7 +95,6 @@ BuildRequires:	zlib-devel
 # in self-build-%{name}.spec as PreReq.
 ##Requires:	self-build-mplayer-codecs
 ##BuildRequires:	self-build-libdvdcss
-##BuildRequires:	self-build-libdvdnav
 ##BuildRequires:  self-build-faac
 ##BuildRequires:  self-build-lame
 ##BuildRequires:  self-build-libdca
@@ -297,6 +297,9 @@ done
 
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-44.rc4
+- s/self-build-libdvdnav/libdvdnav/
+
 * Fri Oct  7 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-43.rc4
 - updated %%SOURCE1
   - update to 1.8

+ 5 - 2
nonfree/self-build-mplayer/self-build-mplayer-vl.spec

@@ -2,7 +2,7 @@
 %define name	self-build-%{pkgname}
 %define version 1.0
 %define extver	rc4
-%define release	43%{?extver:.%{extver}}%{?_dist_release}
+%define release	44%{?extver:.%{extver}}%{?_dist_release}
 %define svndate  20100709
 #% define release	40.%{svndate}%{?_dist_release}
 
@@ -42,6 +42,7 @@ Requires(post):  aalib-devel
 Requires(post):	alsa-lib-devel
 Requires(post):	cdparanoia-devel
 Requires(post):  desktop-file-utils
+Requires(post): libdvdnav-devel
 Requires(post):  enca-devel
 Requires(post):	freetype2-devel >= 2.0.9
 Requires(post):  fribidi-devel
@@ -80,7 +81,6 @@ Requires(post):	zlib-devel
 
 Requires(post):		self-build-mplayer-codecs
 Requires(post):		self-build-libdvdcss
-Requires(post):		self-build-libdvdnav
 Requires(post):		self-build-faac
 Requires(post):		self-build-faad2 >= 2.6
 Requires(post):		self-build-lame
@@ -257,6 +257,9 @@ su $BUILD_USER -c "/bin/bash %{_datadir}/%{name}/%{pkgname}-snapshot-vine.sh >/d
 %{_datadir}/%{name}
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-44.rc4
+- s/self-build-libdvdnav/libdvdnav/
+
 * Fri Oct  7 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-43.rc4
 - updated %%source1path
   - update to 1.8

+ 7 - 3
nonfree/self-build-vlc/self-build-vlc-vl.spec

@@ -1,7 +1,7 @@
 %define pkgname vlc
 %define name    self-build-%{pkgname}
 %define version 1.1.12
-%define release 1%{?_dist_release}
+%define release 2%{?_dist_release}
 
 %define with_mozilla	 		0
 %define with_dc1394			0
@@ -66,12 +66,14 @@ Requires(post):	libcddb-devel
 Requires(post):	libcdio-devel >= 0.77-3
 Requires(post):	libdc1394-devel >= 2.1.0
 Requires(post):	libdv-devel
+Requires(post):	libdvdnav-devel
 Requires(post):	libdvdread-devel
 Requires(post):  libebml-devel
 Requires(post):	libid3tag-devel
 %{?_with_kate:  Requires(post): libkate-devel}
 Requires(post):	libmatroska-devel >= 0.7.6
 Requires(post):	libmodplug-devel
+Requires(post):	libmp4v2-devel
 Requires(post):	libmpcdec-devel
 Requires(post):	libmtp-devel
 Requires(post):  libnotify-devel
@@ -169,9 +171,7 @@ Requires(post):	self-build-faad2
 Requires(post):	self-build-ffmpeg >= 0.4.9
 Requires(post):	self-build-libdca
 Requires(post):	self-build-libdvbpsi
-Requires(post):	self-build-libdvdnav
 Requires(post):	self-build-libmad
-Requires(post):	self-build-libmp4v2
 %if %{?_dist_release} != "vl5"
 Requires(post):	self-build-x264 >= 0.0.0-15.20110322
 %elseif %{?_dist_release} == "vl5"
@@ -276,6 +276,10 @@ mp3, ogg など)だけでなく,DVD や VCD,様々なストリーミング
 
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.12-2
+- s/self-build-libmp4v2/libmp4v2/
+- s/self-build-libdvdnav/libdvdnav/
+
 * Sat Oct 15 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.12-1
 - new upstream release
 

+ 7 - 3
nonfree/self-build-vlc/vlc-vl.spec

@@ -14,7 +14,7 @@
 Summary:	Multi-platform MPEG, DVD, and DivX player
 Name:		vlc
 Version:	1.1.12
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org/
@@ -75,7 +75,7 @@ BuildRequires:	libdc1394-devel >= 2.1.0
 #BuildRequires:	libdca-devel
 BuildRequires:	libdv-devel
 #BuildRequires:	libdvbpsi-devel
-#BuildRequires:	libdvdnav-devel
+BuildRequires:	libdvdnav-devel
 BuildRequires:	libdvdread-devel
 BuildRequires:  libebml-devel
 BuildRequires:	libid3tag-devel
@@ -83,7 +83,7 @@ BuildRequires:	libid3tag-devel
 #BuildRequires:	libmad-devel
 BuildRequires:	libmatroska-devel >= 0.7.6
 BuildRequires:	libmodplug-devel
-#BuildRequires:	libmp4v2-devel
+BuildRequires:	libmp4v2-devel
 BuildRequires:	libmpcdec-devel
 BuildRequires:	libmtp-devel
 BuildRequires:  libnotify-devel
@@ -482,6 +482,10 @@ fi || :
 
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.12-2
+- s/self-build-libmp4v2/libmp4v2/
+- s/self-build-libdvdnav/libdvdnav/
+
 * Sat Oct 15 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.1.12-1
 - new upstream release
 

+ 7 - 3
nonfree/task-all-codecs/task-all-codecs-vl.spec

@@ -2,7 +2,7 @@ Summary: Virtual package for multimedia codecs and plugins
 Summary(ja): マルチメディアコーデックやプラグインのためのバーチャルパッケージ
 Name: task-all-codecs
 Version: 1.0
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: distributable
 Group: Restricted Software
 
@@ -52,9 +52,9 @@ Requires: self-build-faad2
 Requires: self-build-lame
 Requires: self-build-libdca
 Requires: self-build-libdvdcss
-Requires: self-build-libdvdnav
+Requires: libdvdnav
 Requires: self-build-libmad
-Requires: self-build-libmp4v2
+Requires: libmp4v2
 Requires: self-build-libmpeg2
 Requires: self-build-libquicktime
 Requires: self-build-mplayer-codecs
@@ -88,6 +88,10 @@ apt-get を使ってこのパッケージをインストールすることで、
 
 
 %changelog
+* Wed Nov  2 2011 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-4
+- s/self-build-libdvdnav/libdvdnav/
+- s/self-build-libmp4v2/libmp4v2/
+
 * Sun Jul 11 2010 Munehiro Yamamoto <munepi@vinelinux.org> 1.0-3
 - dropped xine-lib-arts dependancy