summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2019-05-31 14:56:54 +0200
committerIsmael Luceno2019-08-28 23:30:23 +0200
commit7ee1f74a9586220d5b3b0f5e52f0dc4abb2c4448 (patch)
treec7bbca334ab7ea04abbee7c4a87092eea7e2baf5
parentc6022abcf13b4d253b80d59ca62e7bfa53000bbb (diff)
vcdimager 2.0.1; deprecates vcdimager-unstable
-rw-r--r--ChangeLog3
-rwxr-xr-xdisk/vcdimager-unstable/BUILD1
-rwxr-xr-xdisk/vcdimager-unstable/CONFLICTS1
-rwxr-xr-xdisk/vcdimager-unstable/DEPENDS4
-rwxr-xr-xdisk/vcdimager-unstable/DETAILS27
-rwxr-xr-xdisk/vcdimager-unstable/DOWNLOAD1
-rw-r--r--disk/vcdimager-unstable/HISTORY5
-rwxr-xr-xdisk/vcdimager-unstable/INSTALL1
-rwxr-xr-xdisk/vcdimager-unstable/PRE_BUILD1
-rwxr-xr-xdisk/vcdimager-unstable/PROVIDES1
-rwxr-xr-xdisk/vcdimager-unstable/UP_TRIGGERS2
-rw-r--r--disk/vcdimager/8275EC21.gpg (renamed from disk/vcdimager-unstable/8275EC21.gpg)bin1003 -> 1003 bytes
-rwxr-xr-xdisk/vcdimager/CONFLICTS2
-rwxr-xr-xdisk/vcdimager/DEPENDS5
-rwxr-xr-xdisk/vcdimager/DETAILS7
-rw-r--r--disk/vcdimager/HISTORY5
-rwxr-xr-xdisk/vcdimager/TRIGGERS (renamed from disk/vcdimager-unstable/TRIGGERS)0
-rw-r--r--disk/vcdimager/USEGCC20
18 files changed, 33 insertions, 33 deletions
diff --git a/ChangeLog b/ChangeLog
index 338b896e30..b86cbf7a9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * disk/vcdimager-unstable: spell deprecated [development restarted]
+
2019-08-25 Treeve Jelbert <treeve@sourcemage.org>
* python-pypi/asciidoc3: added
diff --git a/disk/vcdimager-unstable/BUILD b/disk/vcdimager-unstable/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/disk/vcdimager-unstable/BUILD
@@ -0,0 +1 @@
+true
diff --git a/disk/vcdimager-unstable/CONFLICTS b/disk/vcdimager-unstable/CONFLICTS
deleted file mode 100755
index 4618e85502..0000000000
--- a/disk/vcdimager-unstable/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts vcdimager
diff --git a/disk/vcdimager-unstable/DEPENDS b/disk/vcdimager-unstable/DEPENDS
deleted file mode 100755
index e2e5569850..0000000000
--- a/disk/vcdimager-unstable/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends popt &&
-depends libxml2 &&
-depends pkgconfig &&
-depends libcdio
diff --git a/disk/vcdimager-unstable/DETAILS b/disk/vcdimager-unstable/DETAILS
index d0c522c4fe..203b97ca78 100755
--- a/disk/vcdimager-unstable/DETAILS
+++ b/disk/vcdimager-unstable/DETAILS
@@ -1,26 +1,7 @@
SPELL=vcdimager-unstable
- VERSION=0.7.24
- SOURCE=vcdimager-$VERSION.tar.gz
- SOURCE2=$SOURCE.sig
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/vcdimager-$VERSION"
- SOURCE_URL[0]=$GNU_URL/vcdimager/$SOURCE
- SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
- SOURCE_GPG=8275EC21.gpg:$SOURCE2:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
- WEB_SITE=http://www.gnu.org/software/vcdimager/
- LICENSE[0]=GPL
- ENTERED=20030424
- KEYWORDS="disk"
- SHORT="Makes Bin/Cue files in VideoCD (VCD) format from mpeg videos"
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
cat << EOF
-GNU VCDImager is a full-featured mastering suite for authoring,
-disassembling and analyzing Video CD's and Super Video CD's.
-
-The core functionality consists of directly making Video CD BIN/CUE-style CD
-images from mpeg files, which (after being written to CDR(W) media) can be
-played on standalone VCD players or DVD players and on computers running
-GNU/Linux, MacOS, Win32 or any other OS capable of accessing VCD's. BIN/CUE
-images can be burned with cdrdao (please use a recent version, since older
-ones do not support BIN/CUE-style cuesheets) under GNU/Linux (and other
-supported platforms by cdrdao, e.g. freeBSD, Irix, Solaris and even win32)
+deprecated spell [replaced by vcdimager]
EOF
diff --git a/disk/vcdimager-unstable/DOWNLOAD b/disk/vcdimager-unstable/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/disk/vcdimager-unstable/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/disk/vcdimager-unstable/HISTORY b/disk/vcdimager-unstable/HISTORY
index 4992be3fc6..2015df265c 100644
--- a/disk/vcdimager-unstable/HISTORY
+++ b/disk/vcdimager-unstable/HISTORY
@@ -1,3 +1,8 @@
+2019-08-28 Ismael Luceno <ismael@sourcemage.org>
+ * spell deprecated [development restarted]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2012-04-26 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 0.7.24; quoting paths
diff --git a/disk/vcdimager-unstable/INSTALL b/disk/vcdimager-unstable/INSTALL
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/disk/vcdimager-unstable/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/disk/vcdimager-unstable/PRE_BUILD b/disk/vcdimager-unstable/PRE_BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/disk/vcdimager-unstable/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/disk/vcdimager-unstable/PROVIDES b/disk/vcdimager-unstable/PROVIDES
deleted file mode 100755
index 43e7e33950..0000000000
--- a/disk/vcdimager-unstable/PROVIDES
+++ /dev/null
@@ -1 +0,0 @@
-VCDIMAGER
diff --git a/disk/vcdimager-unstable/UP_TRIGGERS b/disk/vcdimager-unstable/UP_TRIGGERS
new file mode 100755
index 0000000000..ddb31ed984
--- /dev/null
+++ b/disk/vcdimager-unstable/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger vcdimager-unstable dispel_self
+up_trigger vcdimager cast_self
diff --git a/disk/vcdimager-unstable/8275EC21.gpg b/disk/vcdimager/8275EC21.gpg
index f27973db2c..f27973db2c 100644
--- a/disk/vcdimager-unstable/8275EC21.gpg
+++ b/disk/vcdimager/8275EC21.gpg
Binary files differ
diff --git a/disk/vcdimager/CONFLICTS b/disk/vcdimager/CONFLICTS
index 105be584e1..fc78566f2f 100755
--- a/disk/vcdimager/CONFLICTS
+++ b/disk/vcdimager/CONFLICTS
@@ -1 +1 @@
-conflicts vcdimager-unstable
+conflicts vcdimager-unstable y
diff --git a/disk/vcdimager/DEPENDS b/disk/vcdimager/DEPENDS
index ce13493315..6921dfa629 100755
--- a/disk/vcdimager/DEPENDS
+++ b/disk/vcdimager/DEPENDS
@@ -1 +1,4 @@
-depends gcc2
+depends libcdio &&
+depends libxml2 &&
+depends pkgconfig &&
+depends popt
diff --git a/disk/vcdimager/DETAILS b/disk/vcdimager/DETAILS
index 9305808d3b..5ab5ae7801 100755
--- a/disk/vcdimager/DETAILS
+++ b/disk/vcdimager/DETAILS
@@ -1,9 +1,12 @@
SPELL=vcdimager
- VERSION=0.6.2
+ VERSION=2.0.1
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/vcdimager/$SOURCE
- SOURCE_HASH=sha512:c36574b93a4657f0b445c1dee9ad249c53d53239a841d5a4678ed5575fbf37d1e01578c733527a728c8c87b1ad6f083e6d6b7318d73d75788b8b651fc42ac631
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=8275EC21.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/vcdimager/
LICENSE[0]=GPL
ENTERED=20020328
diff --git a/disk/vcdimager/HISTORY b/disk/vcdimager/HISTORY
index 0cc5cfab11..97857fa914 100644
--- a/disk/vcdimager/HISTORY
+++ b/disk/vcdimager/HISTORY
@@ -1,3 +1,8 @@
+2019-05-31 Ismael Luceno <ismael@sourcemage.org>
+ * 8275EC21.gpg, CONFLICTS, DEPENDS, DETAILS, TRIGGERS: updated spell
+ to 2.0.1, based on vcdimager-unstable
+ * USEGCC2: removed, no longer needed
+
2006-07-06 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: Fixed SOURCE_URL and WEB_SITE, removed UPDATED.
* PROVIDES: Changed VCDImager to VCDIMAGER.
diff --git a/disk/vcdimager-unstable/TRIGGERS b/disk/vcdimager/TRIGGERS
index f88626676f..f88626676f 100755
--- a/disk/vcdimager-unstable/TRIGGERS
+++ b/disk/vcdimager/TRIGGERS
diff --git a/disk/vcdimager/USEGCC2 b/disk/vcdimager/USEGCC2
deleted file mode 100644
index e69de29bb2..0000000000
--- a/disk/vcdimager/USEGCC2
+++ /dev/null